On Sat, 10 Apr 2021 03:36:53 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Remove Outlook requirement
>
> test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java line
> 42:
>
>> 40: String[] instructions = {
>> 41: "The applet window contains a red field.",
>> 42: "1. Select any file from File Explorer and drag into a red
>> field of applet.",
>
> Did you check that "any file from File Explorer" can reproduce the initial
> JDK-6242241 bug?
It will work fine as initial JDK-6242241 bug says "It works fine when dragging
from Windows Explorer" but you told to remove Outlook requirement. The
JDK-6242241 bug is specifically Outlook issue so that's why I told "regression
test was added specially for Microsoft Outlook drag issues"
-------------
PR: https://git.openjdk.java.net/jdk/pull/3406