First downloaded item in the Library window isn't visually selectable/focusable, when opening the Library for the first time in a session
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
People
(Reporter: itiel_yn8, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
image/gif
|
Details |
STR that may very well not work for you, but is 90% reproducible for me in my main profile:
- Download 2 different files using latest Nightly
- Restart Nightly, wait a few seconds for it to fully load (important)
- Ctrl+J
- The first downloaded item is not focusable/selectable (though double or right clicking works), the second item is. Closing the Library window and re-opening will make the item focusable.
I can't reproduce on a fresh profile. I've tried copying places.sqlite from my main profile over to the new profile and restarted- still not reproducible.
On my main profile I've tried disabling all extensions and restarted- this still occurs afterwards.
Nothing interesting in the browser toolbox when I do it on my main profile, just the following:
Array.forEach is deprecated; use Array.prototype.forEach instead
Array.every is deprecated; use Array.prototype.every instead
See screencast.
Updated•6 years ago
|
Mozregression leads me to bug 1524284 as the regressor but I'm not sure my tests are accurate.
How can I disable WebRender to verify?
gfx.webrender.all is already set to false, but in about:support I see:
opt-in by default: WebRender is an opt-in feature
available by user: Qualified enabled by pref
btw my GPU is indeed Intel HD Graphics 530, as requested here:
https://hg.mozilla.org/mozilla-central/rev/7998879d6713
First known bad build to exhibit the issue: 2019-02-01
Comment 3•6 years ago
|
||
(In reply to Itiel from comment #2)
Mozregression leads me to bug 1524284 as the regressor but I'm not sure my tests are accurate.
How can I disable WebRender to verify?
gfx.webrender.all is already set to false, but in about:support I see:
opt-in by default: WebRender is an opt-in feature
available by user: Qualified enabled by pref
gfx.webrender.force-disabled
?
Updated•6 years ago
|
(In reply to Dão Gottwald [::dao] from comment #3)
(In reply to Itiel from comment #2)
Mozregression leads me to bug 1524284 as the regressor but I'm not sure my tests are accurate.
How can I disable WebRender to verify?
gfx.webrender.all is already set to false, but in about:support I see:
opt-in by default: WebRender is an opt-in feature
available by user: Qualified enabled by pref
gfx.webrender.force-disabled
?
Ah yes, thank you. Not sure how didn't I find this before.
So yes, disabling WebRender fixes this.
Updated•5 years ago
|
Unable to reproduce this anymore.
Will re-open if this will resurface.
Updated•3 years ago
|
Description
•