[Webkit-unassigned] [Bug 151157] New: Web Inspector: yank/kill shortcuts (CTRL+K, V) don't work in Console / QuickConsole

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 14:50:38 PST 2015


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

            Bug ID: 151157
           Summary: Web Inspector: yank/kill shortcuts (CTRL+K, V) don't
                    work in Console / QuickConsole
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bburg at apple.com
                CC: ap at webkit.org, bburg at apple.com, enrica at apple.com,
                    graouts at webkit.org, joepeck at webkit.org,
                    mattbaker at apple.com, nvasilyev at apple.com,
                    thorton at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

SUMMARY:

Yanking and killing doesn't work correctly in Web Inspector console. In particular, it seems Kill (CTRL+K) will clear the line but not put the text into the pasteboard. You can kill text from a search box and yank it into the console, and it works correctly. I don't know if this is inspector accidentally preventing default, or an editing bug.

STEPS TO REPRODUCE:

* Open the inspector
* Type some text in the console at the bottom
* Place caret at start of line (CTRL+A)
* Kill the text (CTRL+K)
* Yank the text (CTRL+Y)

EXPECTED:

The same killed text should be placed back into the console.

ACTUAL:

Any previously-killed text is yanked into place, or nothing if the kill pasteboard is empty.

NOTES:

I don't know if this ever worked.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151111/ec26d681/attachment-0001.html>


More information about the webkit-unassigned mailing list