Bug 47449 - [Mac] fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html fails
Summary: [Mac] fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-directi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Antonio Gomes
URL:
Keywords:
Depends on:
Blocks: 46905 49382
  Show dependency treegraph
 
Reported: 2010-10-08 21:54 PDT by Antonio Gomes
Modified: 2010-11-29 05:21 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.25 KB, patch)
2010-11-27 16:51 PST, Yael
tonikitoo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Gomes 2010-10-08 21:54:04 PDT
Investigating ...
Comment 1 Antonio Gomes 2010-10-08 23:22:31 PDT
Hum, it seems like problem here is that ScrollView::scroll calls ScrollView::platformScroll() for Mac, that this method is just stubbed out.

It would be helpful to know how scrolling working on Mac, when for example user taps DOWN_ARROW key. 

@Dave or simon, could you please point me to the code?
Comment 2 Simon Fraser (smfr) 2010-10-09 11:29:17 PDT
It might happen through the native NSScrollView machinery, I'm not sure.
Comment 3 Yael 2010-11-16 12:17:16 PST
After applying the patches from https://bugs.webkit.org/show_bug.cgi?id=49382, this test is passing on mac.
Comment 4 Yael 2010-11-27 16:51:54 PST
Created attachment 74967 [details]
Patch

Remove test from skip list.
Comment 5 Yael 2010-11-29 05:21:08 PST
Committed r72791: <http://trac.webkit.org/changeset/72791>