-
Bug
-
Resolution: Fixed
-
P4
-
7u6
-
None
-
Windows7, JavaFX 2.1, SceneBuilder B37, Netbeans 7.1.2
Hello,
When providing a relative URL to a parent directory for a stylesheet, Scene Builder opens and renders the FXML correctly:
<stylesheets>
<URL value="@../../application.css" />
</stylesheets>
But when saving the form after changes, the path is truncated as below:
<stylesheets>
<URL value="@../.css" />
</stylesheets>
For now, I need to correct the url using netbeans.
When providing a relative URL to a parent directory for a stylesheet, Scene Builder opens and renders the FXML correctly:
<stylesheets>
<URL value="@../../application.css" />
</stylesheets>
But when saving the form after changes, the path is truncated as below:
<stylesheets>
<URL value="@../.css" />
</stylesheets>
For now, I need to correct the url using netbeans.