MongoX / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

Window disappears when maximized in multiple monitor System. #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1)Use a system with multiple monitors available
2)run the application code
3)make sure that application opens by default in a higher resolution screen.
4)move the window without re-sizing to a lower resolution 
screen(display/monitor) 
5)click on maximize

What is the expected output? What do you see instead?
Window Maximizes in the correct screen 
but window disappears

What version of the product are you using? On what operating system? What
JRE version?
Windows 7 Enterprise Service Pack 1
Microsoft Windows [Version 6.1.7601]
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode, sharing)
Seaglass 0.2

Please provide any additional information below.
In a java Desktop Application, and a system with multiple monitors.
When the Application Window is opened in a higher resolution screen and moved 
to a lower resolution screen (without re-sizing), and the maximize button is 
pressed, the window disappears.

Also happens when the application window is partially(small percentage) in the 
higher resolution screen and the rest is in the lower resolution screen and 
then the maximize button is pressed.- window disappears.

Here the application is still running and can be seen in the taskbar, but 
cannot be painted back on screen.

Original issue reported on code.google.com by sanketsh...@gmail.com on 2 Oct 2013 at 12:35

GoogleCodeExporter commented 9 years ago
Fixed with revision 1638
The origin of the second screen is now set correctly.

Have fun,
- Rossi

Original comment by rosstaus...@googlemail.com on 15 Nov 2013 at 1:32