Re: [10] Review request for 8185634, 8185634: Java Fx-Swing dialogs appearing behind main stage

2017-09-23 Thread Dmitry Markov
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

[9] Review request for 8152551: Null pointer crash in JSC::speculationFromCell (jfxwebkit.dll)

2016-03-23 Thread dmitry markov
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

Review request RT-34557: JavaFX does not paint correctly when a window opens while the screen is locked

2013-11-28 Thread dmitry markov
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