Modify ↓
Ticket #4650 (closed bug: invalid)
Slight problem with fadeIn/fadeOut
| Reported by: | Doxmart | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | fadeIn fadeOut | Cc: | |
| Blocking: | Blocked by: |
Description
I noticed when using fadeIn/fadeOut to show/hide a DIV, that it seems to 'chop' 1 pixel off the end of each line of text within the div.
For example, if you have the letter 'l' at the end of a sentence, this letter disappears when you hide the div, as the div/content is fading away.
Using the latest version of JQuery (1.3.2) in an ASP.NET environment.
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.

After further investigation, this seems to be a Firefox bug. Works flawlessly in Opera, works in IE7 (although doesn't fade in/out as such).