Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Cannot activate a different input-field, in Firefox ActiveX control

  • 1 réponse
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par johnywhy

more options

Hello

How can i allow typing in all form-fields?

The issue is, my cursor is stuck in the password box of a form. I cannot type in the username field.

I can not tab to the username field either. When i tab, my cursor remains in the password box. I cannot tab to links, either.

I can highlight text in the username field with my mouse, but still cannot type there-- my cursor remains in the password box.

This issue does not occur if i open the same page in standalone firefox, nor does it occur with other browsers.

I'm using the firefox activex control mentioned in this thread: https://support.mozilla.org/en-US/questions/1133491

But the fix should be the same as if this was standalone firefox. This activex control is just a wrapper for installed Firefox, and i have Firefox version 48.0, on Windows Server 2008 sp2.

This activex control has it's own profile folder, so we can adjust it's settings with user.js (same as the solution for the thread linked above). i expect the solution to this issue will also involve user.js.

this did not help: http://ccm.net/faq/870-firefox-tab-and-form

user_pref("accessibility.tabfocus", 2);

thx!

Hello How can i allow typing in all form-fields? The issue is, my cursor is stuck in the password box of a form. I cannot type in the username field. I can not tab to the username field either. When i tab, my cursor remains in the password box. I cannot tab to links, either. I can highlight text in the username field with my mouse, but still cannot type there-- my cursor remains in the password box. This issue does not occur if i open the same page in standalone firefox, nor does it occur with other browsers. I'm using the firefox activex control mentioned in this thread: https://support.mozilla.org/en-US/questions/1133491 But the fix should be the same as if this was standalone firefox. This activex control is just a wrapper for installed Firefox, and i have Firefox version 48.0, on Windows Server 2008 sp2. This activex control has it's own profile folder, so we can adjust it's settings with user.js (same as the solution for the thread linked above). i expect the solution to this issue will also involve user.js. this did not help: http://ccm.net/faq/870-firefox-tab-and-form user_pref("accessibility.tabfocus", 2); thx!
Captures d’écran jointes

Modifié le par johnywhy

Solution choisie

Update: making progress. The following fix enables me to select all text fields with mouse, and type in them.

In the microsoft-forms universe, the mozilla control needed to get 'focus' applied to it, in VBA code:

mozillaBrowser.SetFocus

This is not normally needed with ActiveX controls, but sometimes 3rd party controls need a little extra help.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (1)

more options

Solution choisie

Update: making progress. The following fix enables me to select all text fields with mouse, and type in them.

In the microsoft-forms universe, the mozilla control needed to get 'focus' applied to it, in VBA code:

mozillaBrowser.SetFocus

This is not normally needed with ActiveX controls, but sometimes 3rd party controls need a little extra help.

Modifié le par johnywhy