Andreas Frolov
- Login: pit-cup
- Email: andreas.frolov@pit.de
- Are you a spammer?: No
- Registered on: 09/16/2020
- Last connection: 07/25/2023
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 22 | 8 | 30 |
Activity
10/16/2023
- 01:32 PM Wt Bug #12036 (Implemented @Emweb): Change of WCheckBox state removes additional css classes
- Only with WBootstrap5Theme
``` cpp
setTheme(std::make_shared<Wt::WBootstrap5Theme>());
auto cb = Wt::WApplicat...
08/17/2023
- 12:44 PM Wt Bug #11882 (Closed): Bootstrap theme breaks layout of WGroupBox
- The problem occurs when a layout of WGroupBox is a WGridLayout and has a nested layout. Widgets are positioned outsid...
08/15/2023
- 01:05 PM Wt Bug #11875 (InProgress): WBoxLayout incorrectly calculates the size of scrollable widgets
- I expect in my example that the widgets with the same scale factor get the same size. Unfortunately it isn't. The lar...
07/25/2023
- 09:18 AM Wt Bug #11848 (Closed): WSuggestionPopup fails when popup content is unfiltered
- This happens when the call to display comes from the server.
``` cpp
Application::Application(const Wt::WEnvironm...
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...
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->...
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_...
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.
06/20/2022
- 02:49 PM Wt Bug #10512 (Closed): 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...
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...
Also available in: Atom