Bug 470062 - Parent-less shell also get maximized if other shell is maximized
Summary: Parent-less shell also get maximized if other shell is maximized
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.5   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-12 08:26 EDT by Thomas Singer CLA
Modified: 2018-10-16 05:46 EDT (History)
1 user (show)

See Also:


Attachments
sample code (1.62 KB, text/plain)
2015-06-12 08:27 EDT, Thomas Singer CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Singer CLA 2015-06-12 08:26:38 EDT
Please execute the attached sample code on OS X 10.10.

1) click the "Show application-modal, parent-less dialog" button
=> a second correctly sized dialog occurs
2) close it by clicking "Close"

3) maximize the first shell using the green button in the title bar
=> the first shell goes full-screen
4) click the "Show application-modal, parent-less dialog" button
=> the second dialog occurs, but it goes full-screen as well

This behaviour is bad for dialogs like preferences or about dialogs.
Comment 1 Thomas Singer CLA 2015-06-12 08:27:01 EDT
Created attachment 254381 [details]
sample code
Comment 2 Thomas Singer CLA 2015-06-12 08:47:59 EDT
I've found a work-around: add SWT.TOOL to the style of the siblingShell.
Comment 3 Lakshmi P Shanmugam CLA 2018-10-11 02:45:16 EDT
I can't reproduce this with Eclipse 4.8 and macOS 10.13.
Do you still see this problem?
Comment 4 Thomas Singer CLA 2018-10-16 04:42:49 EDT
I can't reproduce any more on macOS 10.14.
Comment 5 Lakshmi P Shanmugam CLA 2018-10-16 05:46:31 EDT
Thanks for the confirmation. Closing.