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 203064 - Incorrect completion and error checking for some CSS3 properties
Summary: Incorrect completion and error checking for some CSS3 properties
Status: CLOSED DUPLICATE of bug 203568
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.1
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 15:10 UTC by Marek Fukala
Modified: 2011-11-23 10:57 UTC (History)
2 users (show)

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 2011-10-04 15:10:53 UTC
The property model is invalid for some of the css3 properties, for example perspective.

Try to complete: div { perspective:|  } => you'll get perspective property value instead of none.

Such problem appears for more css3 properties and is caused by some infrastructure flaw.
Comment 1 Marek Fukala 2011-10-05 06:35:11 UTC
partial fix though not fixed completely yet: web-main#7949a40809c3
Comment 2 Quality Engineering 2011-10-06 13:54:28 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7949a40809c3
User: Marek Fukala <mfukala@netbeans.org>
Log: #203064 (not completely fixed yet) - Incorrect completion and error checking for some CSS3 properties
Comment 3 Quality Engineering 2011-10-07 14:45:48 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/7949a40809c3
User: Marek Fukala <mfukala@netbeans.org>
Log: #203064 (not completely fixed yet) - Incorrect completion and error checking for some CSS3 properties
Comment 4 Marek Fukala 2011-11-22 14:34:56 UTC
The problem with the perspective property completion has been fixed. In fact the mentioned issues with the css values completion / error checking are also described in the Bug 203568 - "Broken Code semantic completion for background property with multiple values". In fact more css properties have similar problem as the background property but the cause is the same.

*** This bug has been marked as a duplicate of bug 203568 ***
Comment 5 Marian Mirilovic 2011-11-23 10:57:21 UTC
v/c