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

Stage do not show in fullscreen with prism

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • fx1.3
    • fx1.3
    • javafx
    • soma integration b18, prism, mac 10.5, jdk1.6

      This is reproducible with soma integration b18 with prism enabled. This is seen on mac 10.5.

      Run the below program with prism. It shows a stage with 'fullScreen' set to true. But a normal Stage is shown - it is not full screen.

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

      Stage {
          fullScreen: true
          width: 250
          height: 250
          scene: Scene {
              content: ProgressBar {
                  progress: bind ProgressBar.computeProgress(100, 10);
                  translateX: 30
                  translateY: 100
              }
          }
      }



            tdv Dmitri Trembovetski (Inactive)
            gramachasunw Girish Ramachandran (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: