Bug #1834
closedWPopupMenu stops working after click on item
0%
Description
Hello, I'm upgrading my website to Wt 3.3.0, and I just found this bug, that it can be reproduced as well in the "Widgets Gallery" page:
go here: http://www.webtoolkit.eu/widgets/navigation/navigation-bar
click "Help" in the navigation bar demo: the popup menu correctly appears.
click anywhere in the page: the popup menu correctly disappears.
Now click again "help", but this time, to close the popup menu, click "help" again.
If you try clicking it again, the popup menu doesn't appear anymore.
Updated by Koen Deforche over 11 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.1
Updated by Koen Deforche over 11 years ago
- Status changed from InProgress to Resolved
Hey,
I've resolved this now. Sadly I can't offer a decent workaround for it. We'll make sure 3.3.1 arrives timely though which will fix small issues like these.
Regards,
koen
Updated by Ariel Kruger over 11 years ago
Koen Deforche wrote:
Hey,
I've resolved this now. Sadly I can't offer a decent workaround for it. We'll make sure 3.3.1 arrives timely though which will fix small issues like these.
Regards,
koen
Hi Koen, it seems the problem still remains, could you check http://www.webtoolkit.eu/widgets/forms/push-button
Thanks...
Updated by Ariel Kruger over 11 years ago
Koen Deforche wrote:
Hey,
I've resolved this now. Sadly I can't offer a decent workaround for it. We'll make sure 3.3.1 arrives timely though which will fix small issues like these.
Regards,
koen
I just found out the problem, it was in the code of the application example from the web site...
there is one line
popup->show();
that if you that it out, it starts working
Updated by Wim Dumon over 11 years ago
Thank you, I fixed the widget gallery.
Wim.
Updated by Koen Deforche over 11 years ago
- Status changed from Resolved to Closed