vscode-edge-devtools icon indicating copy to clipboard operation
vscode-edge-devtools copied to clipboard

Text box cannot input Chinese

Open zsedcbm opened this issue 1 year ago • 1 comments

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:

  1. 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>
    
  2. 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:

zsedcbm avatar Apr 17 '23 11:04 zsedcbm

That is a very interesting bug. Thank you for finding this. We will investigate

codepo8 avatar Apr 19 '23 19:04 codepo8