Vim 7.2.411
Windows 7 64bit
Windows XP SP3
Both have nVidia cards (though different).
I also have my TaskBar at the TOP of my screen since I extend my
monitor above my laptop. The TaskBar is also 2 rows deep. This
introduces some additional undesirable behaviour.
I am issuing an inputdialog with lots and lots of data with newlines.
echo
inputdialog("a\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\na\nb\nc\n")
On XP things are _almost_ correct.
1. A dialog is opened and positioned with the title of the dialog box
underneath the Taskbar, so I can't actually click on the title of the
bar to move it. The bottom of the dialog is at the bottom of the
screen and is correct.
2. A dialog is opened with a scrollbar, which allows me to scroll
through all the item and read them.
On Windows 7 (64bit), things are much worse.
1. A dialog is opened and positioned with the title of the dialog box
underneath the Taskbar, so I can't actually click on the title of the
bar to move it. The bottom of the dialog extends beyond the bottom
of the screen.
2. The dialog is opened withOUT a scrollbar, so you cannot see all of
the items in the dialog.
In both cases, whatever you call the top LEFT of the Window, which you
can click on (or ALT-Space) to get the menu:
Restore
Move
Size
Minimize
Maximize
Close
Does not exist on the dialogs, so you cannot use ALT-Space M, to use
the cursor keys to move the dialog (like I frequently do with all
other Windows) when this happens.
Can anyone else confirm this behaviour?
Any suggestions on a fix?
Much appreciated.
Dave
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php