Keyboard navigation within awesomebar or separate search bar doesn't show focus highlight
Categories
(Core :: Widget: Gtk, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox67 | --- | unaffected |
| firefox68 | --- | unaffected |
| firefox69 | --- | fixed |
People
(Reporter: yoasif, Assigned: stransky)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(3 files)
Steps to reproduce:
- Do Ctrl l / Ctrl k
- type something
- press up or down on keyboard
What happens:
The autocompleted text changes as I press up and down, but the focus highlight doesn't follow what I am focusing on.
Expected result:
I should see feedback on screen as I press up and down.
192:12.14 INFO: Narrowed inbound regression window from [05535413, 2bb77ed1] (4 builds) to [2283a3e7, 2bb77ed1] (2 builds) (~1 steps left)
192:12.14 INFO: No more inbound revisions, bisection finished.
192:12.14 INFO: Last good revision: 2283a3e7f2de4a11bd7b589662dd860044faf590
192:12.14 INFO: First bad revision: 2bb77ed1fcc5ad06f91612d419160f54c09369db
192:12.14 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=2283a3e7f2de4a11bd7b589662dd860044faf590&tochange=2bb77ed1fcc5ad06f91612d419160f54c09369db
| Reporter | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Thanks. I expect it's Wayland only, right?
| Assignee | ||
Comment 2•6 years ago
|
||
Which distro/DE do you use? And can you reproduce it reliably? I'm checking it on Fedora 30 / Gnome but I don't see it.
| Assignee | ||
Comment 3•6 years ago
|
||
Good, I managed to reproduce it.
| Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
| Reporter | ||
Comment 4•6 years ago
|
||
Wayland, GNOME 3.32.2 on Ubuntu 19.10 (development branch).
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Do you think you'll be addressing this in 69 / what priority do you consider this?
| Assignee | ||
Comment 6•6 years ago
|
||
| Assignee | ||
Comment 7•6 years ago
|
||
- Don't block all drawing until whole screen was painted, clear the screen and
allow partial drawing instead. - Detect window resize and allow partial drawing directly to wayland buffer in this case.
- Remove backbuffer copy - wait to buffer release instead.
Depends on D33910
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Pushed by dluca@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/335510024f81
[Wayland] Added more wayland logging, r=jhorak
https://hg.mozilla.org/integration/autoland/rev/2de31fc4c99c
[Wayland] Don't wait to fullscreen update as it can block forever, r=jhorak"
Comment 9•6 years ago
|
||
Backed out 2 changesets (bug 1555899) for Build bustage. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=250679207&repo=autoland&lineNumber=21566
Push with failures:
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=2de31fc4c99cd7c0cb2ee705ce623a833df9227f
Comment 10•6 years ago
|
||
| Assignee | ||
Comment 11•6 years ago
|
||
| Assignee | ||
Comment 12•6 years ago
|
||
| Assignee | ||
Comment 13•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Comment 14•6 years ago
|
||
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/cd0a57a5f4cc
[Wayland] Added more wayland logging, r=jhorak
https://hg.mozilla.org/integration/autoland/rev/82dedcf5872c
[Wayland] Don't wait to fullscreen update as it can block forever, r=jhorak"
Comment 15•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/cd0a57a5f4cc
https://hg.mozilla.org/mozilla-central/rev/82dedcf5872c
Description
•