[Webkit-unassigned] [Bug 12553] Type rendering slightly off after AJAX reload of content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 5 02:10:53 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12553





------- Comment #5 from faruk at apple.com  2007-02-05 02:10 PDT -------
(In reply to comment #3)
> How are you "switching" views?  Are you clicking the "2" link, then clicking
> the Back button on Safari, or doing something else?

Yes, apologies for not being explicitly clear. Switching views is done by
clicking on one of the page numbers, for instance, "2", and clicking back to
page 1 (so that you can view the difference prior to and after switching).


> Does this only reproduce on storedev.apple.com and not store.apple.com?

We don't have this setup of AJAX-switching live on the store yet, so currently
it's only on storedev.apple.com 


(In reply to comment #4)
> One thing that will make text smoothing look like in attachment 12888 [edit] (it's
> still antialiased, it just monochromatic) is text-shadow (or painting into a
> transparency layer, IIRC). You need to examine the CSS style of the text (and
> possibly its container) and see if there's a difference.

We aren't using text-shadow but we ARE using opacity for the fade, so t hat
would use the transparency layer I'm sure. However, the Web Inspector shows no
style differences between the two states. 

Question: could it be that in CSS, "opacity: 1.000" is not a valid value and
could that cause the issue? (leaving it stuck at the previous iteration of the
opacity/fade loop, which I believe is 0.999)


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list