Bug 22002 - AX: scroll bars show should not appear in AX hierarchy when WebFrameView does not allow scrolling
Summary: AX: scroll bars show should not appear in AX hierarchy when WebFrameView does...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-31 10:05 PDT by chris fleizach
Modified: 2008-10-31 10:16 PDT (History)
0 users

See Also:


Attachments
patch to make scroll bars not appear when not allowed (1.47 KB, patch)
2008-10-31 10:06 PDT, chris fleizach
darin: 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 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