General

Profile

Markus S

  • Login: MS_36
  • Are you a spammer?: No
  • Registered on: 10/04/2013
  • Last connection: 03/30/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 3 9 12

Activity

03/30/2023

10:53 AM Wt Bug #11478: WMenuItem triggered can occur multiple times
My workaround for the issue is as follows:
``` cpp
//...
auto c = std::make_shared< Wt::Signals::connection >();...
Markus S
10:12 AM Wt Bug #11478 (New): WMenuItem triggered can occur multiple times
Wt 4.8.1
After opening the WPopupMenu, clicking quickly on the only item the "clicked!" output shows more than onc...
Markus S

12/09/2021

03:19 PM Wt Bug #9328: Strange XHTML ToolTip positioning
Korneel Dumon wrote in #note-3:
> I was actually playing with an implementation to have the tooltip scroll rather th...
Markus S
09:50 AM Wt Bug #9328: Strange XHTML ToolTip positioning
Korneel Dumon wrote in #note-1:
> Hi,
>
> like you said, sometimes it does use the full height. And I noticed tha...
Markus S

11/15/2021

02:14 PM Wt Bug #9328 (Review): Strange XHTML ToolTip positioning
The vertical positioning of XHTML tooltips seems strange to me.
If there is not enough space to position its top t...
Markus S

02/25/2021

10:08 AM Wt Bug #8136: Session Timeout because of chromes "Throttle Javascript timers in background."
I believe the default in Wt for the session-timeout is 600 seconds, so it should be fine.
I think we lowered it in t...
Markus S

02/24/2021

06:50 PM Wt Bug #8136: Session Timeout because of chromes "Throttle Javascript timers in background."
As suspected did changing the session-timeout to 5 minutes solves the issue.
It still funny, in the beginning the ...
Markus S
05:12 PM Wt Bug #8136: Session Timeout because of chromes "Throttle Javascript timers in background."
It is also visible in the output of the running program:
```
127.0.0.1 - - [2021-Feb-24 16:33:37.820] "GET /TestSim...
Markus S
05:08 PM Wt Bug #8136: Session Timeout because of chromes "Throttle Javascript timers in background."
I have an example(But I guess any app would do):
``` cpp
class TestSessionTimeout : public Wt::WApplication
{
pub...
Markus S
11:33 AM Wt Bug #8136: Session Timeout because of chromes "Throttle Javascript timers in background."
Korneel Dumon wrote in #note-1:
> Can you say a bit more about the circumstances? Are you using a lot of WTimers? Or...
Markus S

Also available in: Atom