Bug 22002

Summary: AX: scroll bars show should not appear in AX hierarchy when WebFrameView does not allow scrolling
Product: WebKit Reporter: chris fleizach <cfleizach>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch to make scroll bars not appear when not allowed darin: review+

Description chris fleizach 2008-10-31 10:05:31 PDT
WebDynamicScrollBarsView appears as an accessible element even when WebFrameView does not allow scrolling. In this case, the scroll bars view should be ignored
Comment 1 chris fleizach 2008-10-31 10:06:04 PDT
Created attachment 24800 [details]
patch to make scroll bars not appear when not allowed
Comment 2 Darin Adler 2008-10-31 10:08:56 PDT
Comment on attachment 24800 [details]
patch to make scroll bars not appear when not allowed

r=me

This is arguably working around a bug in NSScrollView. I suggest you also request this same change in AppKit.
Comment 3 chris fleizach 2008-10-31 10:13:40 PDT
app kit is planning on adding methods to handle this.
Comment 4 chris fleizach 2008-10-31 10:16:37 PDT
http://trac.webkit.org/changeset/38035