Skip to content

Scrolling with Line Folding not working correctly #7

Description

@GoogleCodeExporter
To reproduce:

Run the demo, fold the line containing "sub test". This folds away lines 8 to 
171.
Now move the cursor to the bottom of the view, and then press the cursor down 
key a few more times until the top line goes beyond the folded section.

At that point, the scroll position jumps instead of moving just one more line.

It appears that the issue lies inside CustomEditField.changeScrollValues(), 
after the comment "//Cap values". Here, the variable "vertical" needs to be 
adjusted to remove the folded lines, but this isn't happening.

Therefore, until this is fixed, Line Folding is fairly unusable.

Original issue reported on code.google.com by tempelmann@gmail.com on 10 Sep 2013 at 10:46

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions