Opened 14 years ago
Closed 14 years ago
#2373 closed defect (fixed)
this.parent.closeAll(true) fails in Menu2.js
Reported by: | Douglas Hays | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Running from the trunk with FF 1.5, tests/widget/test_Menu2.html click on "Click Me" in the menu bar and this statement throws an exception: this.parent.closeAll(true); "this.parent.closeAll is not a function" This statement works correctly in the current 0.4.x branch. Just for kicks I changed the statement to dojo.widget.PopupContainerBase?.prototype.closeAll.call(this.parent, true); and it seems to work - but I'm not sure what's really going on.
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | 0.9 → 0.4.2 |
---|---|
Owner: | changed from bill to liucougar |
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 0.4.2 → 0.9 |
Version: | 0.4.1 → 0.5 |
Note: See
TracTickets for help on using
tickets.
I think this might be a dup? Seems familiar.