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 206836 - Missing code completion for values in vendor specific properties
Summary: Missing code completion for values in vendor specific properties
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-02 10:16 UTC by Vladimir Riha
Modified: 2014-10-06 13:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-01-02 10:16:17 UTC
In css file, try invoke CC at the position of "|":
div {
    transform: translate(100px, 100px);
    -webkit-transform:|;
}
=> result: Only one item ("anything") is offered 


However if you try this:
div {
    transform: |;
}
=> it works fine

The same results are with some other properties (for example hyphens)


Product Version: NetBeans IDE Dev (Build 201201010601)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Linux version 3.0.0-14-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Marek Fukala 2012-04-27 09:30:40 UTC
vendor specific property value were never supported. Bit different situation is with the issue which complains about such syntax being marked as erroneous, that is a clear bug. I'll definitively try to fix this in 7.3 so increasing severity and changing to enhancement.