Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

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

  • 4 wotmołwy
  • 4 maja tutón problem
  • 9 napohladow
  • Poslednja wotmołwa wot 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.

Wubrane rozrisanje

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/

Tutu wotmołwu w konteksće čitać 👍 1

Wšě wotmołwy (4)

more options

Try Clearing your Cookies & Cache then Restart Firefox.

Check and tell if its working.

Wot Hasan změnjeny

more options

No, clearing cache and restarting Firefox does not work.

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

Wot pdexter66 změnjeny

more options

Wubrane rozrisanje

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