The "attachments" button is displayed a second time in the ChatGPT chat sidebar next to the Text field with High Contrast enabled
Categories
(Core :: Machine Learning, defect, P4)
Tracking
()
Accessibility Severity | s3 |
People
(Reporter: rdoghi, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access, stalled)
Attachments
(1 file)
3.54 KB,
image/png
|
Details |
Found in
- Nightly 129.0a1
Affected versions
- Nightly 129.0a1 (2024-07-01)
Affected platforms
- Windows
Preconditions
- Enable High Contrast
Steps to reproduce
- Reach about:preferences#experimental page.
- Enable the AI Chat integration.
- Select the ChatGPT AI provider.
- Inspect the bottom of the ChatGPT sidebar next to the Attach file button.
Expected result
- The square should not be displayed in the Firefox sidebar with high contrast enabled.
Actual result
- There is an extra square right next to the Attach File button when we enable High Contrast.
Regression range
Not a regression.
Reporter | ||
Updated•5 months ago
|
Comment 1•4 months ago
|
||
The lack of the semantic styling in the High Contrast Mode (HCM) is an access-S3 issue since it makes it difficult to discern which element is, in fact, an active UI and could be activated if clicked, for HCM users (those with low vision, users with cognitive disabilities, users with dyslexia, with colorblindness, and others).
This appears to be an accessibility issue on the side of the chatbot service. Firefox team is going to pass this information to the provider, but until it is resolved, I'm marking this bug as stalled
.
It seems that this is the same button that is being focused as described in the bug 1905703 and is not labelled as described in the bug 1906676 - it either needs to be fixed in the forced-colors
media query (HCM on Win) and programmatically labelled, or it should be display:none
ed to be removed from both the DOM and Accessibility Tree.
Comment 2•4 months ago
|
||
The severity field for this bug is set to S4. However, the accessibility severity is higher, .
:tarek, could you consider increasing the severity?
For more information, please visit BugBot documentation.
Updated•4 months ago
|
Updated•4 months ago
|
Description
•