Opened 15 years ago
Closed 15 years ago
#300 closed defect (duplicate)
Menu2Manager onClick does not work on IE
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I think the issue is because dojo.event.connect is used instead of dojo.event.browser.addListener. The onClick handler depends on the value of the event so the current code will cause an exception on IE.
The attached patch simply uses addListener (code moved to the bottom to pick up the implementation of onClick).
Note: See
TracTickets for help on using
tickets.
Oops.. I created this bug twice! the real bug is in 301.