Skip to main content

Bug Tracker

Side navigation

#4173 closed bug (worksforme)

Opened February 17, 2009 02:42PM UTC

Closed February 17, 2009 07:27PM UTC

Last modified March 14, 2012 02:55PM UTC

.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.

Attachments (0)
Change History (1)

Changed February 17, 2009 07:27PM UTC by john comment:1

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.