Opened 12 years ago
Closed 12 years ago
#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: | |
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.
Change History (2)
comment:1 Changed 12 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Keywords: | slow animation added |
---|---|
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | pending → closed |
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 provide a reduced test case. I can’t tell what you are describing here.