Closed
Bug 1703765
Opened 4 years ago
Closed 4 years ago
[Wayland] dom/base/test/chrome/window_nsITextInputProcessor.xhtml failure
Categories
(Core :: Widget: Gtk, defect, P3)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
dom/base/test/chrome/window_nsITextInputProcessor.xhtml fail on window.MoveBy(10,0) as Wayland does not support toplevel window movement.
Assignee | ||
Comment 1•4 years ago
|
||
Run as:
MOZ_ENABLE_WAYLAND=1 ./mach mochitest --setpref widget.wayland.focus-workaround.enabled=true dom/base/test/chrome
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → stransky
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•4 years ago
|
||
Use widget.wayland.test-workarounds.enabled pref to apply Wayland focus workaround - hide/show nsWindow.
Delay nsWindow::Show() operation to avoid Gtk merge both operations to one which may result to no-op.
Depends on D111600
Assignee | ||
Comment 4•4 years ago
|
||
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/df04c1a4ef97
[Wayland] Use widget.wayland.test-workarounds.enabled pref to specify Wayland test environment. r=jhorak
https://hg.mozilla.org/integration/autoland/rev/cc37d63f9d75
[Wayland] Use widget.wayland.test-workarounds.enabled pref to apply Wayland focus workaround, r=jhorak
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/df04c1a4ef97
https://hg.mozilla.org/mozilla-central/rev/cc37d63f9d75
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•