Closed
Bug 1691831
Opened 4 years ago
Closed 4 years ago
After browsing yahoo.com with VO, Firefox indefinitely hangs
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox85 | --- | unaffected |
firefox86 | --- | unaffected |
firefox87 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [mac2020_2])
Attachments
(1 file)
It looks like this is caused by invalid offsets passed to the attributed text getter. Those offset values should be clamped to the character count of containers.
Updated•4 years ago
|
Severity: -- → S2
Priority: -- → P1
Assignee | ||
Comment 1•4 years ago
|
||
I tried to come up with a good test for this, that reproduces the issue in a demonstratable way, but couldn't.
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7daa9a759d26
Clamp offsets to character count in HyperTextIterator. r=morgan
Updated•4 years ago
|
Keywords: regression
Comment 3•4 years ago
|
||
Set release status flags based on info from the regressing bug 1690342
status-firefox85:
--- → unaffected
status-firefox86:
--- → unaffected
status-firefox87:
--- → affected
status-firefox-esr78:
--- → unaffected
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
Updated•4 years ago
|
OS: Unspecified → macOS
Whiteboard: [mac2020_2]
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•