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

Bug 278195

Summary: [Shell] Setting bounds must reset maximized state
Product: [RT] RAP Reporter: Rüdiger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: 1.3 M1   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Test case
none
Test case + Bugfix
none
Updated patch none

Description Rüdiger Herrmann CLA 2009-05-28 07:57:15 EDT
In SWT, a maximized Shell loses its maximized state after calling setSize(), setLocation() or setBounds().
RWT differs in that respect (the maximized state remains unchanged)

The same probably also applies to the minimized state (needs to be investigated).
Comment 1 Rüdiger Herrmann CLA 2009-05-28 08:12:52 EDT
Created attachment 137466 [details]
Test case
Comment 2 Rüdiger Herrmann CLA 2009-05-29 12:50:39 EDT
(In reply to comment #0)
> [ ... ]
> 
> The same probably also applies to the minimized state (needs to be investigated).
Cross checked with SWT, same is true for the minimized state
Comment 3 Rüdiger Herrmann CLA 2009-06-02 05:52:35 EDT
Created attachment 137975 [details]
Test case + Bugfix
Comment 4 Rüdiger Herrmann CLA 2009-06-29 15:14:31 EDT
Created attachment 140422 [details]
Updated patch
Comment 5 Rüdiger Herrmann CLA 2009-06-29 15:17:53 EDT
Fixed in CVS HEAD