ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

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

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)

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

ჩასწორების თარიღი: , ავტორი: Swarnava Sengupta

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.

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.

შერჩეული გადაწყვეტა

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