Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ArrayIndexOutOfBounds exception when selecting something in a VisTextArea #307

Closed
Teekeks opened this issue May 4, 2019 · 1 comment
Closed
Labels

Comments

@Teekeks
Copy link

Teekeks commented May 4, 2019

Java version used: JavaSE 11
libGDX version used: 1.9.9 with lwjgl3 backend
visUI version used: 1.4.2

Ways to reproduce:

  • have multible lines of text in a VisTextArea.
  • make sure that the first line is empty (just a linebreak)
  • start selection in line 2 by holding left mouse button
  • click drag the selection up to 0,0 (as you would do if you want to select everything before the point you started the selection on)

The Application crashes with the following Stacktrace: https://pastebin.com/BTiDiKeS

@kotcrab
Copy link
Owner

kotcrab commented May 6, 2019

Fixed, thanks for reporting

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants