Ticket #7232 (closed bug: worksforme)
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: | |
| Blocking: | Blocked by: |
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.
Change History
comment:2 Changed 3 years ago by addyosmani
- Keywords slow animation added
- Priority changed from undecided to low
- Status changed from pending to closed
- Resolution set to worksforme
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.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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