TextEdit: Implement support for click-drag/click of the scrollbar
Opened this issue · 0 comments
pseudomind commented
Currently the TextEdit scrollbar (if present) will show the user information, namely how large the contained text is relative to the current view and also where the current view is within the entire size of the text. That being said, the user can not grab and move the scroll bar, nor can the user click to pan the view to a specified location (within the scrollbar). This should be implemented.