Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typing a character that causes horiz scrollbar to appear doesn't scroll up #550

Closed
njx opened this issue May 25, 2012 · 3 comments
Closed

Comments

@njx
Copy link
Contributor

njx commented May 25, 2012

  1. Open http://codemirror.net/demo/fullscreen.html
  2. Go to the last line of the file
  3. Type a bunch of characters until you get to the right edge

Result: When you type the character that makes the horizontal scrollbar appear, the editor doesn't scroll up, so the character is underneath the scrollbar. Typing another character makes it scroll to cursor properly.

@njx
Copy link
Contributor Author

njx commented May 25, 2012

Found this while testing my scrolling changes (they exhibit the same bug, which maybe is a good sign that the changes haven't disrupted the overall logic too much :))

@marijnh
Copy link
Member

marijnh commented May 30, 2012

Will your changes help here, since they also touch the scrolling-and-updating order?

@njx
Copy link
Contributor Author

njx commented May 30, 2012

No, the bug still occurs with my changes. I haven't debugged into it to figure out where the problem is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants