Commit fa19227c authored by Szabolcs David's avatar Szabolcs David
Browse files

Fix copying JavaScript URLs


Wire unfiltered link URL to the API layer.

[ChangeLog][QtWebEngine] linkUrl member of
QWebEngineContextMenuData and ContextMenuRequest was previously
returning with "about:blank" in case of non-standard URLs.
Now it contains the unvalidated URL and CopyLinkToClipboard action
has been fixed to handle such URLs (like javascript:) correctly.

Task-number: QTBUG-59307
Change-Id: I2e49767e1cc9ec8324d230c1bf346e21d7b8d9bb
Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
parent 1ad5b3b6
Showing with 24 additions and 10 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment