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

FXCanvas does not update x/y of EmbeddedStageInterface when FXCanvas is reparented

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • jfx11
    • jfx11
    • javafx

    Description

      SWT allows to reparent control between different parents. Unfortunately this does not fire any events hence the EmbeddedStage has the wrong x/y coordinates. If you now open windows like eg PopupControl relative to this

      Steps to reproduce:
      * Launch application
      * Click on ComboBox => pop at correct position
      * Click "Reparent"
      * Click on ComboBox => notice the pop is a the old position
      * Move 2nd shell
      * Click on ComboBox => pop at correct position

      Attachments

        Activity

          People

            tschindl Tom Schindl
            tschindl Tom Schindl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: