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

Inspector panel does not update the correct property when committing by selecting another node

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • javafx
    • None

      1) Start SB 2
      2) Drop a TableView
      3) Select TableColumn C1
      4) In Layout section, change C1.prefWidth from 75 to 80
           => don't press ENTER
      5) Select TableColumn C2
           => C2.prefWidth is 80
           => BUG : C2 prefWidth should be 75
      6) Select TableColumn C1
           => C1.prefWidth is still 75
           => BUG : C1.prefWidth should be 80
      7) Select TableColumn C2
           => C2.prefWidth is 80
           => BUG : C2.prefWidth should be 75

            jcambon Jerome Cambon
            eleponn Eric Le Ponner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: