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 97874 - coloring is broken after using clip property
Summary: coloring is broken after using clip property
Status: VERIFIED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-14 17:03 UTC by Jindrich Sedek
Modified: 2008-04-28 13:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot of css coloring (22.20 KB, image/png)
2007-03-14 17:05 UTC, Jindrich Sedek
Details
A screenshot of what I see in the editor (77.08 KB, image/png)
2007-03-23 19:46 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2007-03-14 17:03:18 UTC
Create a css file
H1{
   background-position: left center;
   clip: rect(1px, 1in, 6px, 1px);
   font-family: Geneva,Arial,Helvetica,sans-serif;
   height: 3px;
   margin-bottom: 2px;
   margin-left: 2picas;
   text-align: justify;
   text-indent: 6px;
   vertical-align: text-top;
   visibility: collapse;
   width: 4px;
   z-index: 10
}

paste this h1 selector settings into html code

code to clip is colored, but the rest is not
Comment 1 Jindrich Sedek 2007-03-14 17:05:24 UTC
Created attachment 39482 [details]
snapshot of css coloring
Comment 2 Marek Fukala 2007-03-23 19:44:15 UTC
I see the coloring correct in both standalone css files and html's with css
embedding. Can you try on latest build?
Comment 3 Marek Fukala 2007-03-23 19:46:49 UTC
Created attachment 39891 [details]
A screenshot of what I see in the editor
Comment 4 Jindrich Sedek 2007-04-18 14:20:32 UTC
verified NetBeans IDE Dev 200704171800