diff options
author | Florian Bruhin <git@the-compiler.org> | 2016-09-01 22:45:14 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2016-09-01 22:45:57 +0200 |
commit | 44d6db4f4518e6b1cd5a170caf822b9ff9b5a8be (patch) | |
tree | 7b80d5e04bd6339c96e438da7be74fc8c382b9bd /doc/userscripts.asciidoc | |
parent | d8492fef613de7cf23bf0271732bae1d9f113451 (diff) | |
download | qutebrowser-44d6db4f4518e6b1cd5a170caf822b9ff9b5a8be.tar.gz qutebrowser-44d6db4f4518e6b1cd5a170caf822b9ff9b5a8be.zip |
QtWebEngine: Fix crash with userscript + selection
Fixes #1878
Unfortunately it seems impossible to implement a test for this, as
selection via javascript somehow doesn't trigger this.
Diffstat (limited to 'doc/userscripts.asciidoc')
-rw-r--r-- | doc/userscripts.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/userscripts.asciidoc b/doc/userscripts.asciidoc index e131bae9a..f25727ae6 100644 --- a/doc/userscripts.asciidoc +++ b/doc/userscripts.asciidoc @@ -42,7 +42,8 @@ In `command` mode: - `QUTE_URL`: The current URL. - `QUTE_TITLE`: The title of the current page. - `QUTE_SELECTED_TEXT`: The text currently selected on the page. -- `QUTE_SELECTED_HTML` The HTML currently selected on the page. +- `QUTE_SELECTED_HTML` The HTML currently selected on the page (not supported + with QtWebEngine). In `hints` mode: |