Closed
Bug 1747164
Opened 3 years ago
Closed 3 years ago
TextLeafPoint::GetTextAttributesLocalAcc fails with date/time input leafs
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
Details
Attachments
(1 file)
I would like that to be true, but take the following example:
data:text/html,<input type="date">
The HTMLDateTimeAccessible is not a hypertext accessible subclass and it has children that are text leafs (like "/" in the US locale).
Assignee | ||
Comment 1•3 years ago
|
||
I guess the right solution is to make HTMLDateTimeAccessible
subclass HyperTextAccessibleWrap
?
Comment 2•3 years ago
|
||
I think that's the correct solution, yes. That would explain bug 1744150.
Comment 3•3 years ago
|
||
Alternatively, we could just fail gracefully for attributes on those text leaves, which is what I was considering for bug 1744150... but that doesn't seem ideal if we know the cause.
Assignee | ||
Updated•3 years ago
|
Summary: TextLeafPoint::GetTextAttributesLocalAcc assumes all text leafs have hypertext parents → TextLeafPoint::GetTextAttributesLocalAcc fails with date/time input leafs
Assignee | ||
Comment 5•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → eitan
Status: NEW → ASSIGNED
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9081d06a622b
Make HTMLDateTimeAccessible inherit from HyperTextAccessibleWrap. r=morgan
Comment 7•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•