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

no refresh of changed parent window's scene css stylesheet when popup is already visible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • fx2.1
    • javafx
    • Windows 7 x64, Java 7u4, Java FX 2.1

      When I add path to the css in some scene.getStylesheets() observable list and then show popup which is child window, all css are taken correctly, but when I change stylesheet registered to previously mentioned scene, no refresh is made to the popup until popup is reshown. A code:

      popup.hide();
      popup.show();

      is sufficient to take effect, but css should propagate live to all child windows, not only to child components in same window and other windows after they are reshown.

            Unassigned Unassigned
            skuklewicjfx Szymon Kuklewicz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported: