Re: BUG: TableView's setMouseTransparent method does not make mouse transparent

2018-09-22 Thread Paul Ray Russell
>> JavaFX does not use exclusive full-screen mode. It simulates full >> screen by using an undecorated window that is exactly the size of the >> screen. This means that pop-ups, such as those used by ComboBox and >> content menus, will continue to work (they use separate windows). >> >>-- Kevin >>

Re: BUG: TableView's setMouseTransparent method does not make mouse transparent

2018-09-21 Thread Ty Young
On 9/19/18 10:27 AM, Kevin Rushforth wrote: JavaFX does not use exclusive full-screen mode. It simulates full screen by using an undecorated window that is exactly the size of the screen. This means that pop-ups, such as those used by ComboBox and content menus, will continue to work (they us

Re: BUG: TableView's setMouseTransparent method does not make mouse transparent

2018-09-19 Thread Kevin Rushforth
JavaFX does not use exclusive full-screen mode. It simulates full screen by using an undecorated window that is exactly the size of the screen. This means that pop-ups, such as those used by ComboBox and content menus, will continue to work (they use separate windows). -- Kevin On 9/19/2018

Re: BUG: TableView's setMouseTransparent method does not make mouse transparent

2018-09-19 Thread Ty Young
On 9/19/18 8:01 AM, Kevin Rushforth wrote: Thanks for reporting the issue. I see it in the bug system, and it should be transferred to the JDK project in JBS in a day or so. I'm not sure I understand your question: > (While i'm at it, does JavaFX *always* render the desktop even if a JavaFX

Re: BUG: TableView's setMouseTransparent method does not make mouse transparent

2018-09-19 Thread Kevin Rushforth
Thanks for reporting the issue. I see it in the bug system, and it should be transferred to the JDK project in JBS in a day or so. I'm not sure I understand your question: > (While i'm at it, does JavaFX *always* render the desktop even if a JavaFX application is fullscreen?) What do you mea

BUG: TableView's setMouseTransparent method does not make mouse transparent

2018-09-18 Thread Ty Young
Bug review ID: 9057302. TavleView's setMouseTransparent no longer makes mouse events(like clicking) transparent for that TableView when set to true in JavaFX 11. In Oracle 9 and 10 it did, however. I vaguely remember compiling OpenJDK 10 with JavaFX integrated and had the same issue even thou