Commit deaa3dcc authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 300743: add "px" to prevent query help tooltips appearing at wrong position.…

Bug 300743: add "px" to prevent query help tooltips appearing at wrong position. Patch by gerv; r=myk, kiko, wicked, a=mkanat, myk.
parent b0d0cb15
...@@ -67,8 +67,8 @@ ...@@ -67,8 +67,8 @@
myparent = myparent.offsetParent; myparent = myparent.offsetParent;
} }
currentHelp.style.top = mytop + this.offsetHeight + 5; currentHelp.style.top = mytop + this.offsetHeight + 5 + "px";
currentHelp.style.left = myleft; currentHelp.style.left = myleft + "px";
currentHelp.style.display=''; currentHelp.style.display='';
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment