зеркало из https://github.com/mozilla/pjs.git
Bug 366056, autocomplete selectionStart/selectionEnd cannot be modified, r=mano
This commit is contained in:
Родитель
1c600ba71c
Коммит
f8b5fdc297
|
@ -192,12 +192,6 @@
|
|||
]]></setter>
|
||||
</property>
|
||||
|
||||
<property name="selectionStart"
|
||||
onget="return this.mInputElt.selectionStart;"/>
|
||||
|
||||
<property name="selectionEnd"
|
||||
onget="return this.mInputElt.selectionEnd;"/>
|
||||
|
||||
<method name="selectTextRange">
|
||||
<parameter name="aStartIndex"/>
|
||||
<parameter name="aEndIndex"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче