Bug 109860 - AX: Mac platform should support ability to scroll an element into visible
Summary: AX: Mac platform should support ability to scroll an element into visible
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-14 14:02 PST by chris fleizach
Modified: 2013-02-27 14:12 PST (History)
7 users (show)

See Also:


Attachments
patch (13.15 KB, patch)
2013-02-14 14:08 PST, chris fleizach
bdakin: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2013-02-14 14:02:34 PST
The scrollToMakeVisible() action already exists on Chromium. We should allow it to be used on MacOS as well
Comment 1 chris fleizach 2013-02-14 14:08:46 PST
Created attachment 188421 [details]
patch
Comment 2 Dominic Mazzoni 2013-02-19 13:35:58 PST
Have you tried running any of the layout tests I wrote for scrollToMakeVisible in platform/chromium/accessibility? It'd be nice if you could move one or more of those to be a cross-platform test.
Comment 3 chris fleizach 2013-02-19 17:48:13 PST
(In reply to comment #2)
> Have you tried running any of the layout tests I wrote for scrollToMakeVisible in platform/chromium/accessibility? It'd be nice if you could move one or more of those to be a cross-platform test.

Good idea. I haven't done that, but I filed a bug to look into it for a future patch

https://bugs.webkit.org/show_bug.cgi?id=110287
Comment 4 Dominic Mazzoni 2013-02-19 19:40:05 PST
Thanks. Unofficial review, looks good.
Comment 5 WebKit Review Bot 2013-02-27 12:17:54 PST
Comment on attachment 188421 [details]
patch

Rejecting attachment 188421 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=webkit-commit-queue.appspot.com', '--bot-id=gce-cq-02', 'apply-attachment', '--no-update', '--non-interactive', 188421, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue

Last 500 characters of output:
cessibilityUIElementMac.mm
patching file Tools/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file LayoutTests/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file LayoutTests/platform/mac/accessibility/scroll-to-visible-action-expected.txt
patching file LayoutTests/platform/mac/accessibility/scroll-to-visible-action.html

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', '--force', '--reviewer', 'Beth Dakin']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue

Full output: http://webkit-commit-queue.appspot.com/results/16753089
Comment 6 chris fleizach 2013-02-27 14:12:16 PST
http://trac.webkit.org/changeset/144237