[Webkit-unassigned] [Bug 147316] New: Web Inspector: Autocomplete: Undo (Cmd+Z) doesn't work as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 26 22:58:18 PDT 2015


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

            Bug ID: 147316
           Summary: Web Inspector: Autocomplete: Undo (Cmd+Z) doesn't work
                    as expected
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Critical
          Priority: P1
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nvasilyev at apple.com
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 257547
  --> https://bugs.webkit.org/attachment.cgi?id=257547&action=review
Animated GIF of the problem

The problem persists in all the places where autocomplete is available: console, styles panel, CSS resource, etc.

Steps:
1. type "window" in the console
2. Press Command Z

Actual:
> window|w
Note that Command Z didn't undo anything. On the contrary, it added an extra "w" at the end.


Expected:
> |
Console is empty, Command Z removed the entire word. This is how it works in Xcode and any other code editor I have encountered.

-- 
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/20150727/ec9d73f8/attachment.html>


More information about the webkit-unassigned mailing list