pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.66k stars 313 forks source link

GUI: all text blinks when UIInputText caret changes visibility #2120

Open eruvanos opened 1 week ago

eruvanos commented 1 week ago

Bug Report

Text blinks when Caret of input fields are visible.

Steps to reproduce/example code:

python -m arcade.gui.examples.exp_hidden_password
einarf commented 1 week ago

Likely related to https://github.com/pythonarcade/arcade/issues/1158

einarf commented 5 days ago

The hidden_passord module doesn't exist for me but other examples using input don't have this problem. Be free to reopen.

eruvanos commented 4 days ago

Example was renamed (by me 😅)

python -m arcade.gui.examples.exp_hidden_password

einarf commented 4 days ago

Definitely something fishy here. The blinking is still a problem in latest dev.

einarf commented 3 days ago

Is it possible to make a minimal pyglet only version of this so we can narrow it down?