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

REG: FullScreen Stage created with visible set to false is shown

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • fx1.1
    • fx1.1
    • javafx
    • Windows XP prof, Franca b02

      I'm creating a full screen stage with visible set to false. But, its shown on screen in minimized state. This is a regression in franca b02. Its not reproducible with franca integration b140.

      Testcase:

      import javafx.scene.*;
      import javafx.stage.*;

      var fs = Stage {
          fullScreen: true
          visible: false
      };

      var f = Stage {
          width: 200
          height: 200
          onClose: function() {
              fs.close();
          }
      };

            morris Morris Meyer (Inactive)
            gramachasunw Girish Ramachandran (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: