mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.23k stars 243 forks source link

Read only text box is ignoring mouse scroll up or scroll down button changes #605

Open Orbisman opened 1 month ago

Orbisman commented 1 month ago

When setting a multi-line Textbox to 'read only', when the user clicks in the textbox when containing more lines then the view, scroll bar showing, scrolling up or down with the mouse scroll button doesn't do anything, would expect it to behave like the UpArrow or DownArrow buttons.