Bug 55706

Summary: AX: WK1 needs to use ScrollView attachment for AXScrollArea, WK2 does not
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: chris fleizach <cfleizach>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch bdakin: review+

chris fleizach
Reported 2011-03-03 14:33:24 PST
In WK1, ScrollView does not have a handle on the scroll bars. those are handled by the platformWidget In WK2, ScrollView does have a handle on the scroll bars, since there is no platform widget The changes to support WK2 Scroll views did not account for this. The fix is to expose the platform widget as the parent of the web area in WK1 and use the ScrollView AX object representation in WK2
Attachments
patch (13.85 KB, patch)
2011-03-03 14:57 PST, chris fleizach
bdakin: review+
chris fleizach
Comment 1 2011-03-03 14:57:43 PST
chris fleizach
Comment 2 2011-03-07 14:31:51 PST
Note You need to log in before you can comment on or make changes to this bug.