Closed
Bug 641569
Opened 14 years ago
Closed 14 years ago
Setting "browser.display.use_focus_colors" value to "true" causes odd overlay with specific image viewer on many webpages.
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: tamma00, Unassigned)
References
Details
Attachments
(1 file)
128.05 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 tomorrow - HV GURU - enchanged Firefox 3.6.15
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
Setting "browser.display.use_focus_colors" value to "true" causes odd overlay with specific image viewer on many webpages.
Reproducible: Always
Steps to Reproduce:
1.Type about:config on Location bar and enter.
2.Search for and change browser.display.use_focus_colors to true
Actual Results:
Go to https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/ for example.Scroll down to Image Gallery.Open the first image and click Next to see the next image.A green overlay blocking half the picture is shown on the right side of the image viewer.Now click Prev to see the previous image.The overlay now blocks the left side of the image.
However this affects not only addons.mozilla.org but every single webpage where this type of image viewer is used.
Expected Results:
Setting this value should allow the use of custom focus colors without affecting image viewer on webpages.
Using default theme and preferences (prefs.js)
No user.js,userContent.css or userChrome.css in profile folder.
Mozilla/5.0 (Windows NT 6.1; rv:2.0b13pre) Gecko/20110314 Firefox/4.0b13pre
Confirmed. Clicking on Next image in image gallery, a green overlay is blocking half of the picture.
Updated•14 years ago
|
Version: unspecified → 4.0 Branch
Comment 3•14 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; rv:5.0) Gecko/20100101 Firefox/5.0
Confirming also on Windows 7 32 bits Firefox 5 final.
And Firefox 3.6 Ubuntu (Netbook):
Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.2.18) Gecko/20110628 Ubuntu/10.04 (lucid) Firefox/3.6.18
Comment 4•14 years ago
|
||
Confirmed on Win 7 x64 Firefox 5 final.
Since atleast 4 people have conformed can we change status from UNCONFIRMED to NEW , CONFIRMED or VERFIED?
![]() |
||
Comment 7•14 years ago
|
||
> Since atleast 4 people have conformed can we change status from UNCONFIRMED to
> NEW , CONFIRMED or VERFIED?
Yes.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•14 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: 4.0 Branch → Trunk
Updated•14 years ago
|
status-firefox5:
--- → affected
status-firefox6:
--- → affected
status-firefox7:
--- → affected
status-firefox8:
--- → affected
Hardware: x86_64 → All
![]() |
||
Comment 9•14 years ago
|
||
This preference causes anything matching ":focus" and anything matching ":focus>font" to have the default focus foreground and background color unless the page styles them otherwise.
The default focus background color (the "browser.display.focus_background_color" preference) is #117722 which is a greenish color. So it sounds like everything is working as expected, and this bug looks invalid to me...
That said, it might be worth filing a separate bug on allowing "transparent" or other CSS values as values of "browser.display.focus_background_color" (right now only colors of the form #rrggbb are supported).
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 10•14 years ago
|
||
Discussion continues at https://bugzilla.mozilla.org/show_bug.cgi?id=682088
You need to log in
before you can comment on or make changes to this bug.
Description
•