Bug 25428 - 5 crashes in DumpRenderTree at com.apple.WebCore • -[AccessibilityObjectWrapper accessibilityAttributeValue:] + 830
Summary: 5 crashes in DumpRenderTree at com.apple.WebCore • -[AccessibilityObjectWrapp...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-27 12:23 PDT by chris fleizach
Modified: 2009-04-27 12:44 PDT (History)
0 users

See Also:


Attachments
fix crashing behavior in test (3.46 KB, patch)
2009-04-27 12:26 PDT, chris fleizach
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2009-04-27 12:23:25 PDT
When Nodes are changed, we have to mark the children dirty going up the parent chain. However, we cannot rely on there being accessibility objects at each level. Instead the render chain has to be consulted
Comment 1 chris fleizach 2009-04-27 12:26:03 PDT
Created attachment 29822 [details]
fix crashing behavior in test
Comment 2 Beth Dakin 2009-04-27 12:35:07 PDT
Comment on attachment 29822 [details]
fix crashing behavior in test

r=me
Comment 3 chris fleizach 2009-04-27 12:44:51 PDT
http://trac.webkit.org/changeset/42900