#16550 closed defect (fixed)
[regression] Menu in a Dialog does not appear on right click
Reported by: | cdabija | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.4 |
Component: | Dijit | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
<div id="test">test</div>
<div data-dojo-type="dijit/Menu" id="context_menu_matd"
data-dojo-props="targetNodeIds: test?"
style="display:none;">
<!-- .... Menu Items .... -->
</div>
If this code is contained in a dijit/Dialog. Right click on the "test" div shows the menu for a brief period then disappear on mouse move. Second right click does not display anything with no error triggered.
If the code is not contained in a dialog then it works OK.
The problem appear only in 1.8.2 and 1.8.3. In 1.8.1 the code works ok in the dialog also.
Change History (8)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8.4 |
---|---|
Status: | new → assigned |
Summary: | dijit/Menu in a dialog does not appear on right click → [regression] Menu in a Dialog does not appear on right click |
Note: See
TracTickets for help on using
tickets.
Yah, sorry about that, I broke it when fixing #15370.