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 152536

Summary: [cc] border-*-style value completion offers too many values
Product: web Reporter: Jindrich Sedek <jsedek>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2008-11-06 13:16:26 UTC
type in CSS file:
--------------------
h1{
 border-top-style: dashed |;
}
-------------------
invoke cc at possition of "|" -> many items from border-style are offered, but it should not be, since it's possible
to set just one border-top-style
Comment 1 Jindrich Sedek 2008-11-06 13:18:02 UTC

*** This issue has been marked as a duplicate of 152535 ***
Comment 2 Jindrich Sedek 2008-12-08 10:48:16 UTC
v/c