Bug Tracker

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#4173 closed bug (worksforme)

.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:
Blocked by: Blocking:

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 (1)

comment:1 Changed 14 years ago by john

Milestone: 1.3.2
Resolution: worksforme
Status: newclosed
Version: 1.2.31.3.1

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

Note: See TracTickets for help on using tickets.