Opened 14 years ago
Closed 14 years ago
#3308 closed defect (fixed)
Cannot open the PopupMenu when clicking towards the right or bottom edge of the browser window
Reported by: | simonjb | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Cannot open the PopupMenu when clicking towards the right or bottom edge of the browser window. To reproduce:
- open dijit/tests/test_Menu.html
- move the mouse to the right or bottom edge of the browser window
- right click
Expected:
- menu to open within the browser window (offset from the edges of the screen so that it fits)
Actual:
- menu does not open
Note: See
TracTickets for help on using
tickets.
Fixed by changes for #3423