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

Dragging the resize bar downwards #32

Closed
noinkling opened this issue Aug 21, 2014 · 1 comment
Closed

Dragging the resize bar downwards #32

noinkling opened this issue Aug 21, 2014 · 1 comment
Milestone

Comments

@noinkling
Copy link

On an error page, when the console buffer exceeds the size of the frame, shrinking it with the resize bar anchors it to the line currently at the top of the frame, when it should really be anchored to the bottom.

This means that, for instance, if you fill the console buffer with a bunch of stuff (using methods usually works), drag the resize bar up to make the frame bigger, then drag it down again to its previous size, you'll be in a different position than you were before, without doing any scrolling. Basically the behavior is inconsistent between dragging up and dragging down. Occurs in Chrome, Firefox, and IE11.

There's some other bugs I noticed, but seeing as this is in beta and under active development, I assume those will be fixed in short order. However I thought this usability issue had the potential to be overlooked.

@gsamokovarov
Copy link
Collaborator

Thank you for the report, we'll look into it!

@gsamokovarov gsamokovarov added this to the v2.0.0 milestone Aug 21, 2014
gsamokovarov added a commit that referenced this issue Feb 1, 2015
Lock scroll bottom on console window resize. Fixes #32.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants