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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • jfx11
    • Affects Version/s: jfx11
    • Component/s: javafx

      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

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

              Created:
              Updated:
              Resolved: