Commit 67ac9d7 Hima Bindu Meda
committed Aug 21, 2024
1 parent f1bac5a commit 67ac9d7 Copy full SHA for 67ac9d7
File tree 1 file changed +3
-1
lines changed
modules/javafx.web/src/main/native/Source/WebKitLegacy/java/WebCoreSupport
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2250,8 +2250,10 @@ JNIEXPORT jint JNICALL Java_com_sun_webkit_WebPage_twkProcessDrag
2250
2250
case com_sun_webkit_WebPage_DND_DST_EXIT:
2251
2251
dc.dragExited (*localMainFrame,WTFMove (dragData));
2252
2252
return 0 ;
2253
+ case com_sun_webkit_WebPage_DND_DST_ENTER:
2253
2254
case com_sun_webkit_WebPage_DND_DST_OVER:
2254
-
2255
+ case com_sun_webkit_WebPage_DND_DST_CHANGE:
2256
+ return dragOperationToDragCursor (std::get<std::optional<WebCore::DragOperation>>(dc.dragEnteredOrUpdated (*localMainFrame, WTFMove (dragData))));
2255
2257
case com_sun_webkit_WebPage_DND_DST_DROP:
2256
2258
{
2257
2259
int ret = dc.performDragOperation (WTFMove (dragData)) ? 1 : 0 ;
You can’t perform that action at this time.
7 commit comments
openjdk-notifier[bot] commentedon Aug 21, 2024
Review
Issues
HimaBinduMeda commentedon Aug 22, 2024
/backport jfx23u
openjdk[bot] commentedon Aug 22, 2024
@HimaBinduMeda the backport was successfully created on the branch backport-HimaBinduMeda-67ac9d78-master in my personal fork of openjdk/jfx23u. To create a pull request with this backport targeting openjdk/jfx23u:master, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jfx23u:
johanvos commentedon Nov 21, 2024
/backport jfx17u
johanvos commentedon Nov 21, 2024
/backport jfx21u
openjdk[bot] commentedon Nov 21, 2024
@johanvos the backport was successfully created on the branch backport-johanvos-67ac9d78-master in my personal fork of openjdk/jfx17u. To create a pull request with this backport targeting openjdk/jfx17u:master, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jfx17u:
openjdk[bot] commentedon Nov 21, 2024
@johanvos the backport was successfully created on the branch backport-johanvos-67ac9d78-master in my personal fork of openjdk/jfx21u. To create a pull request with this backport targeting openjdk/jfx21u:master, just click the following link:
➡️ Create pull request
The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:
If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jfx21u: