Modify ↓
Ticket #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: | ||
| 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
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.

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