Bug 32481

Summary: style bits in shell not working
Product: [Eclipse Project] Platform Reporter: Veronika Irvine <veronika_irvine>
Component: SWTAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED INVALID QA Contact:
Severity: critical    
Priority: P3 CC: robert_bacs
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:

Description Veronika Irvine CLA 2003-02-21 09:09:55 EST
I20030218
Red Hat 8.0

In the SWT ControlExample, go to the Shell tab.
For the style bits, select "Close" and nothing else.
Click on create shell.  Notice that the shell created has min/max buttons that 
are active and that the shell can be resized.
It should only show the close button (or min/max buttons are disabled) and it 
should not be resizable.
Comment 1 Grant Gayed CLA 2003-02-21 10:03:55 EST
Note that this is a result of the window manager interpreting our hints, and we 
can't do anything.  To see this, perform the ControlExample test on Linux-Motif 
and AIX-Motif.  On Linux-Motif you'll get the same behaviour as is reported, 
but on AIX you'll get the precise set of decorations requested.  If we had gtk 
running on AIX I'm sure that it also would work as expected.
Comment 2 Veronika Irvine CLA 2003-02-21 15:39:58 EST
I guess we should close this as WONTFIX.
Assigning to Grant in case additional information comes along.
Comment 3 Grant Gayed CLA 2003-02-21 15:53:45 EST
Closing.  There have been several reports of this in the past, so the 
investigation's been done previously.
Comment 4 Grant Gayed CLA 2004-03-22 15:00:05 EST
*** Bug 55370 has been marked as a duplicate of this bug. ***