Hi Vadim, Kevin,
Could you review the fix for https://javafx-jira.kenai.com/browse/RT-34557
Please find all details in the JIRA record.
Thank you in advance,
Dmitry
Hello Kevin, Guru,
Could you review a fix for 9, please?
bug: https://bugs.openjdk.java.net/browse/JDK-8152551
webrev: http://cr.openjdk.java.net/~dmarkov/8152551/webrev.00/
Added a check to prevent null pointer crash inside speculationFromCell()
function.
Thanks,
Dmitry
Hi Alexander,
In CPlatformWindow class you call CWrapper.NSWindow.addChildWindow() to place a
window above JavaFX stage. The usage of addChilWindow() or/and
removeChildWindow() may cause ‘jumping window issue’ in multi-monitor
environment, see JDK-8080729 for more details.
To avoid possible pr
be easily workarounded on a user side by calling
> setLocation() right after setVisible() call.
>
> So I would prefer to use addChildWindow() to make this fix as simple as
> possible.
>
>
> Thanks,
> Alexander.
>
> On 23/09/2017 21:21, Dmitry Markov wrote:
>&g