Bug 28829 - Crash in AccessibilityRenderObject::activeDescendant when trying to set aria-activedescendant to something without a renderer
Summary: Crash in AccessibilityRenderObject::activeDescendant when trying to set aria-...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2009-08-29 16:19 PDT by Adele Peterson
Modified: 2009-08-29 17:12 PDT (History)
2 users (show)

See Also:


Attachments
crashing test case (228 bytes, text/html)
2009-08-29 16:19 PDT, Adele Peterson
no flags Details
patch (3.83 KB, patch)
2009-08-29 16:53 PDT, Adele Peterson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adele Peterson 2009-08-29 16:19:32 PDT
Created attachment 38777 [details]
crashing test case

Crash in AccessibilityRenderObject::activeDescendant when trying to set aria-activedescendant to something without a renderer

I could only get this crash to happen when using VoiceOver.  See the attached test case.  Just a simple nil check - I'll attach a patch soon.

Is there a way to trigger the accessibility API through DRT?
Comment 1 Adele Peterson 2009-08-29 16:41:11 PDT
to answer my own question, yes :)
Comment 2 Adele Peterson 2009-08-29 16:53:54 PDT
Created attachment 38778 [details]
patch
Comment 3 Adele Peterson 2009-08-29 17:00:14 PDT
Committed revision 47883.
Comment 4 Adele Peterson 2009-08-29 17:12:49 PDT
<rdar://problem/7181680>