Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external [v4]

2024-05-01 Thread Lukasz Kostyra
On Tue, 30 Apr 2024 18:51:24 GMT, Martin Fox wrote: >> At the end of a drag operation the Mac Glass code sends out a DRAG_DONE >> event using the operation mask tracked in the GlassDragSource to determine >> the final transfer mode. That mask is only updated when a window in the >> JavaFX app

Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external [v4]

2024-04-30 Thread Kevin Rushforth
On Tue, 30 Apr 2024 18:51:24 GMT, Martin Fox wrote: >> At the end of a drag operation the Mac Glass code sends out a DRAG_DONE >> event using the operation mask tracked in the GlassDragSource to determine >> the final transfer mode. That mask is only updated when a window in the >> JavaFX app

Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external [v4]

2024-04-30 Thread Kevin Rushforth
On Thu, 28 Mar 2024 12:53:24 GMT, Lukasz Kostyra wrote: >> Martin Fox has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update to match coding standards > > LGTM @lukostyra Can you please re-review? - PR Comment:

Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external [v4]

2024-04-30 Thread Martin Fox
> At the end of a drag operation the Mac Glass code sends out a DRAG_DONE event > using the operation mask tracked in the GlassDragSource to determine the > final transfer mode. That mask is only updated when a window in the JavaFX > app is the drop destination. If the drag moves to an external

Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external [v3]

2024-04-30 Thread Kevin Rushforth
On Tue, 30 Apr 2024 17:42:22 GMT, Martin Fox wrote: >> At the end of a drag operation the Mac Glass code sends out a DRAG_DONE >> event using the operation mask tracked in the GlassDragSource to determine >> the final transfer mode. That mask is only updated when a window in the >> JavaFX app

Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external [v3]

2024-04-30 Thread Martin Fox
> At the end of a drag operation the Mac Glass code sends out a DRAG_DONE event > using the operation mask tracked in the GlassDragSource to determine the > final transfer mode. That mask is only updated when a window in the JavaFX > app is the drop destination. If the drag moves to an external

Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external [v2]

2024-04-30 Thread Martin Fox
> At the end of a drag operation the Mac Glass code sends out a DRAG_DONE event > using the operation mask tracked in the GlassDragSource to determine the > final transfer mode. That mask is only updated when a window in the JavaFX > app is the drop destination. If the drag moves to an external

Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external

2024-04-29 Thread Kevin Rushforth
On Fri, 16 Feb 2024 22:35:49 GMT, Martin Fox wrote: > At the end of a drag operation the Mac Glass code sends out a DRAG_DONE event > using the operation mask tracked in the GlassDragSource to determine the > final transfer mode. That mask is only updated when a window in the JavaFX > app is

Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external

2024-03-28 Thread Lukasz Kostyra
On Fri, 16 Feb 2024 22:35:49 GMT, Martin Fox wrote: > At the end of a drag operation the Mac Glass code sends out a DRAG_DONE event > using the operation mask tracked in the GlassDragSource to determine the > final transfer mode. That mask is only updated when a window in the JavaFX > app is

Re: RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external

2024-03-26 Thread Kevin Rushforth
On Fri, 16 Feb 2024 22:35:49 GMT, Martin Fox wrote: > At the end of a drag operation the Mac Glass code sends out a DRAG_DONE event > using the operation mask tracked in the GlassDragSource to determine the > final transfer mode. That mask is only updated when a window in the JavaFX > app is

RFR: 8325591: [Mac] DRAG_DONE reports null transferMode when destination is external

2024-02-16 Thread Martin Fox
At the end of a drag operation the Mac Glass code sends out a DRAG_DONE event using the operation mask tracked in the GlassDragSource to determine the final transfer mode. That mask is only updated when a window in the JavaFX app is the drop destination. If the drag moves to an external