[Webkit-unassigned] [Bug 48415] [Qt] QML WebView has no way of jumping to an anchor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 30 07:41:39 PST 2011


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenneth at webkit.org




--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-01-30 07:41:39 PST ---
(In reply to comment #1)
> Please follow http://trac.webkit.org/wiki/QtWebKitBugs when reporing bugs here (missing Qt keyword).
> 
> We need a bunch of new APIs in QGraphicsWebView to properly support mobile content:
> -expose the real viewport/screen size the WebCore
> -scroll to position
> -touch support
> -viewport metatag
> 
> I think the current element exposed to QML will not do the job for general web content. It should probably be limited to controlled content/hybrid. An element with its own viewport and the complete support of mobile model would be better IMHO.
> 
> Can you think of use cases for using the flickable with WebKit for rendering general web content?

I guess it would be ok to support the programmatic scrolling/anchors. All that is needed is to call setActualVisibleContentsRect and then listen to the scrollRequested signal.

-- 
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