Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8107326

Need API doc describing that "bind with inverse" is required for "text" variable of TextBox

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx1.3
    • fx1.2
    • javafx
    • javafx 1.2.0_b211
      NetBeans IDE 6.5.1 (Build 200903060201)
      Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
      WinXP SP2

      javafx 1.2.0_b211 used with NetBeans 6.5.1

      Unidirectional binding to "text" variable of TextBox can cause exception.
       "bind with inverse" is required for "text" variable of TextBox

                 TextBox {
                       // text: bind inputString // <-- This will cause exception
                       text: bind inputString with inverse // <-- This is OK
                       columns: 20
                       translateX: 10
                       translateY: 40
                  },

            rbair Richard Bair (Inactive)
            lianqli Lianqi Li (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: