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

Glitching "set to fixed value" field #955

Closed
Destroy666x opened this issue Dec 22, 2023 · 2 comments · Fixed by #952
Closed

Glitching "set to fixed value" field #955

Destroy666x opened this issue Dec 22, 2023 · 2 comments · Fixed by #952

Comments

@Destroy666x
Copy link
Contributor

Destroy666x commented Dec 22, 2023

Describe the bug
I have the following action:
image

Once I type anything else into that field, the input scrolls to some empty line and no text can be seen.

To Reproduce
Steps to reproduce the behavior:

  1. Create action like above
  2. Try to type additional text in e.g. the middle or by the end of it.

Expected behavior
It shouldn't scroll/glitch.

Logs
Don't think they're needed, but let me know and I'll add them if so.

Version information

  • OS: Windows 10
  • OBS Version 30.0.2
  • Plugin Version dev: master

Additional context
Add any other context about the problem here.

@WarmUpTill
Copy link
Owner

WarmUpTill commented Dec 27, 2023

Thanks for pointing that out!

To be honest I have no clue what is going on there.
After lots of trial and error I have reworked how the ResizingPlainTextEdit handles new text being entered to work around this. (139abe8)
It is not perfect due to some flickering happening in the scenarios, where this bug would previously occur, but hopefully still an improvement, since the text no longer seems to disappear from the view.

@WarmUpTill WarmUpTill linked a pull request Dec 27, 2023 that will close this issue
@Destroy666x
Copy link
Contributor Author

Finally got to test it and seems fine, I noticed no flickering so far at least.

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

Successfully merging a pull request may close this issue.

2 participants