microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
161.85k stars 28.45k forks source link

[VSC-Web] "renameFile" may conflict soft-keyboard #221685

Open MasterInQuestion opened 1 month ago

MasterInQuestion commented 1 month ago

    With a lengthy Files Explorer list, renaming files near the lower part of screen:     May cause the on-screen soft-keyboard to repeatedly show/hide.     .     Effectively rendering the function unusable.

    Reproducible with: https://github.dev/FFmpeg/FFmpeg ("libavcodec")     Affects touch input mostly. (not necessarily mobile browsers exclusive)

    Other alike text inputs are also susceptible. (e.g. those in "Settings")

----

Version: 1.91.1 Commit: f1e16e1e6214d7c44d078b1f0607b2388f29d729 User Agent: Firefox 129 Embedder: github.dev

aiday-mar commented 1 month ago

I saw in the working areas that you are responsible for the explorer @lramos15, let me know if this is not the case

lramos15 commented 1 month ago

cc @rzhao271 For thoughts as well. Seems to affect all normal HTML inputs. Not sure what our solution would look like here.

MasterInQuestion commented 1 month ago

    The cause appears to be the viewport change, may somehow cause the reevaluation of the elements. (thus the related focus state change)