Closed
Bug 1179636
Opened 11 years ago
Closed 11 years ago
Glitch in url bar text input box on v.40beta or later (only with acceleration)
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1180379
People
(Reporter: hotguest1, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file)
|
13.14 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:42.0) Gecko/20100101 Firefox/42.0
Build ID: 20150701030207
Steps to reproduce:
1. Start firefox v40beta or later version of aurora/nightly
2. enter text in url bar
3. glitch appear
This affects even fresh created profile but doesn't affect "safe mode".
This doesn't affect v39.
This affects win32 and win64.
I have found that if this css exists in chrome/userChrome.css, the glitch is gone.
/* Bug in v40 : this must be any color but "none" */
#urlbar-container:not([focused="true"]) .textbox-input-box.urlbar-input-box {
background: white;
}
Actual results:
text in url bar doesn't appear. (see attachment)
Expected results:
text in url bar should be there. (see attachment)
Comment 1•11 years ago
|
||
This sounds like it's related to graphics acceleration, if safe-mode fixes the problem.
In Preferences > Advanced > Browsing could you uncheck the box "Use hardware acceleration when available" and restart, and see whether this also solves the glitch?
Flags: needinfo?(hotguest1)
Turning off "Use hardware acceleration when available" also solves the glitch.
The display adapter is "Intel GMA 4500".
Flags: needinfo?(hotguest1)
Updated•11 years ago
|
Component: Untriaged → Graphics
Flags: needinfo?(milan)
Product: Firefox → Core
Comment 3•11 years ago
|
||
[Tracking Requested - why for this release]: graphics glitches seriously affect user quality perceptions. Hardware-specific issues will only be noticed by a small % of the population.
tracking-firefox40:
--- → ?
Keywords: regression
Summary: Glitch in url bar text input box on v.40beta or later. → Glitch in url bar text input box on v.40beta or later (only with acceleration)
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Flags: needinfo?(milan)
Resolution: --- → DUPLICATE
Comment 5•11 years ago
|
||
Tracking to ensure that the fix for bug 1180379 fixes this issue.
status-firefox40:
--- → affected
Comment 6•11 years ago
|
||
Clearing ni now that bug 1180379 clearly focuses on this issue.
status-firefox40:
affected → ---
tracking-firefox40:
+ → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•