On Sat, 10 Apr 2021 03:44:55 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> 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" This bug was filed to remove the "Outlook requirement" but it does not mean that we should lose the opportunity to verify the JDK-6242241. ------------- PR: https://git.openjdk.java.net/jdk/pull/3406