Closed
Bug 1776907
Opened 2 years ago
Closed 2 years ago
Don't regard text input elements as line breaks
Categories
(Core :: Disability Access APIs, defect, P1)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
(Blocks 1 open bug)
Details
(Whiteboard: [ctw-m7])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
A text input element will have a div in its shadow dom. This creates a line break at offset 0 of the input. If an input is inserted mid/end-line it will mistakenly return true for IsLocalAccAtLineStart
.
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Blocks: a11y-ctw-text
Updated•2 years ago
|
Whiteboard: [ctw-m2] → [ctw-m7]
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/22785fcb7168
Detect line breaks with inputs correctly. r=Jamie
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•