【问题标题】:Cant disable ime input mode in google chrome无法在谷歌浏览器中禁用 ime 输入模式
【发布时间】:2015-11-16 21:06:34
【问题描述】:

我无法在 Chrome 中禁用 ime 输入(日语输入) 我试试:

 style="ime-mode:disabled"

也可以试试文本框类型:

 type="tel"

这些都不适合我。

【问题讨论】:

  • type tel 不会禁用 ime 模式。它只是改变优先级,因此默认选择字母(类似于 ime-mode inactive not disabled)。

标签: input ime


【解决方案1】:

目前,ime 模式在 Chrome 中不起作用。
此外,它在 CSS3 中将被淘汰(http://www.w3.org/TR/2015/WD-css3-ui-20150224/#input-method-editor)。

让我们放弃吧。

【讨论】:

    猜你喜欢
    • 2013-03-09
    • 2013-10-29
    • 1970-01-01
    • 2011-12-03
    • 1970-01-01
    • 2012-11-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多