mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Bug 1287438 - html-tooltip: use level=top for xul panel wrapper;r=bgrins
Using level=float seems buggy when the window to which the XUL panel is attached changes. MozReview-Commit-ID: HuOnMDGo38l --HG-- extra : rebase_source : 1445dc225e2ed5b29b187aa918980f7ffeb227b4
This commit is contained in:
parent
5061c60993
commit
0858404198
@ -570,7 +570,7 @@ HTMLTooltip.prototype = {
|
||||
// Use type="arrow" to prevent side effects (see Bug 1285206)
|
||||
panel.setAttribute("type", "arrow");
|
||||
|
||||
panel.setAttribute("level", "float");
|
||||
panel.setAttribute("level", "top");
|
||||
panel.setAttribute("class", "tooltip-xul-wrapper");
|
||||
|
||||
return panel;
|
||||
|
Loading…
x
Reference in New Issue
Block a user