Modify ↓
Ticket #5385 (closed bug: invalid)
IE error (All versions) causing it to not run functions properly or on correct event
| Reported by: | ahoyboyhoy | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | core | Version: | 1.3.2 |
| Keywords: | animate, toggle, ie, internet explorer, bug, error | Cc: | |
| Blocking: | Blocked by: |
Description
IE wasn't running any of my functions on the first event (click). On the second occurrence of the event, it runs some of the functions, but in inproper sequence, etc.
IE gives a script error @ Line: 835, Line: 836 which is a Hack by Dean Edwards to convert lengths to "px".
Removing the hack from the script allows me to run my script fine.
This was in calling animate and toggle functions.
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


jQuery doc, check line 835, 836 for error.