Bug 1892437 - Don't use class="menuitem-iconic" together with type="radio" on menuitems. r=aleca
Differential Revision: https://phabricator.services.mozilla.com/D207978 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
24b8575cde
Коммит
e794e9f2e4
|
@ -242,28 +242,23 @@
|
|||
class="menu-iconic"
|
||||
label="&bodyMenu.label;">
|
||||
<menupopup id="hdrMessageBodyAsDropdown"
|
||||
class="menu-iconic"
|
||||
onpopupshowing="InitOtherActionsViewBodyMenu();">
|
||||
<menuitem id="otherActionsMenu_bodyAllowHTML"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="bodyPlaintextVsHTMLPref"
|
||||
label="&bodyAllowHTML.label;"
|
||||
oncommand="top.MsgBodyAllowHTML()"/>
|
||||
<menuitem id="otherActionsMenu_bodySanitized"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="bodyPlaintextVsHTMLPref"
|
||||
label="&bodySanitized.label;"
|
||||
oncommand="top.MsgBodySanitized()"/>
|
||||
<menuitem id="otherActionsMenu_bodyAsPlaintext"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="bodyPlaintextVsHTMLPref"
|
||||
label="&bodyAsPlaintext.label;"
|
||||
oncommand="top.MsgBodyAsPlaintext()"/>
|
||||
<menuitem id="otherActionsMenu_bodyAllParts"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="bodyPlaintextVsHTMLPref"
|
||||
label="&bodyAllParts.label;"
|
||||
|
@ -274,24 +269,20 @@
|
|||
class="menu-iconic"
|
||||
label="&bodyMenu.label;">
|
||||
<menupopup id="hdrFeedBodyAsDropdown"
|
||||
class="menu-iconic"
|
||||
onpopupshowing="InitOtherActionsViewBodyMenu();">
|
||||
<menuitem id="otherActionsMenu_bodyFeedGlobalWebPage"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="viewFeedSummaryGroup"
|
||||
label="&viewFeedWebPage.label;"
|
||||
observes="bodyFeedGlobalWebPage"
|
||||
oncommand="FeedMessageHandler.onSelectPref = 0"/>
|
||||
<menuitem id="otherActionsMenu_bodyFeedGlobalSummary"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="viewFeedSummaryGroup"
|
||||
label="&viewFeedSummary.label;"
|
||||
observes="bodyFeedGlobalSummary"
|
||||
oncommand="FeedMessageHandler.onSelectPref = 1"/>
|
||||
<menuitem id="otherActionsMenu_bodyFeedPerFolderPref"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="viewFeedSummaryGroup"
|
||||
label="&viewFeedSummaryFeedPropsPref.label;"
|
||||
|
@ -299,19 +290,16 @@
|
|||
oncommand="FeedMessageHandler.onSelectPref = 2"/>
|
||||
<menuseparator id="otherActionsMenu_viewFeedSummarySeparator"/>
|
||||
<menuitem id="otherActionsMenu_bodyFeedSummaryAllowHTML"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="viewFeedBodyHTMLGroup"
|
||||
label="&bodyAllowHTML.label;"
|
||||
oncommand="top.MsgFeedBodyRenderPrefs(false, 0, 0)"/>
|
||||
<menuitem id="otherActionsMenu_bodyFeedSummarySanitized"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="viewFeedBodyHTMLGroup"
|
||||
label="&bodySanitized.label;"
|
||||
oncommand="top.MsgFeedBodyRenderPrefs(false, 3, gDisallow_classes_no_html)"/>
|
||||
<menuitem id="otherActionsMenu_bodyFeedSummaryAsPlaintext"
|
||||
class="menuitem-iconic"
|
||||
type="radio"
|
||||
name="viewFeedBodyHTMLGroup"
|
||||
label="&bodyAsPlaintext.label;"
|
||||
|
|
Загрузка…
Ссылка в новой задаче