Bug 85784 - Web Inspector: Autocomplete for CSS property values in the Styles pane behaving incorrectly
Summary: Web Inspector: Autocomplete for CSS property values in the Styles pane behavi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-07 02:37 PDT by Alexander Pavlov (apavlov)
Modified: 2012-05-10 00:47 PDT (History)
11 users (show)

See Also:


Attachments
Patch (2.32 KB, patch)
2012-05-07 04:22 PDT, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2012-05-07 02:37:37 PDT
What steps will reproduce the problem?
1. Open the Inspector and select some element in the Elements tab.
2. In the Styles menu, add -webkit-transform to the element.style
3. Type ':' and start typing 'transform', a bunch of autocomplete suggestions appear.
4. Hit the down arrow key several times.

What is the expected result?
Hitting the down arrow moves through the autocomplete suggestions.

What happens instead?
Hitting the down arrow after translate3d, turns the suggestion into translate2d, then translate1d, translate0d, translate-1d, etc.

Upstreaming http://code.google.com/p/chromium/issues/detail?id=126108
Comment 1 Alexander Pavlov (apavlov) 2012-05-07 04:22:25 PDT
Created attachment 140509 [details]
Patch
Comment 2 WebKit Review Bot 2012-05-10 00:47:28 PDT
Comment on attachment 140509 [details]
Patch

Clearing flags on attachment: 140509

Committed r116619: <http://trac.webkit.org/changeset/116619>
Comment 3 WebKit Review Bot 2012-05-10 00:47:33 PDT
All reviewed patches have been landed.  Closing bug.