We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you scroll with a mouse, scroll should stay in a place where you stopped scrolling.
If you scroll with a mouse, scroll jumps to the bottom.
type a lot of commands to be able to see a scroll;
click on terminal output;
try to scroll with a mouse by bragging thumb of scrollbar;
after stop dragging (mouse up), scroll jumps to the bottom;
It seems like it is regression issue caused by fix of problems with a focus;
Also, it is reproduce-able in pair with jquery-ui.draggable (jquery-ui version: 1.12.1, jquery.terminal version: 1.9.0).
OS: Mac Sierra 10.12.6
browsers:
The text was updated successfully, but these errors were encountered:
fix focus on click on scrollbar #355
5cefab2
Fixed in devel branch.
Sorry, something went wrong.
Cool! thx! It works fine for me)
Released in version 1.10.1
No branches or pull requests
Expected behavior
If you scroll with a mouse, scroll should stay in a place where you stopped scrolling.
Actual behavior
If you scroll with a mouse, scroll jumps to the bottom.
Steps to reproduce
type a lot of commands to be able to see a scroll;
click on terminal output;
try to scroll with a mouse by bragging thumb of scrollbar;
after stop dragging (mouse up), scroll jumps to the bottom;
Important:
It seems like it is regression issue caused by fix of problems with a focus;
Also, it is reproduce-able in pair with jquery-ui.draggable (jquery-ui version: 1.12.1, jquery.terminal version: 1.9.0).
Here is the demo in codepen.
Browser and OS
OS: Mac Sierra 10.12.6
browsers:
The text was updated successfully, but these errors were encountered: