This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 183986 - hash colors hightlighting should trim color names
Summary: hash colors hightlighting should trim color names
Status: REOPENED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 10:48 UTC by Jindrich Sedek
Modified: 2014-10-06 13:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (38.77 KB, image/png)
2010-04-13 10:48 UTC, Jindrich Sedek
Details
screenshot (1.99 KB, image/png)
2010-05-04 12:15 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2010-04-13 10:48:40 UTC
Created attachment 97167 [details]
screenshot

See attached screenshot
also note that these two colors are not marked as the same color because of trailing spaces:
------------------
root { 
    color: #123432;
}
r2{
    border-color: #123432   ;
}
--------------------
Comment 1 Marek Fukala 2010-04-13 10:59:56 UTC
fixed in web-main#fae646ff48ee
Comment 2 Marek Fukala 2010-04-13 11:38:16 UTC
mistakenly closed, the proper changeset of the fix is 59b886b552f7
Comment 3 Quality Engineering 2010-04-14 04:41:29 UTC
Integrated into 'main-golden', will be available in build *201004140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/59b886b552f7
User: Marek Fukala <mfukala@netbeans.org>
Log: #183986 -  hash colors hightlighting should trim color names
Comment 4 Jindrich Sedek 2010-05-04 12:13:18 UTC
Colors with spaces are now recognized correctly, but the color highlighting still marks empty spaces as a piece of the color that is not very nice.
Comment 5 Jindrich Sedek 2010-05-04 12:15:57 UTC
Created attachment 98428 [details]
screenshot
Comment 6 Marek Fukala 2010-05-04 21:19:58 UTC
I'm aware of this minor issue.