Included fxml should can be handled as control.#321
Included fxml should can be handled as control.#321bdh92123 wants to merge 2 commits intogluonhq:masterfrom
Conversation
|
Interesting. |
|
Hi @johanvos . I uploaded some test in Issue #319 . However, this fix uses a trick that temporarily treats the FXInstrinsic node as an FXOMInstance node, so it would be correct to fundamentally fix the intrinsic node so that it can also be relocated, resized and focused if it's type is 'fx:include'. Thanks. |
7c0a0f0 to
fd0a426
Compare
|
Hi @bdh92123, Thank you for the PR. How big of an effort is it to properly fix this in the Intrinsic node? |
|
Hi @abhinayagarwal , |
Issue
#319
Included fxml can't be focused, moved, resized.
Fixes