Bug 1128187 - Supply RTL for Caret-Handle, r=rnewman

This commit is contained in:
Mark Capella 2015-02-06 00:30:38 -05:00
parent 64b738d06a
commit 0b8b329485

View File

@ -1243,6 +1243,7 @@ var SelectionHandler = {
return [{ handle: this.HANDLE_TYPE_CARET,
left: x + scroll.X,
top: y + scroll.Y,
rtl: this._targetIsRTL,
hidden: checkHidden(x, y) }];
} else {
let anchorX = this._cache.anchorPt.x;