PreviousNextTracker indexSee it online !

(239/243) 4002 - Too short horizontal scrollbar in vertical pane

I use daily build from 02.07.2016, but it was in previous versions.
If I split window vertically, than horizontal scrollbar not contain all pane width, so end of lines are over scrolling area

Submitted metotron - 2016-07-06 10:17:03.820000 Assigned daleanson
Priority 5 Labels
Status open Group minor bug
Resolution None

Comments

2016-07-15 13:42:40.186000
daleanson

Could you attach a file that you see this issue with? I can't seem to reproduce this issue.

2016-07-20 14:13:07.451000
metotron

This is screenshot
http://www.zimagez.com/zimage/2016-07-2017-11-34.php

This is code
http://pastebin.com/DdMyijNn

2016-07-20 15:51:38.516000
daleanson

Thanks, the screenshot and file should be a big help, but I've tried your file and still don't see the problem like in your screenshot. What plugins do you have installed? Do you still have the problem if you start jEdit with the -noplugins option?

2016-07-26 09:42:35.511000
metotron

Plugins list:
http://www.zimagez.com/zimage/2016-07-2612-37-23.php

Actually, this problem appears not every time I open this file (and other files), and I can not determine conditions to catch it.
With small window size it appears more often.

Without plugins it still present
http://www.zimagez.com/zimage/2016-07-2612-41-02.php

2016-07-26 14:30:12.229000
ezust

Ah, so the scrollbar won't bring you all the way down to the bottom of the buffer anymore?
I get that sometimes too. This is because the text area is confused about how big its buffer is, or something like that, and I need to usually "reset textarea" (macros - misc) to get a textarea that works properly again.

It happens to me a couple of times a week.

2016-07-26 15:34:42.327000
daleanson

I think this one is about scrolling left and right, the horizontal scrollbar won't go right enough to see the end of the line sometimes. I haven't seen the issue you're describing either. Do you have a way to reproduce it consistently?

2016-07-26 15:45:56.779000
daleanson

Okay, I can see this bug regularly when I use the mouse to drag the corner of jEdit and resize it. The calculation for the size of the horizontal scrollbar is off both ways, sometimes it's not even visible when it should be, and sometimes it allows scrolling too far.

2016-07-26 15:46:18.301000
daleanson

- **assigned_to**: Dale Anson

2016-07-26 15:59:44.171000
daleanson

This is probably related to the fixes for #3957 and #3911.