mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Bug 1532632 - Use readonly="readonly" instead of readonly="true" for textareas. r=ntim
--HG-- extra : amend_source : 52a13b4f2885dda845a284890accebe9d38baca4
This commit is contained in:
parent
678b0ca442
commit
df39ef8647
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user