Closed
Bug 392800
Opened 17 years ago
Closed 17 years ago
New crash with image map areas
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
References
Details
(Keywords: access, crash, regression)
Attachments
(1 file)
4.74 KB,
patch
|
surkov
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
This is a regression from bug 390280.
In it we changed nsHTMLImageAccessible::GetRole() to call CacheChildren(). We inherit from nsHTMLLinkableAccessible which inherits from nsHTMLHyperTextAccessible.
nsHyperTextAccessible::QueryInterface() calls GetRole() and thus we enter an infinite loop.
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #277303 -
Flags: review?(surkov.alexander)
Comment 2•17 years ago
|
||
btw, why do image acc inherit from hypertext acc?
Assignee | ||
Comment 3•17 years ago
|
||
Surkov, because they need to be linkable accessible.
Assignee | ||
Comment 4•17 years ago
|
||
Surkov, they need to be linkable accessible which inherits from that.
Comment 5•17 years ago
|
||
Comment on attachment 277303 [details] [diff] [review]
Fix crash and make sure images don't QI to text/editabletext/hypertext interfaces
ok, I missed this
Attachment #277303 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #277303 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #277303 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•