Modify ↓
Ticket #7380 (closed bug: worksforme)
.slideToggle <span> WebKit browsers OS X does not slide up
| Reported by: | e.schattauer@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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/