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

Cannot scroll to bottom of markdown editor in Edge/IE/Firefox #1217

Closed
TomOne opened this issue Sep 5, 2017 · 2 comments
Closed

Cannot scroll to bottom of markdown editor in Edge/IE/Firefox #1217

TomOne opened this issue Sep 5, 2017 · 2 comments
Labels

Comments

@TomOne
Copy link
Contributor

TomOne commented Sep 5, 2017

In the markdown editor window it’s not possible to scroll to the bottom of the editor content in Edge v15, IE11 and Firefox. The scrollbar stops where the last line of the editor content is only partially visible and doesn’t let scroll any further.

Here’s a GIF to show the behavior:

markdown-editor-edge-ie-scrolling-issue

As you can see, clicking on the arrow of the scrollbar, the scrollbar briefly jumps down to the button, but then jumps back to the position where it’s stuck.

This issue could come from CodeMirror itself, but the demo with scrollbars works fine in Edge/IE.

It’s probably a CSS or JS issue. I’ll investigate this problem.

@TomOne TomOne changed the title Cannot scroll to bottom of markdown editor in Edge/IE Cannot scroll to bottom of markdown editor in Edge/IE/Firefox Sep 6, 2017
@TomOne
Copy link
Contributor Author

TomOne commented Sep 6, 2017

I noticed that Firefox is affected too, not only MS browsers. It has to do with different scrollbar heights in browsers, see #1219.

@rhukster
Copy link
Member

rhukster commented Sep 7, 2017

I've merged this solution. If we find a better one, we'll switch to that. thanks.

@rhukster rhukster closed this as completed Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants