Silverlight 5 input language override issue in Chrome/Firefox

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-08 08:23:10

问题


Working on a fairly large Silverlight project I have an issue with Chrome/Firefox not respecting the input language set by the user.

In IE, if I change the keyboard language to Arabic, the input is in Arabic. If I do this while running the Silverlight application in Chrome/Firefox, then it doesn't matter what keyboard settings I have, the input is still in English.

Is there something way to override the input language which I am not seeing? I ask because if I create a new SL project with only a TextBox on the form, then all behaviour is correct.


回答1:


Do you have param name="windowless" value="true" in your Silverlight param configuration? If yes, then remove this line and try again.

The property windowless has a problem with Chrome and Firefox with characters with accents, still I could not solve the problem.



来源:https://stackoverflow.com/questions/16901530/silverlight-5-input-language-override-issue-in-chrome-firefox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!