Closed
Bug 1733248
Opened 3 years ago
Closed 3 years ago
Fire SUPPORTS_AUTOCOMPLETION changes
Categories
(Core :: Disability Access APIs, task, P3)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
95 Branch
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
Attachments
(1 file)
Need to listen for a few attribute changes in HTMLTextFieldAccessible
, specifically list
and autocomplete
.
Some of the composite widget stuff looks broken. I don't think a pointer subtracting a boolean is a good conditional. Also, it seems like that relies on the eAutoComplete
generic type that no accessibles seem to have.
Comment 1•3 years ago
|
||
eAutoComplete is vestigial and should be removed; see bug 1611062.
Assignee | ||
Comment 2•3 years ago
|
||
Changing severity to S3 because this is ongoing cache the world work that does not affect current users.
Severity: -- → S3
Type: defect → task
Priority: -- → P3
Assignee | ||
Comment 3•3 years ago
|
||
Trickier than just listening for attributes on inputs since a form
can toggle autocomplete too.
Also fixed To32States to work on the 32nd bit.
Updated•3 years ago
|
Assignee: nobody → eitan
Status: NEW → ASSIGNED
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d4acd0db1a9
Fire state change events for autocomplete changes. r=morgan
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•