зеркало из https://github.com/mozilla/pjs.git
Force Scratchpad textbox to be LTR in all locales. Bug 668960, r=mihai.sucan
This commit is contained in:
Родитель
2a8c2219fe
Коммит
87450fa36b
|
@ -643,6 +643,9 @@ var Scratchpad = {
|
|||
this._tabCharacter = expandtab ? (new Array(tabsize + 1)).join(" ") : "\t";
|
||||
this.textbox.style.MozTabSize = tabsize;
|
||||
|
||||
// Force LTR direction (otherwise the textbox inherits the locale direction)
|
||||
this.textbox.style.direction = "ltr";
|
||||
|
||||
this.insertIntro();
|
||||
|
||||
// Make the Tab key work.
|
||||
|
|
Загрузка…
Ссылка в новой задаче