Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Input Chinese in URL and Query Params Fields on macOS #1625

Open
iknki opened this issue Oct 15, 2024 · 1 comment
Open

Unable to Input Chinese in URL and Query Params Fields on macOS #1625

iknki opened this issue Oct 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@iknki
Copy link

iknki commented Oct 15, 2024

Describe the bug

As shown in the attached image, when I attempt to input Chinese using the macOS built-in Pinyin input method, there is an issue. Specifically, when I type a letter (for example, 'w') and try to press the corresponding number key to select the Chinese character (e.g., '万'), it automatically inserts "w1" instead of the Chinese character. The same issue occurs in the Query Params field.

This problem does not occur when copying and pasting Chinese characters into the fields, but direct input using the macOS input method fails.

Additionally, this issue seems similar to issue #535, though in that case, the issue is on an Ubuntu system. I am using macOS and do not encounter this problem on the Windows platform.

Screen Capture
1729004061435

To Reproduce

  1. Open Visual Studio Code on macOS.
  2. Install and open the Thunder Client extension.
  3. Use the macOS Pinyin input method to type any letter (for example, 'w') and press the corresponding number to select the Chinese character (e.g., '万') in either the URL or Query Params fields.

Expected behavior

The input method should correctly insert the selected Chinese character (e.g., '万') into the fields.

Actual Behavior
The input method inserts the letter followed by the selected number (e.g., "w1") instead of the Chinese character.

Platform:

  • OS: macOS 12.7.6
  • vscode version: 1.94.2
  • node version: 21.7.1
  • extension version: 2.28.0

Are you using the free version/paid version/trial:
Free version

@iknki iknki added the bug Something isn't working label Oct 15, 2024
@iknki iknki changed the title Unable to Input Chinese in URL and Query Params Fields on macOS in Thunder Client Unable to Input Chinese in URL and Query Params Fields on macOS Oct 15, 2024
@iknki
Copy link
Author

iknki commented Oct 15, 2024

I have updated the details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant