搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

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.

被選擇的解決方法

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:

從原來的回覆中察看解決方案 👍 0

所有回覆 (1)

more options

選擇的解決方法

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: