Bug 150294 - Web Inspector: Tabbing over CSS properties prepended by * doesn't move the highlighted range
Summary: Web Inspector: Tabbing over CSS properties prepended by * doesn't move the hi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-10-17 17:49 PDT by Devin Rousso
Modified: 2015-10-22 08:48 PDT (History)
8 users (show)

See Also:


Attachments
Patch (6.08 KB, patch)
2015-10-21 17:47 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 Devin Rousso 2015-10-17 17:49:04 PDT
* STEPS TO REPRODUCE
1. Go to about:blank
2. Open the CSS sidebar in Web Inspector
3. Create a new rule and add the following:
     font-family: inherit;*
     color: red;
4. Place the cursor before "font" and try tabbing three times

* Expected
"color" is highlighted

*Actual
"inherit" is highlighted (tabbing more than three times will also not do anything)
Comment 1 Radar WebKit Bug Importer 2015-10-17 17:49:44 PDT
<rdar://problem/23157575>
Comment 2 Devin Rousso 2015-10-21 17:47:46 PDT
Created attachment 263772 [details]
Patch
Comment 3 WebKit Commit Bot 2015-10-22 08:48:51 PDT
Comment on attachment 263772 [details]
Patch

Clearing flags on attachment: 263772

Committed r191454: <http://trac.webkit.org/changeset/191454>
Comment 4 WebKit Commit Bot 2015-10-22 08:48:54 PDT
All reviewed patches have been landed.  Closing bug.