microsoft / microsoft/vscode-edge-devtools
Text box cannot input Chinese
Open
Nobody has claimed this yet.
bug
tracked
- Dominant language
- TypeScript
- Stars
- 827
- Forks
- 358
- Avg merge
- 20h 32m
- Merged PRs (30d)
- 10
Description
Environment (please complete the following information):
- OS (e.g., Windows 10): windows 11 22H2
- Extension version (e.g., 1.2.3): 2.1.1
Describe the bug:
Text box cannot input Chinese
Repro steps:
- create test.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <input type="text" /> </body> </html> - Select the input box and find that the input method cannot be switched. The input method remains in English
Expected behavior:
I hope you can input Chinese normally
Additional context:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with test.html on Windows 11 22H2 using extension version 2.1.1, then trace the DevTools text-box input path. Done means the input method can switch from English and Chinese text can be entered normally without regressing regular text input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100