Regression: AtkText no longer implemented on document
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox86 | --- | unaffected |
firefox87 | --- | unaffected |
firefox88 | --- | fixed |
firefox89 | --- | fixed |
People
(Reporter: jdiggs, Assigned: eeejay)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details |
Steps to reproduce:
- Launch Firefox Nightly
- View any page (e.g. mozilla.org)
- Launch Accerciser and examine the interfaces implemented by the document
Expected results: Text would be implemented.
Actual results: Text is not implemented.
Impact: Orca relies upon the text interface for many things including. This breaks (at least) searching for the caret location on a newly-loaded page. My guess is that it breaks other things too....
Comment 1•4 years ago
|
||
Ouch. This is very nasty.
Eitan, I'm guessing this is a regression from bug 1694203 p9. I notice that DocAccessible doesn't get eHyperTextType, so checking IsHyperText() in the ATK code won't return true for documents.
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D109384
Updated•4 years ago
|
Comment 5•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Assignee | ||
Comment 7•4 years ago
|
||
Comment on attachment 9210816 [details]
Bug 1699680 - Add HyperText interface to remote docs. r?morgan
Beta/Release Uplift Approval Request
- User impact if declined: This causes a major bug for screen reader users in linux
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: Bug 1700166
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This change has test coverage.
- String changes made/needed:
Comment 8•4 years ago
|
||
Comment on attachment 9210816 [details]
Bug 1699680 - Add HyperText interface to remote docs. r?morgan
Approved for 88.0b3.
Comment 9•4 years ago
|
||
bugherder uplift |
Description
•