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

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: fx2.1
    • Component/s: javafx
    • Environment:

      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.

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

              Created:
              Updated:
              Imported: