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 161129 - Property value completion offers items after invalid code
Summary: Property value completion offers items after invalid code
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 13:19 UTC by Marek Fukala
Modified: 2014-10-06 13:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2009-03-25 13:19:45 UTC
h1 {
  color: xxx| + CC => colors are offered but they probably should not.
}

Covered by org.netbeans.modules.css.gsf.CSSCompletionTest.testCorners() unit test.
Comment 1 Marek Fukala 2010-05-08 06:59:18 UTC
reproducible