Bug 366056, autocomplete selectionStart/selectionEnd cannot be modified, r=mano
git-svn-id: svn://10.0.0.236/trunk@217893 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user