Grace Huang
Grace Huang

Reputation: 5699

Element destroy() of Mootools 1.3 always fails in IE

I just upgraded my code to 1.3 from 1.2.4. Oftentimes, an element has been destroyed, but its events will still be called. However, all those Element methods which used to be attached to the elements have been cleaned. This issue only happens in IE.

Has anyone experienced similar upgrading issue?

Upvotes: 0

Views: 555

Answers (1)

restlessdesign
restlessdesign

Reputation: 1489

Yes, this is a known and reported bug. More information can be found here: https://mootools.lighthouseapp.com/projects/2706/tickets/1090-destroying-element-with-duplicate-event-handlers-throws-error-in-ie8

Upvotes: 1

Related Questions