RFR: 8241249: NPE in TabPaneSkin.perfromDrag
Kevin Rushforth
kcr at openjdk.java.net
Mon Apr 6 23:39:12 UTC 2020
On Mon, 6 Apr 2020 16:14:41 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> This is a simple fix similar to [JDK-8237372](https://bugs.openjdk.java.net/browse/JDK-8237372).
> The NPE can occur if a MOUSE_DRAGGED is received by tab header without receiving MOUSE_PRESSED.
> The fix also corrects a typo error. `perfromDrag()` to `performDrag()`
Marked as reviewed by kcr (Lead).
-------------
PR: https://git.openjdk.java.net/jfx/pull/160
More information about the openjfx-dev
mailing list