当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Misses symbols when typing

  • 2 件の返信
  • 1 人がこの問題に困っています
  • 4 回表示
  • 最後の返信者: Scandinav

more options

We have a inner corporate portal with web-interface which works by http protocol as .htm pages with java.

Pages in this portal contains common fileds input type and when somebody types something in these fields like symbols, digits etc. some of these symbols missed.

Problem has in different PCs with Windows XP, Seven, x32, x64. We tested it on the clean OS without any other soft, off cookies, cleaned cache, disabled all addons in safe mode but the problem still have. We tested it in mozilla firefox from 8 to 42 versions.

We tested it in google chrome and internet explorer but there was not this problem!

Can you help us?

We have a inner corporate portal with web-interface which works by http protocol as .htm pages with java. Pages in this portal contains common fileds input type and when somebody types something in these fields like symbols, digits etc. some of these symbols missed. Problem has in different PCs with Windows XP, Seven, x32, x64. We tested it on the clean OS without any other soft, off cookies, cleaned cache, disabled all addons in safe mode but the problem still have. We tested it in mozilla firefox from 8 to 42 versions. We tested it in google chrome and internet explorer but there was not this problem! Can you help us?

すべての返信 (2)

more options

Is this about the input fields in the Java plugin or with normal input fields on a web page?

What kind of symbols are you talking about?

Can you create a sample page where you can reproduce this issue that we can check?

You can try to ask advice at the Stack Overflow forum site.

more options

This about normal input fields.

In the inspector I see this: <input name="C2_W9_V10_V11_buag_lic_acc_num" onfocus="thtmlb_toggleInput(this);thtmlbSaveKeyboardFocus('C2_W9_V10_V11_buag_lic_acc_num');" class="th-if" style="width:100%;" tempname="C2_W9_V10_V11_buag_lic_acc_num" onchange="thtmlb_toggleInput(this);" id="C2_W9_V10_V11_buag_lic_acc_num" onkeydown="if (thtmlbOnInputTabKeyDown(event)) {if(htmlbEnterKey(event)==true){ return htmlbSL(this,2,'C2_W9_V10_V11_buag_lic_acc_num:submitonenter','0')};} else return false;" value="">

I mean simple text or digits. Codepage is utf-8.

When I create simple page on http://jsfiddle.net/ with these fields all is ok.

Sorry for my bad English.

Thank you!