Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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 ».

En savoir plus

Firefox 87 TextArea max-height 2px

  • Aucune réponse
  • 1 a ce problème
  • 2 vues
  • Archivé

Since updating to Firefox 87, when I enter characters in a textarea, it gets minimized to 2px and maximized to max-height for each character I enter.

[ default textarea in Chrome ] <textarea name="template" dojoattachpoint="focusNode,containerNode" id="template" class="tempFldClass dijitTextArea" title="Comments" tabindex="0" widgetid="template" spellcheck="false" style="width: 99%; overflow: auto hidden; box-sizing: border-box; height: 38px; max-height: 38px;"></textarea>

[ default textarea in Firefox : height is set to auto ] <textarea name="template" dojoattachpoint="focusNode,containerNode" id="template" class="tempFldClass dijitTextArea" style="width: 99%; overflow: auto hidden; box-sizing: border-box; height: auto;" title="Comments" tabindex="0" widgetid="template" rows="3"></textarea>

[ Entering a character in the textarea in Firefox ] -height Value changes -max-height shows up with a 2px Value

<textarea name="template" dojoattachpoint="focusNode,containerNode" id="template" class="tempFldClass dijitTextArea" style="width: 99%; overflow: auto hidden; box-sizing: border-box; height: 57px; max-height: 2px;" title="Comments" tabindex="0" widgetid="template" rows="3"></textarea>


I've been trying to use userContent.css to workaround using a fixed max-height Value, but it's not working

Since updating to Firefox 87, when I enter characters in a textarea, it gets minimized to 2px and maximized to max-height for each character I enter. [ default textarea in Chrome ] <textarea name="template" dojoattachpoint="focusNode,containerNode" id="template" class="tempFldClass dijitTextArea" title="Comments" tabindex="0" widgetid="template" spellcheck="false" style="width: 99%; overflow: auto hidden; box-sizing: border-box; '''height: 38px; max-height: 38px;'''"></textarea> [ default textarea in Firefox : height is set to auto ] <textarea name="template" dojoattachpoint="focusNode,containerNode" id="template" class="tempFldClass dijitTextArea" style="width: 99%; overflow: auto hidden; box-sizing: border-box; '''height: auto;'''" title="Comments" tabindex="0" widgetid="template" rows="3"></textarea> [ Entering a character in the textarea in Firefox ] -height Value changes -max-height shows up with a 2px Value <textarea name="template" dojoattachpoint="focusNode,containerNode" id="template" class="tempFldClass dijitTextArea" style="width: 99%; overflow: auto hidden; box-sizing: border-box; '''height: 57px; max-height: 2px;'''" title="Comments" tabindex="0" widgetid="template" rows="3"></textarea> I've been trying to use userContent.css to workaround using a fixed max-height Value, but it's not working

Modifié le par arnar.ringheim