Closed Bug 395840 Opened 18 years ago Closed 18 years ago

accExplorer craches

Categories

(Core :: Disability Access APIs, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: surkov, Assigned: surkov)

Details

Attachments

(1 file)

Attached patch patchSplinter 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)
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?
Right. Reverse that change and r=me
Attachment #280544 - Flags: review?(aaronleventhal) → review+
Attachment #280544 - Flags: approval1.9?
Attachment #280544 - Flags: approval1.9? → approval1.9+
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.

Attachment

General

Created:
Updated:
Size: