shift-tab keyboard navigation through links unexpectedly triggers previews
Categories
(Core :: Machine Learning, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox139 | --- | unaffected |
firefox140 | + | verified |
firefox141 | --- | verified |
People
(Reporter: Mardak, Assigned: Mardak)
References
(Depends on 1 open bug, Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [genai])
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
[Tracking Requested - why for this release]: pretty annoying for keyboard users moving through the page
this happens as to shift-tab, you'll need to have been holding shift already before pressing tab, and similarly releasing tab to press it again is then just shift key which is the preview trigger so if you're now focusing a link, it gets previewed
Updated•2 months ago
|
Comment 1•2 months ago
|
||
Set release status flags based on info from the regressing bug 1962297
Assignee | ||
Comment 2•2 months ago
|
||
Treat tab as typing to ignore with rest of recent typing heuristics. Also catch other unexpected typing and clicks.
Comment 4•2 months ago
|
||
bugherder |
Comment 5•2 months ago
|
||
The patch landed in nightly and beta is affected.
:Mardak, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox140
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 6•2 months ago
|
||
Treat tab as typing to ignore with rest of recent typing heuristics. Also catch other unexpected typing and clicks.
Original Revision: https://phabricator.services.mozilla.com/D251891
Updated•2 months ago
|
Comment 7•2 months ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined: accidental preview when shift-tab through links
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: enable
browser.ml.linkPreview.enabled
then move keyboard focus to a link with shift-tab - Risk associated with taking this patch: low
- Explanation of risk level: reuse existing logic for ignoring typing by including "tab"
- String changes made/needed: none
- Is Android affected?: no
Updated•2 months ago
|
Updated•2 months ago
|
Comment 8•2 months ago
|
||
Reproduced the issue with Firefox 140.0b4 on Windows 10x64. Using Shift+Tab on a https://www.wikipedia.org/ page will trigger link previews with browser.ml.linkPreview.enabled:true
.
The issue is verified fixed with Firefox 141.0a1 (2025-06-03) on Windows 10x64, macOS 12 and Ubuntu 24. The link preview is no longer triggered when using the Shift+Tab keys.
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Comment 10•2 months ago
|
||
Verified fixed with Firefox 140.0b6 from comment 9 on Windows 10x64, macOS 14 and Ubuntu 24. Using Shift+Tab on a https://www.wikipedia.org/ page no longer opens link preview with browser.ml.linkPreview.enabled:true
.
Assignee | ||
Updated•2 months ago
|
Description
•