[Bug] Web 界面中文输入法(IME)失效:拼音字母直接上屏,无候选词 #3504
Replies: 3 comments
|
macOS Web IME 这条很影响中文输入体验。方便的话补充一下:
我这边也会留意 Web 输入框相关的社区插件有没有误拦 |
|
I traced this against the rc.8 source ( The rc.8 The most useful next evidence would be:
If no composition event fires, I would inspect DOM remount/focus, injected scripts, stale Web assets, and the actual running build before changing keyboard arbitration. If the interval exists, the first event incorrectly prevented inside it should identify the narrower fix. I wrote up the isolation matrix, rc.8 evidence, safe recovery order, and a real-browser regression contract here: https://sandbaseai.github.io/deepseek-harness-handbook/web-ime-composition.html Source runbook: https://github.com/sandbaseai/deepseek-harness-handbook/blob/main/docs/en/troubleshooting/web-ime-composition.md |
|
感谢 @denial123789 把 rc.8 原帖描述更像你说的第一种:候选窗不出现、拼音字母直接进 textarea,而不是「候选出现但 Enter 抢提交」。 @thomasinalonnie-ship-it 如果方便,再确认两点就能把报告钉死:
我这边会继续留意社区 Web 输入相关插件有没有在捕获阶段误 |
Uh oh!
There was an error while loading. Please reload this page.
环境
dsh web --host 127.0.0.1 --port 8700)问题描述
在 Web 界面新建会话后,使用系统中文拼音输入法在消息输入框内输入文字时,拼音字母直接上屏(如输入
ffffccc),候选词不出现,无法输入中文。该现象在输入框聚焦后立即出现;切换输入法(拼音 ↔ ABC)或重新聚焦输入框后仍可复现。其他应用(浏览器、文本编辑器)输入中文完全正常。复现步骤
dsh web,打开会话界面(截图所示输入框,PTC 模式)期望行为
输入法组合正常:拼音候选词出现,中文正常上屏。
附加信息
compositionstart/compositionend/isComposing),按键在组合完成前被直接写入输入框(或 keydown 被 preventDefault 吞掉)dsh tui模式输入中文正常,无此问题;问题在新建会话后必然出现All reactions