godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
89.16k stars 20.21k forks source link

Bug: Create Folder in Godot Android #94446

Open O-C19E opened 2 months ago

O-C19E commented 2 months ago

Tested versions

-Reproducible in: Godot Android v4.2.2.stable

System information

Android - Godot 4.2.2stable - (forward, mobile, compatibility)

Issue description

Whenever you select the browse option and then click on "Create Folder" option, and instead of writing the name click back, this should result in cancelling the naming process, but this process freezes the game

Steps to reproduce

Create a new project, select browse in "Project Path", click on "Create Folder", after that, click back or touch somewhere on the screen except the keypad, the game will freeze. This doesn't only work in creating new project, but also in saving a scene, node, etc. Everywhere we have the "Create Folder" option after selecting browse

Minimal reproduction project (MRP)

N/A

Calinou commented 2 months ago

Which Android version and device model are you using?

O-C19E commented 2 months ago

Which Android version and device model are you using?

Android version: 13 Device model: Vivo Y22

Alex2782 commented 2 months ago

I was also able to reproduce it on my Samsung Tab S7 / Android 13. I'm trying to debug it under Android Studio master branch.

Alex2782 commented 2 months ago

similar to #92848 (i think)

or touch somewhere on the screen except the keypad, the game will freeze.

I could not detect a real freeze, Android OS would otherwise close the editor after 5 seconds at the latest.