搜索 | 用户支持

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

Learn More

Text field entry doesn't work on some ASP.Net webpages

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

more options

I am trying to make an existing ASP.Net application compliant with Firefox for Android.

I am finding that keyboard entry on text fields is not working generally for webforms that are nested in a <frame> or <iframe>. They work ok when not in a frame.

The text field turns pale blue, and keyboard pops up, but typed characters do not appear in the field until you repaint the page, eg by clicking on another Firefox tab and back again. The blue remains on the field also, and focus won't be seen on any other field, even if you tap out of the field and the keyboard is closed, until you do the above repaint.

I've stripped down the resulting webpage and found the following:

  • ) removal of "height" from the style attribute of a subsequent <td> table cell element sometimes fixes the problem.
  • removal of an <iframe> element from later in the page has also fixed the problem.

Both of these are not consistent and have been found only to work in particular test cases.

Q) Has anyone else had this problem? Q) Do they know the exact cause and fix for this? Q) Is this an acknowledged issue by Firefox for Android? Q) If so, is there a fix around the corner?

Thanx muchly -p


NB -- dismantling the application to not use frames is not a practical option here.

I am trying to make an existing ASP.Net application compliant with Firefox for Android. I am finding that keyboard entry on text fields is not working generally for webforms that are nested in a <frame> or <iframe>. They work ok when not in a frame. The text field turns pale blue, and keyboard pops up, but typed characters do not appear in the field until you repaint the page, eg by clicking on another Firefox tab and back again. The blue remains on the field also, and focus won't be seen on any other field, even if you tap out of the field and the keyboard is closed, until you do the above repaint. I've stripped down the resulting webpage and found the following: *) removal of "height" from the style attribute of a subsequent <td> table cell element sometimes fixes the problem. * removal of an <iframe> element from later in the page has also fixed the problem. Both of these are not consistent and have been found only to work in particular test cases. Q) Has anyone else had this problem? Q) Do they know the exact cause and fix for this? Q) Is this an acknowledged issue by Firefox for Android? Q) If so, is there a fix around the corner? Thanx muchly -p NB -- dismantling the application to not use frames is not a practical option here.

被采纳的解决方案

We are doing a re-write of our Android application. If your test phone supports installing from non-market locations you can try our work at http://nightly.mozilla.org/

定位到答案原位置 👍 1

所有回复 (4)

more options

Try Clearing your Cookies & Cache then Restart Firefox.

Check and tell if its working.

由Hasan于修改

more options

No, clearing cache and restarting Firefox does not work.

Have tried also with Firefox 10 beta ... still the same issue.

由pdexter66于修改

more options

选择的解决方案

We are doing a re-write of our Android application. If your test phone supports installing from non-market locations you can try our work at http://nightly.mozilla.org/

more options

Thanks K

I installed the nightly build, and it has fixed the problem. I know now the fix is just around the corner :)

Thanks muchly -p