Side navigation
#7380 closed bug (worksforme)
Opened November 02, 2010 02:11PM UTC
Closed November 03, 2010 01:24AM UTC
Last modified March 10, 2012 05:25AM UTC
.slideToggle <span> WebKit browsers OS X does not slide up
Reported by: | e.schattauer@testranking.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In WebKit browsers chrome and Safari on OS X the command .slideToggle did slide a <span> down but it did not slide up. There was a short animation, but the <span> always reverted to the slide down position.
In Firefox there was no problem.
The element.style{display:inline;} never changed when .slideToggle was triggered again.
Changing the <span> to a <div> solved the bug.
Attachments (0)
Change History (2)
Changed November 02, 2010 11:10PM UTC by comment:1
Changed November 03, 2010 01:24AM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
Thanks for the report, but this is not a jQuery bug. In 1.4.3 jQuery changed to use the correct inline-block
display mode for animating width/height on inline items instead of block
.
Things seem to work for me in 1.4.3 in this fiddle http://jsfiddle.net/boushley/p2UhA/