Closed
Bug 918642
Opened 12 years ago
Closed 10 years ago
Opacity changes dark to light when zooming/panning on element with background-color: rgba
Categories
(Core :: Graphics, defect)
Tracking
()
People
(Reporter: om, Unassigned)
Details
(Keywords: reproducible)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 (Beta/Release)
Build ID: 20130814063812
Steps to reproduce:
1) Load site page.
2) Find elements with property of value background-color: rgba.
3) Zoom in and opacity changes to the correct value i.e. when edges of page are not in view.
4) Pan to left or right side, or top or bottom edges of page and opacity darkens again.
Example sites:
/*** http://michaelmazer27.com ***/
#index { background-color: rgba(245, 240, 240, 0.7); }
.show_title { background-color: rgba(96, 121, 134, 0.4); }
/*** http://css3please.com ***/
.box_rgba {
background-color: transparent;
background-color: rgba(180, 180, 144, 0.6);
}
Actual results:
Problem occurs with Firefox for Android version 24 with devices running Android 4.0.3 and 4.0.4. on a element having the property of background-color: (rgba)
At 100% scale or when reaching the top and bottom of a page, an element with background-color: (rgba) appears darker. When zooming/panning on element with background-color: (rgba) the element displays with the correct opacity.
Expected results:
The opacity of an element with property background-color: rgba should remain static whether at full screen or zoomed in.
Reporter | ||
Updated•12 years ago
|
OS: Windows 7 → Android
Hardware: x86_64 → Other
Comment 1•12 years ago
|
||
Thanks for the report. I can reproduce on http://michaelmazer27.com/. I suspect this to be a core issue; maybe Kats can confirm.
Status: UNCONFIRMED → NEW
status-firefox24:
--- → affected
status-firefox25:
--- → affected
status-firefox26:
--- → affected
status-firefox27:
--- → affected
Component: General → Graphics, Panning and Zooming
Ever confirmed: true
Flags: needinfo?(bugmail.mozilla)
Keywords: reproducible
Comment 2•12 years ago
|
||
Yeah this feels like a core graphics bug.
Component: Graphics, Panning and Zooming → Graphics
Flags: needinfo?(bugmail.mozilla)
Product: Firefox for Android → Core
Version: Firefox 24 → 24 Branch
Updated•12 years ago
|
Keywords: regressionwindow-wanted
Reporter | ||
Comment 3•11 years ago
|
||
Is there anything I can do to assist with the testing of a solution to this core bug in Firefox for Android?
Comment 4•10 years ago
|
||
I'm not seeing any rendering changes when zooming or panning around on Firefox 41 on my HTC M8. Does this work for you these days, Olivier?
Flags: needinfo?(om)
Reporter | ||
Comment 5•10 years ago
|
||
Unfortunately, I'm unable to test on the original device. However, on Android 5.0.2 with Firefox 41.0, everything appears correctly. Thanks for the follow up.
Flags: needinfo?(om)
Comment 6•10 years ago
|
||
Let's call this worksforme in that case. If you find a case that reproduces, by all means feel free to reopen the bug. Thanks for the quick reply!
Status: NEW → RESOLVED
Closed: 10 years ago
Keywords: regressionwindow-wanted
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•