[Webkit-unassigned] [Bug 49370] [Qt] linkDelegationPolicy and linkClicked signal to the declarative WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 12 02:51:06 PST 2010


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





--- Comment #2 from Mikko Vihonen <mikko.vihonen at gmail.com>  2010-11-12 02:51:06 PST ---
Created an attachment (id=73724)
 --> (https://bugs.webkit.org/attachment.cgi?id=73724&action=review)
Example test app that requires the linkClicked signals and the linkDelegationPolicy to be set

The linkClicked signal is important in cases where the QML programmer wants to have more control on how the WebView behaves. Here's an example:

"I want to create a new WebView with the link URL from link clicked so that I can use a QML Transition to show the user that he/she has navigated away from the application content into a 3rd party website".

Using onUrlChanged and then stopping seems to cause the WebView to start loading, which seems to cause the webView to blank. Also, doing transitions while WebView is loading content can cause choppy transitions.

See the attachment for a demo with a custom WebView with linkClicked enabled

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