-
Bug
-
Resolution: Fixed
-
P4
-
fx2.0
-
Win 7 32 bit , FX 2.0 b#233 (MASTER)
Several controls textProperty could not be bound (see title only few mentioned)
- Please see the attached test case. Run the test and an exception is thrown.
Caused by: java.lang.UnsupportedOperationException
at javafx.scene.control.TextInput$TextProperty.bind(TextInput.java:117)
at graphics.api.control.TextBoxCannotbind.start(TextBoxCannotbind.java:35)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:296)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:136)
at com.sun.javafx.application.PlatformImpl$3.run(PlatformImpl.java:108)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
at com.sun.glass.ui.win.WinApplication$1$1.run(WinApplication.java:49)
... 1 more
- Please see the attached test case. Run the test and an exception is thrown.
Caused by: java.lang.UnsupportedOperationException
at javafx.scene.control.TextInput$TextProperty.bind(TextInput.java:117)
at graphics.api.control.TextBoxCannotbind.start(TextBoxCannotbind.java:35)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:296)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:136)
at com.sun.javafx.application.PlatformImpl$3.run(PlatformImpl.java:108)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
at com.sun.glass.ui.win.WinApplication$1$1.run(WinApplication.java:49)
... 1 more