Closed
Bug 814386
Opened 13 years ago
Closed 13 years ago
ASSERTION: No parent accessible. Should we really assert here
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: surkov, Assigned: surkov)
Details
(Keywords: access)
Attachments
(1 file)
846 bytes,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
I see a lot of assertions when JAWS is running. mFlags & eIsDefunct == 0, mFlags & eIsNotInDocument == 8. So this accessible shouldn't have a parent.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd318484%28v=vs.85%29.aspx
If successful, returns S_OK.
S_FALSE
No parent exists for this object.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → surkov.alexander
Assignee | ||
Updated•13 years ago
|
Attachment #684387 -
Flags: review?(trev.saunders)
Updated•13 years ago
|
Attachment #684387 -
Flags: review?(trev.saunders) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Comment 3•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•