#2893 closed defect (fixed)
Container.js: nextElement is not defined, _getSibling is not defined
Reported by: | simonjb | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Observed in Firefox + Firebug:
- /dijit/tests/test_Menu.html
- right-click on the page background to pop up the menu
- click on "Enabled submenu"
- error: nextElement is not defined
- /dijit/tests/test_Menu.html
- apply the Menu.2.diff patch at #2788
- right-click on the page background to pop up the menu
- hover mouse over the first item "Enabled Item"
- press the down arrow key
- error: _getSibling is not defined
Attachments (1)
Change History (6)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
Changed 14 years ago by
Attachment: | Container.diff added |
---|
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
Milestone: | → 0.9M2 |
---|
Note: See
TracTickets for help on using
tickets.
Attached patch to address observed issues.