Closed
Bug 1867076
Opened 1 year ago
Closed 1 year ago
Consider ensuring the disabled Send button on the new webcompat reporter does not change on hover or click
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Accessibility Severity | s3 |
People
(Reporter: ayeddi, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Found in
- Beta v121.0b1
Affected versions
- Nightly v121.0a1
- Beta v121.0b1
Tested platforms
- Affected platforms: Windows 10, MacOS 11, Ubuntu 22
- Unaffected platforms: -
Steps to reproduce
- Make sure new webcopmpat feature is enabled:
ui.new-webcompat-reporter.enabled = true - Set up the mandatory drop-down:
ui.new-webcompat-reporter.reason-dropdown = 2 - Load any webpage
- Open the new webcompat reporter tool
- Send the report without choosing a reason from the drop-down.
Expected result
- Upon clicking the disabled "Send" button, a message should be displayed stating why it can't be sent.
Actual result - Upon clicking the disabled "Send" button, nothing happens. The user is confused.
- Choose a reason from the drop-down. (the "Send" button enables)
- Insert a space character anywhere inside the domain portion of the URL. (the Send button is disabled)
- Hover over the
Send
button and observe the styling change for:hover
state - Click and hold the disabled
Send
button and observe the styling change for:active
state
Expected result
- There are no visual changes of the disabled
Send
button on hover or click
Actual result - There are some visual changes of the disabled
Send
button on hover or click that appears to be partially transparent styles that are used for active buttons
Additional information
- Ensuring there are no visual changes would help users with cognitive difficulties to confirm that the button is, in fact, disabled and something in the form above needs to be fixed, while the bug 1866291 being worked on
Comment 1•1 year ago
|
||
:ayeddi, if you think that's a regression, could you try to find a regression range using for example mozregression?
Comment 2•1 year ago
|
||
This is fixed as part of the work on bug 1865827, which will hopefully be in the next Firefox nightly.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Updated•1 year ago
|
Updated•1 year ago
|
Comment 3•1 year ago
|
||
When the "Send" button is disabled, it no longer has a hover or a click effect. Verified in Nightly v122.0a1 adn Beta v121.0b7 on Windows 10, MacOS 11 and Ubuntu 22.
Severity: -- → S3
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•