Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-523) Drag and drop should wait for more events

Drag and drop should wait for more events
-----------------------------------------

         Key: UDIG-523
         URL: http://jira.codehaus.org/browse/UDIG-523
     Project: uDIG
        Type: Bug
  Components: ui  
    Versions: UDIG 1.0.RC6    
    Reporter: Jesse Eichar
 Assigned to: Justin Deoliveira 
    Priority: Critical
     Fix For: UDIG 1.0.SC1


if you drag and drop a number of items at the same time each drop gets processed separately.  So if you drop a number of files onto the edit area (with no map)  a new map will be created for each file dropped.  (Usually at any rate).  

It might be worth waiting for a few hundred milliseconds so that the DND events can be batch processed.  This is what is done for resizing the window.  It waits for the view to stop moving for x milliseconds then a re-render is triggered.  I asked the eclipse people if this was a good method and they agreed that it was.  

I'm assigning it to you justin let me know if you already are over booked.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Back to the top