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 234323

Summary: [Code Completion] CSS - under effects, only offered code completion for the first property
Product: javafx Reporter: Petr Somol <psomol>
Component: EditorAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal CC: Anirvan, johnjullion, sdedic
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 198730    

Description Petr Somol 2013-08-13 12:10:06 UTC
Based on discussion with JavaFX team on 12 AUG 13 I quote:


CSS code completion - under effects, only offered code completion for the first property

The example case was:

.button {
    -fx-effect: dropshadow(ONE_PASS_BOX, …)
}

(Or whatever the params are the -fx-effect, I don't remember off the top of my head)