#1909 closed defect (fixed)
dojo 0.4 and PopupMenu2, errors after clicking on MenuItem2
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On internet explorer 7,
code:
<button dojoType="comboButton" menuId='viewMenu' onclick="alert(1);"> <div>Partage</div> </button>
<div dojoType="PopupMenu2" id="viewMenu" toggle="wipe"> <div dojoType="MenuItem2" caption="test" onclick="alert(2);"></div> </div>
Steps:
- Click on the popupmenu2 arrow
- Click on test
- Menu close, you get alert(2)
- You click OK
- Menu reopen and you get javascript error
On firefox, on step 5, menu reopen and reclose. no errors.
note: all done in SSL.
Change History (7)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
already fixed in svn trunk and 0.4.1 branch (not sure in which revision though)
comment:6 Changed 14 years ago by
Milestone: | → 0.4.1 |
---|
Note: See
TracTickets for help on using
tickets.
a demo page please