[Wayland/KDE] Pressing "space" key triggers touch mode on selected text
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: serfreeman1337, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
639.92 KB,
video/mp4
|
Details |
Steps to reproduce:
- Start firefox with "MOZ_ENABLE_WAYLAND=1" and go to "about:support".
- Select "Troubleshooting Information" text.
- Press "space" key (this should scroll down).
- Scroll back to up.
- Another way to reproduce this bug:
- Start firefox with "MOZ_ENABLE_WAYLAND=1" and go to "about:support".
- Select "Troubleshooting Information" text.
- Switch to other tab and then switch back to "about:support" using ctrl+tab keys.
- Scroll down (text must go out of view) and then scroll up.
Actual results:
Firefox entered touch mode for selected text after it got back in view.
Additional information:
KDE 5.26.4
Graphics platform: Wayland
Comment 1•2 years ago
|
||
Hello! I have tried to reproduce the issue using firefox 109.0a1 (2022-12-06) on Ubuntu 22.04 but unfortunately I wasn't able to reproduce it on my end.
Could you please answer the following questions in order to further investigate this issue?
- Does this issue happen with a new profile? Here is a link on how to create one: https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles
- Does this issue happen in the latest nightly? Here is a link from where you can download it: https://www.mozilla.org/en-US/firefox/channel/desktop/
- Do you have any addons installed if so can you list them?
Reporter | ||
Comment 2•2 years ago
|
||
- Yes, issue still happens with new profile.
- Tested with latest nightly (Build ID 20221206034609).
- No addons in new profile.
Also it can be reproduced without scrolling selected text out of view:
- Go to about:support.
- Scroll all the way to bottom.
- Select any text and press "space".
Might be only KDE wayland specific.
Doesn't happen on chromium wayland.
Comment 3•2 years ago
|
||
The severity field is not set for this bug.
:dao, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Comment 4•2 years ago
|
||
I can repro fwiw, that means that we're somehow getting touch events or so? That's weird. The code for this is layout/base/AccessibleCaretManager.cpp
Updated•2 years ago
|
Description
•