Opened 15 years ago
Closed 15 years ago
#4226 closed defect (fixed)
Calendar: JS error on next/previous month buttons (IE7)
Reported by: | bill | Owned by: | sjmiles |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Events | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Getting exception on IE7 (IE6 and FF work fine) when pressing the next month / previous month buttons on the Calendar in themeTester.html.
evt.stopPropagation is undefined because this._stopPropagation isn't defined. Not sure why.
Note: See
TracTickets for help on using
tickets.
(In [10297]) IE methods were being plucked out of the wrong scope. Fixes #4226