Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 448103

Summary: [CSSLint][Outline] Outline selects wrong ranges for rule names that don't start with period
Product: [ECD] Orion Reporter: Curtis Windatt <curtis.windatt.public>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3    
Version: 6.0   
Target Milestone: 8.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Fix
none
Fix with tests none

Description Curtis Windatt CLA 2014-10-21 12:02:21 EDT
.works {}
notWorking {}

When 'notWorking' is selected in the outline, the first character is not included in the selected range.
Comment 1 Curtis Windatt CLA 2014-10-21 12:45:38 EDT
Created attachment 248059 [details]
Fix

Doesn't just apply to rules without periods.  The first symbol was always being excluded.
Comment 2 Curtis Windatt CLA 2014-10-21 13:09:28 EDT
Created attachment 248062 [details]
Fix with tests