Bug 85784

Summary: Web Inspector: Autocomplete for CSS property values in the Styles pane behaving incorrectly
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

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.