Bug 28219

Summary: platform/mac/accessibility/string-range-contains-listmarker.html fails on SnowLeopard
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch eric: review+

chris fleizach
Reported 2009-08-12 10:40:02 PDT
on snow leopard AXLists are present, which change the AX hierarchy slightly
Attachments
patch (2.65 KB, patch)
2009-08-12 10:41 PDT, chris fleizach
eric: review+
chris fleizach
Comment 1 2009-08-12 10:41:36 PDT
Eric Seidel (no email)
Comment 2 2009-08-12 10:51:52 PDT
Comment on attachment 34674 [details] patch Looks OK. Technically style violation: + if (testObject.role == "AXRole: AXGroup") { + testObject = testObject.childAtIndex(1); + } + else if (testObject.role == "AXRole: AXListMarker") {
chris fleizach
Comment 3 2009-08-12 10:56:31 PDT
Note You need to log in before you can comment on or make changes to this bug.