Closed
Bug 590407
Opened 15 years ago
Closed 15 years ago
[D2D] missing border sections on toolbar buttons
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mozbugz, Unassigned)
References
Details
(Keywords: regression)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b5pre) Gecko/20100824 Minefield/4.0b5pre Firefox/4.0b4pre
Build Identifier:
missing pixel border sections on each widget with rounded edges, same place on each widget.
Reproducible: Always
Steps to Reproduce:
Turn on DirectWrite; enabled
Turn on Direct2D; render-mode = 6
Actual Results:
toolbar widgets are missing pixels around the borders to complete the border look and feel
Expected Results:
look the same with direct2d off.
screenshot coming up next, this was on my D3D9 - Nvidia 7050.
Changing to Aero basic didn't affect the buttons nor did using default theme over using a persona, the issue is the same.
Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
Regression range 19-20th Aug period nightlies:
http://hg.mozilla.org/mozilla-central/rev/9ef027bf2120
http://hg.mozilla.org/mozilla-central/rev/4af78db27055
Confirmed reproducible on my system as well, graphics info from about:support incase it helps:
Adapter Description NVIDIA GeForce 7900 GTX
Vendor ID 10de
Device ID 0290
Adapter RAM 512
Adapter Drivers nvd3dumx,nvd3dum
Driver Version 8.17.12.5909
Driver Date 7-24-2010
Direct2D Enabled true
DirectWrite Enabled true
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Component: General → Graphics
Ever confirmed: true
Product: Firefox → Core
QA Contact: general → thebes
Reporter | ||
Comment 3•15 years ago
|
||
I'm a little leary that that is the correct range, because with the 8-18 build, I couldn't even force D2D (at least by verifying about:support) though, when it worked 8-19, I see this bug.
Keywords: regression
Comment 4•15 years ago
|
||
This is operator ADD support apparently not working here. Probably we're using a DX10 feature that DX10 9level3 does not support. This probably isn't high priority because these are not cards that get D2D by default.
Reporter | ||
Comment 5•15 years ago
|
||
I see this regardless of layer acceleration for D3D9 with my Nvidia which also doesn't support DX10. Its just D2D/DW. It also doesn't happen with ATI Radeon HD 5450.
NVIDIA GeForce 7050 / NVIDIA nForce 610i
Vendor ID 10de
Device ID 07e3
Adapter RAM 256
Adapter Drivers nvd3dum
Driver Version 8.17.12.5721
Driver Date 6-7-2010
Direct2D Enabled true
DirectWrite Enabled true
GPU Accelerated Windows 0/1
Reporter | ||
Comment 6•15 years ago
|
||
I believe this is now fixed by bug 588271.
Reporter | ||
Comment 7•15 years ago
|
||
Fixed in hourly build: Mozilla/5.0 (Windows NT 6.1; rv:2.0b8pre) Gecko/20101202 Firefox/4.0b8pre ID:20101202052608
Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 8•15 years ago
|
||
We should note that Operator Add will still be broken on these machines! We just don't use it for those corners anymore.
You need to log in
before you can comment on or make changes to this bug.
Description
•