-
Notifications
You must be signed in to change notification settings - Fork 256
Description
Tested versions
Reproducible at 4.3.1.stable and 4.4 alpha. Didnt tested on 4.3.stable with UBUNTU
System information
Ubuntu LTS Ryzen 7 5000 series, Integrated GPU, 16GB RAM DDR4
Issue description
I am using Ubutu LTS and redot 4.3.1.stable and previously was running PopOS with redot 4.3.stable. No problems at all.
What sort of problems are you havin?
When trying to comment or use accents the editor and every other area to type freezes
for example:
## Desenha/atualiza o preview do caminho (sem TTL) e guarda os pontos 3D na meta
func _on_path_preview(cmd_id: int, points: PackedVector3Array) -> void:
var line := _draw_line2d()
line.clear_points()
line.set_meta("points3d", points) # guarda os pontos 3D para reprojecao continua
It is supposed to be:
## Desenha/atualiza o preview do caminho (sem TTL) e guarda os pontos 3D na meta
func _on_path_preview(cmd_id: int, points: PackedVector3Array) -> void:
line.set_meta("points3d", points) # guarda os pontos 3D para **projeçÃo**continua
If I type any accent the editor freezes and I need to reopen the engine to fix it.
Also: Every other text input freezes too, when trying to edit editor settings or project settings, any input area / text area freezes too
Its quite strange to comment without accents because it turns out to completely change the meaning of a phrase:
Isso É estranho > this its strange
Isso E estranho > this and strange
Steps to reproduce
Just add accent on the editor.
Try to set your keyboard as Portuguese or brazilian keyboard and this will happen.
Minimal reproduction project (MRP)
Personal project, sorry.
Metadata
Metadata
Assignees
Type
Projects
Status