General

Profile

Andreas Frolov

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

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 25 8 33

Activity

04/24/2024

10:20 AM Wt Bug #12630 (New): The open editor in WAbstractItemView forwards mouse events to WAbstractItemView
If I open a cell for editing and make a mouse click in the editor then the view sends the corresponding signals "clic... Andreas Frolov

04/10/2024

01:54 PM Wt Bug #12601 (New): WTableView sends "mouseDown" event with wrong Event.target property
Hello,
When you click on a table cell, the `Wt-spacer` object sends an event where `#document` is set as the targe...
Andreas Frolov

02/19/2024

10:40 AM Wt Bug #12429 (New): WAbsractItemView does not reset the current sort column when the model is replaced or reset
Andreas Frolov

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...
Andreas Frolov

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... Andreas Frolov

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... Andreas Frolov

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...
Andreas Frolov

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

Also available in: Atom