javafx: filter out unacceptable ids during fx:reference source processing

(cherry picked from commit 490500af5adb50c3cd1b35de700a28fd37ca644b)
This commit is contained in:
anna
2013-03-26 21:43:00 +01:00
parent 124689fa7b
commit 4a159a8648
3 changed files with 42 additions and 7 deletions
@@ -0,0 +1,7 @@
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:id="foo">
<rowConstraints>
<fx:reference source="<caret>"/>
</rowConstraints>
</GridPane>