[Webkit-unassigned] [Bug 34267] [Qt] Support kinetic scrolling on Maemo 5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 29 05:39:24 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34267





--- Comment #8 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  2010-01-29 05:39:22 PST ---
err, ignore my concern. that is code inside qwebview.cpp ...

(In reply to comment #7)
> doing this w/o a null check is really safe ?
> +    // Returns the innermost frame at the given position that can scroll.
> +    QWebFrame* scrollingFrameAt(const QPoint& pos) const
> +    {
> +        QWebView* view = static_cast<QWebView*>(widget());
> (..)
> void attachToWidget()
> +    {
> +        QWebView* view = static_cast<QWebView*>(widget());
> +        QWebFrame* mainFrame = view->page()->mainFrame();
> 
> what about QGWV ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list