зеркало из https://github.com/mozilla/pjs.git
Bug 303998 - home page location(s) input field scroll doesn't work properly on long URLs. r=mconnor.
This commit is contained in:
Родитель
dc47e7f1e6
Коммит
48a29cc57d
|
@ -354,8 +354,12 @@
|
|||
setValue(aElement, "checked", val);
|
||||
else if (aElement.localName == "colorpicker")
|
||||
setValue(aElement, "color", val);
|
||||
else
|
||||
else if (this.getElementValue(aElement) != val) {
|
||||
// XXXmano Bug 303998: Avoid a caret placement issue if either the
|
||||
// preference observer or its setter calls updateElements as a result
|
||||
// of the input event handler.
|
||||
setValue(aElement, "value", val);
|
||||
}
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
|
|
Загрузка…
Ссылка в новой задаче