Closed
Bug 395840
Opened 18 years ago
Closed 18 years ago
accExplorer craches
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: surkov, Assigned: surkov)
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
aaronlev
:
review+
damons
:
approval1.9+
|
Details | Diff | Splinter Review |
accExplorer craches when invokes accHitTest and the method fails to find an accessible. According MSDN (http://msdn2.microsoft.com/en-us/library/ms696127.aspx ) we return bad COM error for this case.
Attachment #280544 -
Flags: review?(aaronleventhal)
| Assignee | ||
Comment 1•18 years ago
|
||
Comment on attachment 280544 [details] [diff] [review]
patch
> if (!domNode) {
> // Has already been shut down
> pvarChild->vt = VT_EMPTY;
>- return E_FAIL;
>+ return S_FALSE;
> }
Though probably here I should fail still. Right?
Comment 2•18 years ago
|
||
Right. Reverse that change and r=me
Updated•18 years ago
|
Attachment #280544 -
Flags: review?(aaronleventhal) → review+
Updated•18 years ago
|
Attachment #280544 -
Flags: approval1.9?
Updated•18 years ago
|
Attachment #280544 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Comment 3•18 years ago
|
||
checked in with reversed change.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•