Bug 346356: Replace deprecated calls to preventBubble() on trunk, patch by Adam Guthrie <ispiked@gmail.com>, r=mano
git-svn-id: svn://10.0.0.236/trunk@206766 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5e2ab1cd98
commit
399def413b
@ -36,7 +36,7 @@
|
||||
<radio id="useReader" value="reader"
|
||||
label="&useReader.label;" accesskey="&useReader.accesskey;"/>
|
||||
<hbox id="readerContainer" class="indent" flex="1">
|
||||
<listbox id="readers" onselect="event.preventBubble();" rows="5" flex="1">
|
||||
<listbox id="readers" onselect="event.stopPropagation();" rows="5" flex="1">
|
||||
<listcols>
|
||||
<listcol flex="1"/>
|
||||
<listcol/>
|
||||
|
||||
@ -522,7 +522,7 @@
|
||||
<xul:spacer class="addonsmessage-spacer"/>
|
||||
<xul:hbox hidden="true" anonid="messageClose" align="center" pack="end"
|
||||
class="addonsmessage-closebutton-box">
|
||||
<xul:toolbarbutton ondblclick="event.preventBubble();"
|
||||
<xul:toolbarbutton ondblclick="event.stopProgagation();"
|
||||
anonid="closeButton"
|
||||
class="addonsmessage-close-button close-button"
|
||||
tooltiptext="&closeMessage.tooltip;"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user