Opened 13 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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 (1)
Change History (2)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
We don't need a copy of jQuery attached, but it would help to attach a copy of the code and html that you wrote to cause the issue. Please reopen with that info.
Note: See
TracTickets for help on using
tickets.
jQuery doc, check line 835, 836 for error.