mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 850077 make tooltips work in social content, r=felipc, a=gavin
This commit is contained in:
parent
40abb5bb20
commit
35e6a97233
@ -457,6 +457,7 @@ let SocialFlyout = {
|
||||
iframe.setAttribute("type", "content");
|
||||
iframe.setAttribute("class", "social-panel-frame");
|
||||
iframe.setAttribute("flex", "1");
|
||||
iframe.setAttribute("tooltip", "aHTMLTooltip");
|
||||
iframe.setAttribute("origin", Social.provider.origin);
|
||||
panel.appendChild(iframe);
|
||||
},
|
||||
@ -897,6 +898,7 @@ var SocialToolbar = {
|
||||
"mozbrowser": "true",
|
||||
"class": "social-panel-frame",
|
||||
"id": notificationFrameId,
|
||||
"tooltip": "aHTMLTooltip",
|
||||
|
||||
// work around bug 793057 - by making the panel roughly the final size
|
||||
// we are more likely to have the anchor in the correct position.
|
||||
|
@ -1101,6 +1101,7 @@
|
||||
type="content"
|
||||
context="contentAreaContextMenu"
|
||||
disableglobalhistory="true"
|
||||
tooltip="aHTMLTooltip"
|
||||
flex="1"
|
||||
style="min-width: 14em; width: 18em; max-width: 36em;"/>
|
||||
</vbox>
|
||||
|
@ -16,6 +16,7 @@
|
||||
</xul:hbox>
|
||||
<xul:iframe anonid="iframe" class="chat-frame" flex="1"
|
||||
context="contentAreaContextMenu"
|
||||
tooltip="aHTMLTooltip"
|
||||
xbl:inherits="src,origin,collapsed=minimized" type="content"/>
|
||||
</content>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user