ClosestStorm / macvim

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

Get the wrong window size in the full screen mode when clicking on the tab (only on the external monitor) #489

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get the external monitor with different resolution.
2. Open MacVim in full screen mode on the monitor A.
3. Open two or more tabs.
4. Set the focus to the monitor B (just click on it).
5. Click to the _not selected_ tab in the MacVim on the monitor A.

What is the expected output? What do you see instead?
Expected:
+ MacVim gets focus.
+ The clicked tab is opened.
+ MacVim window fills whole screen. The window size is equal size of the 
monitor A.

I see instead:
+ MacVim gets focus
+ The clicked tab is opened.
- The size of the MacVim window is changed to resolution of the monitor B.

What version of MacVim and OS X?
MacVim Snapshot 72
OSX 10.9 Build 13A2093

See the photos:
How it should be: http://cl.ly/image/1L0w2g282d2y
How it is: http://cl.ly/image/393h1o253r1H

Original issue reported on code.google.com by gelias.g...@gmail.com on 5 Dec 2013 at 4:28