Re: Bug: ComboBox dropdown list of combobox is not taking Scale Transformation in consideration

2022-03-08 Thread M Fox
Out of curiosity I decided to take a look at this bug. I’m a Java and JavaFX newbie so take this all with a massive grain of salt. It’s not at all clear how to take the control's cumulative transform and create a transform to apply to the popup. Even isolating the scale is tricky if a rotation

Re: Bug: ComboBox dropdown list of combobox is not taking Scale Transformation in consideration

2022-03-07 Thread Kevin Rushforth
This sounds like JDK-8088757 [1], "Scale of control does not cross to popup in popup-based controls". Yes, it does seems like a legitimate bug to me. Fixing it might result in a surprising behavior change for some existing applications, given how long this behavior has been in place (the bug

Bug: ComboBox dropdown list of combobox is not taking Scale Transformation in consideration

2022-03-06 Thread Neacsu Cristian
Hello, I am using ComboBoxes all over the place in my application. Until now, my application was in full-screen mode. Now due to the request of clients to create the possibility to move it around on multiple screen, I created the option to move it on dual screens and so on. To achieve different