HI Dmitry, I just came across your question on this list. I wasn't registered at the time, but here is your answer:
Have a close look at: ScrollView::wheelEvent(PlatformWheelEvent& e) and notice this: e.granularity() == ScrollByPageWheelEvent All you need to do is force the wheel events to have this set for the granularity. Cheers, Adam _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
