-
Notifications
You must be signed in to change notification settings - Fork 28
Allow scrolling past document end #205
Comments
@twiss are you talking about desktop or mobile? |
Both. |
I would advise a small, darker, bottom border on mobile. On desktop, we could put the border on all sides. |
There are basically two ways to do the actual scrolling past the document end (let's make this issue about that): with a correct scrollbar or with an unchanging scrollbar. Correct scrollbar is what Ace does: http://ace.c9.io/build/kitchen-sink.html. With an unchanging scrollbar is what Sublime Text does. On mobile it doesn't matter visually, but scrolling behavior will be different. We could even do both, depending on whether or not there's a visible scrollbar, if you prefer. |
Can you post a screenshot of Sublime's system? I do not have access to it. |
I like the correct scrollbar because it does not imply that the document is longer than it truly is. This type of scrollbar, however, might be difficult to implement. I also hesitate to attach any scripting to a scroll event as it might cause performance issues. @jackd1 what are your thoughts? |
Split out from #201.
The text was updated successfully, but these errors were encountered: