Closed
Bug 637003
Opened 14 years ago
Closed 14 years ago
Rendering is broken when HW acceleration is turned on
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: miha.vrhovnik, Unassigned)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b12) Gecko/20100101 Firefox/4.0b12
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b12) Gecko/20100101 Firefox/4.0b12
This renders correctly as soon as I turn HW rendering off and restart a Firefox.
P.S. As this works fine without a HW accelerated rendering and in other browsers, I'm considering this a bug and not a broken site.
Reproducible: Always
Steps to Reproduce:
1. Turn HW accelerated rendering on
2. Restart browser
3. Open above page and see how blocks are not aligned
Expected Results:
Blocks should be aligned just as they are when HW accelerated rendering is turned off
Radeon 6870 with 11.02 drivers.
Reporter | ||
Comment 1•14 years ago
|
||
Reporter | ||
Comment 2•14 years ago
|
||
Updated•14 years ago
|
Component: General → Graphics
Product: Firefox → Core
QA Contact: general → thebes
Version: unspecified → Trunk
Comment 3•14 years ago
|
||
This looks to me to just be different font metrics leading to layout changes, which is indeed a bug in the web page. The reason it only shows up with hardware acceleration turned on is because, when we're using hardware acceleration, we have to use a different font rasterization method called DirectWrite.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•