Bug Tracker

Modify

Ticket #4173 (closed bug: worksforme)

Opened 4 years ago

Last modified 14 months ago

.fadeIn() - IE 6+7 - inline-elements

Reported by: sschulze Owned by:
Priority: minor Milestone: 1.3.2
Component: effects Version: 1.3.1
Keywords: Cc:
Blocking: Blocked by:

Description

A problem occurs in IE version 6 + 7 when trying to fade in an inline element.

In my case: <span>here is some text and </span><span id="someid" style="display:none">some textual information without any tags</span> ... <script> $('span#someid').fadeIn(750); </script>

The code above will fade in the second span-element - but it's displayed as block-element (means: line break in front of it), whereas the firefox seems to work properly: it just fades in the text in 2nd span element without inserting a break.

Change History

comment:1 Changed 4 years ago by john

  • Status changed from new to closed
  • Version changed from 1.2.3 to 1.3.1
  • Resolution set to worksforme
  • Milestone set to 1.3.2

You should upgrade to jQuery 1.3+ - this has since been fixed.

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.