#7380 closed bug (worksforme)
.slideToggle <span> WebKit browsers OS X does not slide up
Reported by: | 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.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
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
.
Note: See
TracTickets for help on using
tickets.
Things seem to work for me in 1.4.3 in this fiddle http://jsfiddle.net/boushley/p2UhA/