You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Couldn't find an exact issue already opened for this. Things that looked similar included #2368 and potentially when fixing #1514
Basically, if you go to the resize demo http://codemirror.net/demo/resize.html and delete one line and try to scroll using a touchpad or mousewheel inside the codemirror, the numbers and textarea will scroll.
Expected: It shouldn't scroll since no scrollbars are present.
Delete a line so that the total number of lines is less than what you started with
While focused on the code mirror text area, hover the mouse over that area.
Scroll (either using a touch pad or mouse wheel) - content will scroll beyond the visible area
I believe it is due to the height of the gutters being set to be larger than the box itself - but those who have been working on the issue may have better insight to the issue.
I have reproduced this on Mac OSX 10.9.5 on the following browsers:
Chrome 43.0.2357.130 (64-bit)
Firefox 36.0.1
Safari 7.1.3
I also ran Windows 7 on a VM and was able to reproduce it on:
IE 9
Firefox 38.0.5
The text was updated successfully, but these errors were encountered:
Couldn't find an exact issue already opened for this. Things that looked similar included #2368 and potentially when fixing #1514
Basically, if you go to the resize demo http://codemirror.net/demo/resize.html and delete one line and try to scroll using a touchpad or mousewheel inside the codemirror, the numbers and textarea will scroll.
Expected: It shouldn't scroll since no scrollbars are present.
Steps to reproduce:
I believe it is due to the height of the gutters being set to be larger than the box itself - but those who have been working on the issue may have better insight to the issue.
I have reproduced this on Mac OSX 10.9.5 on the following browsers:
I also ran Windows 7 on a VM and was able to reproduce it on:
The text was updated successfully, but these errors were encountered: