Bug 232686 - Shell doesn't send SWT.Move
Summary: Shell doesn't send SWT.Move
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.4   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 3.5   Edit
Assignee: Kevin Barnes CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-05-18 03:32 EDT by Mikhail Kalugin CLA
Modified: 2008-06-02 12:02 EDT (History)
1 user (show)

See Also:


Attachments
Registration of the windowDidMove() (892 bytes, patch)
2008-05-18 03:32 EDT, Mikhail Kalugin CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Kalugin CLA 2008-05-18 03:32:00 EDT
Created attachment 100807 [details]
Registration of the windowDidMove() 

Shell doesn't send SWT.Move when it's being moved. It has a correct implementation of windowDidMove(), but this method is never called because it isn't registered. 

The attached patch adds an appropriate string to the Display.initClasses().
Comment 1 Kevin Barnes CLA 2008-06-02 12:02:59 EDT
released to HEAD > 20080602