Bug 146496 - Web Inspector: Show suggest popover on Tab press even if it wasn't showing before
Summary: Web Inspector: Show suggest popover on Tab press even if it wasn't showing be...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-06-30 23:29 PDT by Nikita Vasilyev
Modified: 2015-07-02 23:45 PDT (History)
8 users (show)

See Also:


Attachments
Animated GIF of the problem (25.18 KB, image/gif)
2015-06-30 23:29 PDT, Nikita Vasilyev
no flags Details
Patch (3.36 KB, patch)
2015-07-02 09:16 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Vasilyev 2015-06-30 23:29:54 PDT
Created attachment 255902 [details]
Animated GIF of the problem

The problem persists in the console and the styles panel.

Steps:

1. Type "window" in the console.
2. Press delete 4 times
3. Press Tab

Expected:
wi|[ndow]

Actual:
wi\t|

| – cursor
[ndow] — suggest text
Comment 1 Radar WebKit Bug Importer 2015-06-30 23:30:25 PDT
<rdar://problem/21627130>
Comment 2 Devin Rousso 2015-07-02 09:16:12 PDT
Created attachment 256013 [details]
Patch
Comment 3 WebKit Commit Bot 2015-07-02 10:32:56 PDT
Comment on attachment 256013 [details]
Patch

Clearing flags on attachment: 256013

Committed r186227: <http://trac.webkit.org/changeset/186227>
Comment 4 WebKit Commit Bot 2015-07-02 10:33:00 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Nikita Vasilyev 2015-07-02 22:35:32 PDT
I should have stressed that this happens not only in the styles sidebar but also in the console (see the steps in the description).
Comment 6 Nikita Vasilyev 2015-07-02 23:45:46 PDT
Just tried ToT WebKit (r186256)—it works as expected in the console too 👍

This patch only changed CSSStyleDeclarationTextEditor.js. Was the console fixed somewhere else?