Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

TextArea cannot addText if TextArea is already visibly filled #153

Open
theAkito opened this issue Jul 31, 2022 · 0 comments
Open

TextArea cannot addText if TextArea is already visibly filled #153

theAkito opened this issue Jul 31, 2022 · 0 comments
Labels

Comments

@theAkito
Copy link

theAkito commented Jul 31, 2022

  procProcess(filePaths).apply(
    proc (x: string) =
      textArea.addText(x)
      textArea.addText(longLineBreak)
  )

Actions like these only work, if the TextArea is not "full" from the user's perspective. If the whole area is "filled" with characters, then no additional text will be appended, to be viewable by scrolling.
Appending text only works as long as there is still space in the TextArea.

It's not like #89, though. The first time something is added, the text can make the TextArea scrollable and therefore add text beyond the visible area. However, if you then try to append further text, it simply won't happen.

Platform: Windows

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

No branches or pull requests

2 participants