Bug 196417 - [Shell] controlMoved doesn't work
Summary: [Shell] controlMoved doesn't work
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.0   Edit
Hardware: All All
: P3 normal with 1 vote (vote)
Target Milestone: 1.3 M7   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday
Depends on:
Blocks: 232979 262603
  Show dependency tree
 
Reported: 2007-07-13 03:40 EDT by Vedran Blazevic CLA
Modified: 2010-03-17 15:10 EDT (History)
2 users (show)

See Also:


Attachments
fix (691 bytes, patch)
2010-03-17 10:03 EDT, Tim Buschtoens CLA
ruediger.herrmann: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vedran Blazevic CLA 2007-07-13 03:40:23 EDT
Build ID: M20070212-1330

Steps To Reproduce:
1. Create a shell; add a ControlListener
2. open shell
3. drag the shell to a different position

More information:
The controlMoved method of the ControlListener does not react at all at the moving of the shell. 
When the shell is resized however, the controlMoved method 
is executed too.
Comment 1 Tim Buschtoens CLA 2010-03-17 10:03:44 EDT
Created attachment 162283 [details]
fix

The request in not send. This was probably done to prevent sending a request every time the shell is moved. However, this is not necessary: The events are not triggered by a mousemove because the "renderRuntime"-functions are used, not the setter.
Comment 2 Rüdiger Herrmann CLA 2010-03-17 15:10:12 EDT
Applied patch to CVS HEAD