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

Firefox 36.0.1 causes InfoPath 2010 multi-line text boxes to no longer work - How to fix?

more options

Since upgrading to Firefox 36.0.1, multi-line text boxes generated by InfoPath 2010/SharePoint 2010 no longer move to new lines when text is entered. As lots of text is entered, the cursor remains on the first line.

Since upgrading to Firefox 36.0.1, multi-line text boxes generated by InfoPath 2010/SharePoint 2010 no longer move to new lines when text is entered. As lots of text is entered, the cursor remains on the first line.

Solution choisie

Firefox 36 turned on support for the white-space style property in <textarea> controls for the first time. So if the control has a white-space:pre rule, then Firefox will no longer wrap text in version 36+.

Please see this thread for more information and potential code solution:

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (1)

more options

Solution choisie

Firefox 36 turned on support for the white-space style property in <textarea> controls for the first time. So if the control has a white-space:pre rule, then Firefox will no longer wrap text in version 36+.

Please see this thread for more information and potential code solution: