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

Critical performance problem on multiple choice boxes in single layout container

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • fx2.1
    • fx2.0.1
    • javafx
    • None

      Critical performance issue created as a result of fixes to RT-14094, RT-16754, RT-13434. The problem is that on getSkin in PopupControl, we constantly force CSS to be reapplied. Also, on Parent we already cache the prefWidth / prefHeight, but we also use minWidth / minHeight constantly and by caching the results, we get a much improved performance (much, much improved!!).

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

              Created:
              Updated:
              Resolved:
              Imported: