Bug 727793 - Status panel tracks the mouse position on the wrong side when using a RTL locale. r=mak

--HG--
extra : rebase_source : 67e64830d3ea3789bbd2fc2663867470855067f7
This commit is contained in:
Dão Gottwald 2012-02-16 14:26:14 +01:00
parent b0748830e9
commit 489918c9df

View File

@ -4060,7 +4060,7 @@
let alignRight = false;
if (getComputedStyle(document.documentElement).direction == "rtl")
alighRight = !alignRight;
alignRight = !alignRight;
let rect = this.getBoundingClientRect();
this._mouseTargetRect = {