Bug Tracker

Modify

Ticket #7380 (closed bug: worksforme)

Opened 3 years ago

Last modified 15 months ago

.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

comment:1 Changed 3 years ago by aboushley

Things seem to work for me in 1.4.3 in this fiddle  http://jsfiddle.net/boushley/p2UhA/

comment:2 Changed 3 years ago by snover

  • Status changed from new to closed
  • Resolution set to worksforme

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.