JDK-4725053 : Drag&Drop does not work correctly sometimes
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.1
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: sparc
  • Submitted: 2002-08-02
  • Updated: 2002-08-12
  • Resolved: 2002-08-12
Related Reports
Duplicate :  
Description
Filed By       : J2SE-SQA [###@###.###
JDK            : 1.4.1-b18, 1.3.1_05, 1.2.2_012 were tested
Platform[s]    : sparc Sol 8/9 were tested

Sometimes, it takes a while to see the problem.  I haven't been able to produce the problem with JDK 1.4.0_02 yet.  Will try more times later.

How to reproduce:
====================
TestDND.java & TestDND.class are attached.
Running "java TestDND" will pop up "Drag and Drop Lists" window.  There're 4  items in both SourceList & TargetList.  Use mouse to move those items around for Drag&Drop test.  You'll see some items become duplicated & some items missing.  For instance, there'll be 2 SourceItem2 and but no SourceItem3.  The behavior looks like Copy+Paste instead of Drag+Drop.

Specific Machine Info:
=====================
SunOS jtg-s120 5.8 Generic sun4u sparc SUNW,Ultra-60
SunOS jtg-s124 5.9 Generic sun4u sparc SUNW,Ultra-60

###@###.### 2002-08-01

Comments
EVALUATION Name: agR10216 Date: 08/02/2002 The attached files are not sufficient to run the test. But I see that it is a slightly modified tutorial example ( http://java.sun.com/docs/books/tutorial/dnd/sheetal.html ). This bug is a duplicate of 4333906. The bug 4333906 has had fix already, and that fix will be putbacked into Mantis. ###@###.### 2002-08-02 ====================================================================== Added new attached 4340913.tar.Z, which contains all java files for testing this bug. ###@###.### 2002-08-02 ====================================================================== Name: agR10216 Date: 08/12/2002 I've verified that with the fix for the bug 4333906 this bug is not reproducible. ###@###.### 2002-08-12 ======================================================================
12-08-2002