Actions
Bug #4001
closedCreating an empty WDialog causes a checkable WMenuItem in a WPopupMenu to not work(Firefox)
Start date:
04/22/2015
Due date:
% Done:
0%
Estimated time:
Description
This example has a button that opens a WPopupMenu with two WMenuItems.
Both WMenuItems toggle the checked state of "MenuItem 2".
Clicking on "MenuItem 1" works.
Clicking on "MenuItem 2" does not work.
Once line 11 is disabled "MenuItem 2" works.
The problem also occurs if the WMenuItem::triggered() signal is used instead of the return value of WPopupMenu::exec(...).
Reproducible in Firefox 37.
Works without problems in Chrome 42 and IE11.
Files
Updated by Koen Deforche over 9 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
Updated by Benoit Daccache over 9 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed
Updated by Koen Deforche about 9 years ago
- Target version changed from 3.3.4 to 3.3.5
Actions