Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 4 risposte
  • 4 hanno questo problema
  • 15 visualizzazioni
  • Ultima risposta di 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.

Soluzione scelta

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/

Leggere questa risposta nel contesto 👍 1

Tutte le risposte (4)

more options

Try Clearing your Cookies & Cache then Restart Firefox.

Check and tell if its working.

Modificato da Hasan il

more options

No, clearing cache and restarting Firefox does not work.

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

Modificato da pdexter66 il

more options

Soluzione scelta

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