Re: [jfx16] RFR: 8256362: JavaFX must warn when the javafx.* modules are loaded from the classpath

2021-01-09 Thread Pankaj Bansal
On Tue, 17 Nov 2020 18:10:13 GMT, Kevin Rushforth wrote: > This fix adds documentation and a warning to clarify that loading the JavaFX > modules from the classpath is not a supported configuration. This will not > affect deployments that put the JavaFX modular jars on the classpath, but >

Re: RFR: 8165749: java.lang.RuntimeException: dndGesture.dragboard is null in dragDrop [v2]

2021-01-09 Thread Kevin Rushforth
On Sat, 9 Jan 2021 16:54:10 GMT, Jose Pereda wrote: >> As commented in the JBS issue, there is one single `dndGesture` object in >> `Scene`, that can be instantiated from three different ways: >> >> - DropTargetListener, on dragEnter >> - DragGestureListener, on dragGestureRecognized or >>

Re: RFR: 8165749: java.lang.RuntimeException: dndGesture.dragboard is null in dragDrop [v2]

2021-01-09 Thread Jose Pereda
> As commented in the JBS issue, there is one single `dndGesture` object in > `Scene`, that can be instantiated from three different ways: > > - DropTargetListener, on dragEnter > - DragGestureListener, on dragGestureRecognized or > - MouseHandler, processing a right mouse click (these two

Re: RFR: 8165749: java.lang.RuntimeException: dndGesture.dragboard is null in dragDrop [v2]

2021-01-09 Thread Jose Pereda
On Fri, 8 Jan 2021 16:04:53 GMT, Kevin Rushforth wrote: >> This is really an edge case. There can be two gestures at once, an existing >> one (i.e from TouchPad), with its full drag information, that hasn't >> finished yet, and a new mouse one. >> >> Having a single `dndGesture` object for

Re: [jfx16] RFR: 8256362: JavaFX must warn when the javafx.* modules are loaded from the classpath

2021-01-09 Thread Ambarish Rapte
On Tue, 17 Nov 2020 18:10:13 GMT, Kevin Rushforth wrote: > This fix adds documentation and a warning to clarify that loading the JavaFX > modules from the classpath is not a supported configuration. This will not > affect deployments that put the JavaFX modular jars on the classpath, but >