Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 404698

Summary: [Protocol] Reorganize DND event names in protocol
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard: protocol

Description Ivan Furnadjiev CLA 2013-04-02 03:21:04 EDT
Somehow the DND events have not been renamed when resolving the bug 390419.
Comment 1 Ivan Furnadjiev CLA 2013-04-02 05:54:23 EDT
Fixed with commit 9fa1ed7cf875d506db0c094ae829694aba15efdb. Changed DND event names in protocol as follow:
- dragStart -> DragStart
- dragFinished -> DragEnd
- dragEnter -> DragEnter
- dragOver -> DragOver
- dragLeave -> DragLeave
- dragOperationChanged -> DragOperationChanged
- dropAccept -> DropAccept
Corresponding listeners are rendered from the server-side too.