Bug 1532632 - Use readonly="readonly" instead of readonly="true" for textareas. r=ntim

--HG--
extra : amend_source : 52a13b4f2885dda845a284890accebe9d38baca4
This commit is contained in:
m.boselli 2019-03-06 00:26:38 -03:00
parent 678b0ca442
commit df39ef8647
4 changed files with 5 additions and 5 deletions

View File

@ -45,9 +45,9 @@
<progressmeter id="totalProgress" mode="normal" value="0" flex="2"/>
</hbox>
<hbox flex="1">
<html:textarea id="transformOutput" class="out" readonly="true" flex="1"/>
<html:textarea id="transformOutput" class="out" readonly="readonly" flex="1"/>
</hbox>
<hbox flex="1">
<html:textarea id="transformDetailedOutput" class="out" readonly="true" flex="1"/>
<html:textarea id="transformDetailedOutput" class="out" readonly="readonly" flex="1"/>
</hbox>
</window>

View File

@ -145,7 +145,7 @@
</tree>
<label class="header" data-l10n-id="certmgr-fields" control="certDumpVal"/>
<html:textarea id="certDumpVal" flex="1" readonly="true"
<html:textarea id="certDumpVal" flex="1" readonly="readonly"
style="height: 11em; font-family: -moz-fixed;"/>
<separator class="thin"/>
<hbox>

View File

@ -42,7 +42,7 @@
<menupopup/>
</menulist>
<description>&clientAuthAsk.message3;</description>
<html:textarea readonly="true" id="details" style="height: 11em;"/>
<html:textarea readonly="readonly" id="details" style="height: 11em;"/>
<checkbox id="rememberBox" checked="true"/>
</dialog>

View File

@ -145,7 +145,7 @@
<vbox class="update-content" flex="1">
<label id="errorIntro">&error.label;</label>
<separator/>
<html:textarea class="plain" readonly="true" id="errorReason" rows="3"/>
<html:textarea class="plain" readonly="readonly" id="errorReason" rows="3"/>
<separator/>
<label id="errorManual">&errorManual.label;</label>
<hbox>