Skip to main content

Bug Tracker

Side navigation

#7232 closed bug (worksforme)

Opened October 18, 2010 06:58AM UTC

Closed October 27, 2010 05:17AM UTC

jquery 1.4.3 buged this small script

Reported by: anonymous Owned by: anonymous
Priority: low Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: slow animation Cc:
Blocked by: Blocking:
Description

The testpage is here: http://www.doobox.co.uk/test/test.html

The console log shows that in the lines:

moreContent.show("slow");

moreLink.text("slow");

Even an explicit "slow" does not work the first time click event is invoked.

It does work the second time click event is invoked.

It worked before 1.4.3 release.

Console log added to show what is getting to the handler.

Attachments (0)
Change History (2)

Changed October 18, 2010 08:24AM UTC by snover comment:1

owner: → anonymous
status: newpending

Please provide a reduced test case. I can’t tell what you are describing here.

Changed October 27, 2010 05:17AM UTC by addyosmani comment:2

keywords: → slow animation
priority: undecidedlow
resolution: → worksforme
status: pendingclosed

Looking at the test case, I understood what was being explained but the behavior described it working fine for me with 1.4.3 (included in your page) in FireFox, Chrome, Safari and other browsers. If you are able to provide further information on what isn't working or an alternative test case we would be more than happy to re-investigate.