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 - [Code Completion] CSS - under effects, only offered code completion for the first property
Summary: [Code Completion] CSS - under effects, only offered code completion for the f...
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 198730
  Show dependency tree
 
Reported: 2013-08-13 12:10 UTC by Petr Somol
Modified: 2015-03-10 05:27 UTC (History)
3 users (show)

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 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)