为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

i am developing a program to type Assamese alphabets. It is working fine in Chrome and IE. But it is not working properly in Firefox.

  • 4 个回答
  • 2 人有此问题
  • 2 次查看
  • 最后回复者为 manash

more options

i am writing a program in jQuery to type Assamese language. I have made a function which is executed on each keyup. The function take the keycode and then display the Assamese alphabet based on Unicode decimal number assigned against the keycode in a array. Example -----------

if I type B the output should be . It is displaying correctly in FF.

Now if I type BI the output should be বি. It is working perfectly in Chrome and IE. But FF is displaying ব ি . It is wrong.

i am writing a program in jQuery to type Assamese language. I have made a function which is executed on each keyup. The function take the keycode and then display the Assamese alphabet based on Unicode decimal number assigned against the keycode in a array. Example ----------- if I type '''B''' the output should be '''ব'''. It is displaying correctly in FF. Now if I type '''BI''' the output should be '''বি'''. It is working perfectly in Chrome and IE. But FF is displaying '''ব ি''' . It is wrong.

被采纳的解决方案

dear Swarnava and Cor-el the issue is fixed. This was due to the lang attribute i had added to html tag.

now i have removed it and working fine

定位到答案原位置 👍 0

所有回复 (4)

more options

can you file a bug at https://bugzilla.mozilla.org ?

由Swarnava Sengupta于修改

more options

Thanks for reply Swarnava, it is working fine if I used a textbox instead of a textarea. But I need to work it in textarea also.

more options

Do you see any errors in the Web Developer > Error Console (Ctrl+Shift+J) about this?
I assume that you use the latest jQuery code to avoid incompatibility issues with Firefox?

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.

more options

选择的解决方案

dear Swarnava and Cor-el the issue is fixed. This was due to the lang attribute i had added to html tag.

now i have removed it and working fine