edenzik / macvim

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

Scrollbars don't work properly #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I noticed that in the latest build from the git repository, when I scroll text 
with C-D/C-U the 
scrollbar is being correctly positioned. But whenever I click on the scroll bar 
the document is always 
position to the top no matter what. 

Original issue reported on code.google.com by ksr...@gmail.com on 2 Nov 2008 at 8:49

GoogleCodeExporter commented 9 years ago
I am guessing commit 9556c0e75c52e4419f19c5fcdaafcec33216a21b may be the cause 
of this.  To test this 
theory, can you revert that commit and see if it fixes the problem.  I can give 
you step-by-step instructions on 
how to do this in case you're not familiar with Git -- just let me know.

Original comment by bjorn.winckler@gmail.com on 2 Nov 2008 at 11:01

GoogleCodeExporter commented 9 years ago
Actually, before reverting that commit try cleaning and rebuilding:

vim7/src$ make clean; make
vim7/src$ cd MacVim
vim7/src/MacVim$ xcodebuild clean; xcodebuild
vim7/src/MacVim$ open build/Release/MacVim.app

Does that make any difference?

Original comment by bjorn.winckler@gmail.com on 2 Nov 2008 at 11:19

GoogleCodeExporter commented 9 years ago
I have reverted to e659269f4a343e8d6b399ef1fe861e8495e0e2d3 commit which fixed 
the issue. I will try 9556c0e75c52e4419f19c5fcdaafcec33216a21b later today.

Original comment by ksr...@gmail.com on 2 Nov 2008 at 4:01

GoogleCodeExporter commented 9 years ago
Can you please download this binary

http://bjorn.winckler.googlepages.com/MacVim-081114.zip

and see if scrolling and window resizing (using mouse) works for you.  Don't 
use it for anything other than 
testing -- it spews out masses of debug info to the console.

If it doesn't work, please start Console.app and copy all output from MacVim 
and post it here (as an 
attachment if there is a lot of text).  Thanks.

Original comment by bjorn.winckler@gmail.com on 14 Nov 2008 at 6:40

GoogleCodeExporter commented 9 years ago
Yes, the problem is fixed now. Thank you

Original comment by ksr...@gmail.com on 14 Nov 2008 at 7:19

GoogleCodeExporter commented 9 years ago

Original comment by bjorn.winckler@gmail.com on 3 Dec 2008 at 2:27