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 | 17 | 5 | 22 |
Activity
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...
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...
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...
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()
...
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...
01/25/2022
- 03:19 PM Wt Bug #9589: Wt does not always show the indicator between the rows if dropping on an item is also allowed.
- Hi Korneel
no, that makes no sense. You made it possible to set both modes OnItem and BetweenRows. Then you say it's...
01/17/2022
- 02:57 PM Wt Bug #9622 (New): Wrong positioning of the WPopupMenu
- Wt sometimes shows WPopupMenu truncated even though there is enough space.
``` cpp
int buttonCounter = 0;
clas...
01/13/2022
- 01:48 PM Wt Bug #9615 (New): Missing handling of drop event in WAbstractProxyModel and WStandardItemModel
- The new method
``` cpp
WAbstractItemModel::dropEvent(const WDropEvent& e, DropAction action, const WModelIndex& in...
01/07/2022
- 03:05 PM Wt Bug #9589 (New): Wt does not always show the indicator between the rows if dropping on an item is also allowed.
- Feature #8636 https://redmine.webtoolkit.eu/issues/8636 is not usable well.
If both drop locations (Wt::DropLocati...
01/04/2022
- 03:45 PM Wt Bug #8164: Re-implementation of WStandardItem::clone is not possible.
- Hi,
Copy constructor does not initialize all member variables like other constructors do.
Also available in: Atom