Closed
Bug 701264
Opened 14 years ago
Closed 9 years ago
[D3D10] Opacity Rendering in Firefox 8 Corrupted When Using CSS Border.
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox9 | - | --- |
People
(Reporter: info, Unassigned)
References
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
Build ID: 20111104165243
Steps to reproduce:
Components with CSS opacity do not render correctly in scrollable objects when a CSS border is applied.
Actual results:
Text renders with corruption.
Expected results:
No corruption.
Full test site at: http://www.formboss.net/tests/firefox-8-issue/firefox-8-issue.php
Comment 1•14 years ago
|
||
Regression window(m-c),
Works:
http://hg.mozilla.org/mozilla-central/rev/f262c389193e
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110812 Firefox/8.0a1 ID:20110812030744
Fails:
http://hg.mozilla.org/mozilla-central/rev/3c8f87c6cbc6
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110812 Firefox/8.0a1 ID:20110812065831
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f262c389193e&tochange=3c8f87c6cbc6
Regression window(m-i),
Works:
http://hg.mozilla.org/integration/mozilla-inbound/rev/792eb2aff315
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110811 Firefox/8.0a1 ID:20110811142310
Fails:
http://hg.mozilla.org/integration/mozilla-inbound/rev/febd4e26179c
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110811 Firefox/8.0a1 ID:20110811175210
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=792eb2aff315&tochange=febd4e26179c
In local build,
Built from 0e37f12a6641: fails
Built from 5812274f4afb: works:
Triggered by:
0e37f12a6641 Robert O'Callahan — Bug 677095. Compute reasonable destination alpha values with component-alpha blending in D3D10. r=bas
It works if I set layers.prefer-d3d9 to true.
Blocks: 677095
Status: UNCONFIRMED → NEW
Component: General → Graphics
Ever confirmed: true
Keywords: regression
Product: Firefox → Core
QA Contact: general → thebes
Hardware: x86_64 → x86
Summary: Opacity Rendering in Firefox 8 Corrupted When Using CSS Border. → [D3D10] Opacity Rendering in Firefox 8 Corrupted When Using CSS Border.
Updated•14 years ago
|
tracking-firefox9:
--- → ?
| Reporter | ||
Comment 2•14 years ago
|
||
Quick update: this affects Firebug as well, though not as severely; text is still legible only 'faded'.
Comment 3•14 years ago
|
||
This problem was fixed by Bug 701528.
http://hg.mozilla.org/integration/mozilla-inbound/rev/33547cc48103
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111113 Firefox/11.0a1 ID:20111113204348
Comment 4•14 years ago
|
||
And the fix in #3 already landed for FF9 (and FF10).
Updated•14 years ago
|
Comment 5•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•