Bug 47449

Summary: [Mac] fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html fails
Product: WebKit Reporter: Antonio Gomes <tonikitoo>
Component: Tools / TestsAssignee: Antonio Gomes <tonikitoo>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, simon.fraser, yael
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 46905, 49382    
Attachments:
Description Flags
Patch tonikitoo: review+

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>