CSS HTML color syntax highlight triggers on id selector
Bug #153427 reported by
Bálint Magyar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GtkSourceView |
Fix Released
|
Low
|
|||
gtksourceview2 (Ubuntu) |
Triaged
|
Low
|
Ubuntu Desktop Bugs |
Bug Description
Binary package hint: gedit
With CSS syntax highlighting, if an id selector (#name) starts with characters that are also hexadecimal digits, said characters are highlighted with the color for property values.
Example:
#feature { display: block }
#whatever { width: 100px }
"#fea" is highlighted with the same color as "100px," whereas "ture" and "#whatever" have the default text color.
Changed in gtksourceview: | |
status: | Unknown → Confirmed |
Changed in gtksourceview: | |
importance: | Unknown → Low |
Changed in gtksourceview: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
Thank you for your bug. The issue is mentionned upstream on http:// bugzilla. gnome.org/ show_bug. cgi?id= 130597