The "What's New Panel" links can't be opened with the "Enter" key
Categories
(Firefox :: Messaging System, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | + | verified |
firefox71 | --- | verified |
People
(Reporter: mcoman, Assigned: andreio)
References
Details
(Keywords: access, Whiteboard: [access-p1])
Attachments
(2 files)
879.40 KB,
image/gif
|
Details | |
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
[Affected versions]:
- Firefox Nightly 70.0a1 - Build ID: 20190827203416
[Affected Platforms]:
- All Windows
- All Linux
- All Mac
[Prerequisites]:
- Have a new Firefox profile with the following pref's in the "about:config" page:
- "browser.newtabpage.activity-stream.asrouter.providers.panel_local_testing" set to "{"id":"panel_local_testing", "cohort": "SHOW_TEST"}"
- "browser.messaging-system.whatsNewPanel.enabled" set to "true"
- "browser.newtabpage.activity-stream.asrouter.devtoolsEnabled" set to "true"
[Steps to reproduce]:
- Open the browser with the profile from prerequisites and navigate to "about:newtab#devtools".
- Select the "panel_local_testing" from the "Messages" section's filter.
- Scroll down to the "WHATS_NEW_BADGE_70" section and click the "Show" button.
- Click the "What's New" toolbar button and press the "Tab" key two times.
- Press the "Enter" key and observe the behavior.
[Expected result]:
- The "https://blog.mozilla.org/" website is opened in a new tab.
[Actual result]:
- Nothing happens.
[Notes]:
- This issue is not reproducible if the link is clicked instead.
- Attached a screen recording of the issue.
Assignee | ||
Comment 1•4 years ago
|
||
Messages can be accessed with both Enter and Space
Links can only be accessed with Space (Enter does not work)
Can you try to fix this for 70? Since this affects accessibility I'd like for us to make it a priority.
Comment 3•4 years ago
|
||
Initially we thought that accessing links via keyboard navigation didn't work at all in the panel, but as :andreio found out it's just the "Enter" key that doesn't work. The "Space" key still works as expected in this case. I've updated the Summary to reflect this.
@Liz, given that we have an easy work around for the issue, do we still consider this important for Fx 70, or can it be pushed to a future release?
Comment 4•4 years ago
|
||
This is definitely an inconsistent behavior for keyboard users, since the standard way to open links is Enter, not Space. This should be dealt with with a P2 rather than a P3 I think, although for 70, even though unpolished, an uplift may be debatable. But remember that for keyboard users, Space to activate links is non-standard and thus not easily discoverable.
Assignee | ||
Comment 5•4 years ago
|
||
Making this a P2.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Pushed by aoprea@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c74e1d89a83c Open What's New Panel message links with the keyboard r=pdahiya
Updated•4 years ago
|
Comment 8•4 years ago
|
||
bugherder |
Assignee | ||
Comment 9•4 years ago
|
||
Comment on attachment 9093299 [details]
Bug 1577148 - Open What's New Panel message links with the keyboard
Beta/Release Uplift Approval Request
- User impact if declined: Accessibility issues for What's New Panel
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Open the What's New panel
<Tab> to focus on
a) a what's new message
b) a what's new message link
Use <Enter> to access. A new tab should open with the url - List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Small code chage
- String changes made/needed: n/a
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 10•4 years ago
|
||
Please help verify this. There is a separate issue covering <Space> key access opening two tabs (bug 1582061). Since that is not the expected key (comment 4) fixing it can happen in a follow up bug.
Comment 11•4 years ago
|
||
Comment on attachment 9093299 [details]
Bug 1577148 - Open What's New Panel message links with the keyboard
a11y improvements for the What's New Panel. Approved for 70.0b8.
Updated•4 years ago
|
Comment 12•4 years ago
|
||
bugherder uplift |
Reporter | ||
Comment 13•4 years ago
|
||
I have verified that this issue is no longer reproducible with the latest Firefox Nightly (71.0a1 Build ID - 20190918215055) installed, on Windows 10 x64, Arch Linux and Mac 10.14.5. Now, the "What's New Panel" links can be opened with the "Enter" key.
Updated•4 years ago
|
Reporter | ||
Comment 14•4 years ago
|
||
I have verified that this issue is no longer reproducible with the latest Firefox Beta (70.0b8 Build ID - 20190919164641) installed, on Windows 10 x64, Arch Linux and Mac 10.14.5. Now, the "What's New Panel" links can be opened with the "Enter" key.
Thank you!
Description
•