Side navigation
#3323 closed bug (duplicate)
Opened September 04, 2008 02:42PM UTC
Closed August 12, 2010 12:46AM UTC
jsquery .hide changes the font of the text in Internet Explorer
Reported by: | sss8969 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3 |
Component: | effects | Version: | 1.2.6 |
Keywords: | .hide .show | Cc: | sss8969, flesler |
Blocked by: | Blocking: |
Description
In Internet Explorer 7, it appears that the .hide method changes the font or style of text as it is hiding it. When the text is redisplayed using .show, the text has a different font, or at least appears to be "less bold".
I have not extensively tested this issue, but it does not appear to happen in Firefox 2.0.0.16.
I've been able to reproduce the problem using an example from the jquery web site, http://docs.jquery.com/Effects/hide#speedcallback. I've also attached a sample file. The problem seems to be more apparent with smaller text sizes.
Attachments (1)
Change History (4)
Changed September 04, 2008 08:51PM UTC by comment:1
cc: | → sss8969, flesler |
---|---|
component: | core → fx |
Changed December 23, 2008 08:04PM UTC by comment:2
need: | Review → Patch |
---|---|
owner: | → dmethvin |
status: | new → assigned |
This is due to IE/Windows ClearType font smoothing. I guess the fix is to remove the filter attribute if the opacity is set to 1.0?
http://blog.bmn.name/2008/03/jquery-fadeinfadeout-ie-cleartype-glitch/
Changed December 23, 2008 08:05PM UTC by comment:3
owner: | dmethvin |
---|---|
status: | assigned → new |