Skip to main content

Bug Tracker

Side navigation

#5385 closed bug (invalid)

Opened October 15, 2009 03:42PM UTC

Closed October 15, 2009 09:56PM UTC

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)
  • jquery.js (117.3 KB) - added by ahoyboyhoy October 15, 2009 03:43PM UTC.

    jQuery doc, check line 835, 836 for error.

Change History (1)

Changed October 15, 2009 09:56PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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.