General

Profile

Andreas Frolov

  • Login: pit-cup
  • Email: andreas.frolov@pit.de
  • Are you a spammer?: No
  • Registered on: 09/16/2020
  • Last connection: 12/03/2020

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 21 5 26

Activity

01/17/2023

02:46 PM Wt Bug #11257 (New): Validator changes the order of signals
I have a dialog window with LineEdit and a default button. If I change the text in LineEdit and then press the return... Andreas Frolov

11/28/2022

09:56 AM Wt Bug #11108 (New): WTreeView don't send "expanded" signal before rendering
The example shows the problem
``` cpp
auto layout = std::make_unique<Wt::WVBoxLayout>();
auto view1 = layout->...
Andreas Frolov

08/04/2022

02:36 PM Wt Bug #10722 (New): WGridLayout does not calculate width or position correctly
I use the following example to illustrate the problem.
``` cpp
void showDialog()
{
auto layout = std::make_...
Andreas Frolov

06/21/2022

01:22 PM Wt Bug #10512: After the model is reset, elements in WTreeView no longer respect the disabled status of the view
The same problem occurs when the model sends the signal layoutChanged. Andreas Frolov

06/20/2022

02:49 PM Wt Bug #10512 (New): After the model is reset, elements in WTreeView no longer respect the disabled status of the view
Consider the example:
``` cpp
auto layout = std::make_unique<Wt::WVBoxLayout>();
auto model = std::make_shared...
Andreas Frolov

05/16/2022

01:59 PM Wt Bug #10356 (New): The "resizable" property of a WDialog cannot be reset
``` cpp
auto dialog = std::make_unique<Wt::WDialog>();
dialog->setResizable(true);
dialog->setResizable(false);
d...
Andreas Frolov

04/25/2022

10:20 AM Wt Bug #10238 (New): The tristate checkbox updates its state too late after being clicked
here is a small example:
``` cpp
auto layout = std::make_unique<Wt::WVBoxLayout>();
auto cb = layout->addWidget(s...
Andreas Frolov

04/20/2022

03:17 PM Wt Bug #10211 (New): The order of states when clicking the tristate checkbox is wrong initially
I create a tristate checkbox as follows:
``` cpp
auto cb = std::make_unique<Wt::WCheckBox>();
cb->setPartialSta...
Andreas Frolov

02/08/2022

02:32 PM Wt Bug #9728 (New): WSuggestionPopup may be truncated by parent widget if the parent has vertical scrollbar
The example presents the problem
``` cpp
class MyComboBox : public Wt::WLineEdit
{
public:
MyComboBox()
...
Andreas Frolov

02/01/2022

01:42 PM Wt Bug #9695 (Closed): WSuggestionPopup has too low z-index if it is created before the WDialog it is used in
The example shows that the first WSuggestionPopup appears behind the WDialog.
``` cpp
class MyComboBox : public W...
Andreas Frolov

Also available in: Atom