Closed
Bug 184829
Opened 22 years ago
Closed 21 years ago
the selectionStart and selectionEnd Properties of an textarea JavaScript Object aren't set
Categories
(Camino Graveyard :: HTML Form Controls, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: winde, Assigned: bryner)
References
()
Details
(Whiteboard: fixed on trunk)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021208 Chimera/0.6+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021208 Chimera/0.6+
The little JS provided in http://www.projekt-brot.de/textareabug.html works as
it should in Mozilla but doesn't provides Any results in Chimera.
Reproducible: Always
Steps to Reproduce:
Try the link :)
Actual Results:
o.selectionStart: undefined
o.selectionEnd: undefined
Expected Results:
o.selectionStart: 5
o.selectionEnd: 20
Comment 1•22 years ago
|
||
Build 1217 and MSIE 5.22 are both reporting undefined.
Comment 2•22 years ago
|
||
selectionStart and selectionEnd are known not to work for multiline textareas.
See bug 88049.
Status: UNCONFIRMED → NEW
Depends on: 88049
Ever confirmed: true
Summary: the selectionStar and selectionEnd Properties of an textarea JavaScript Object aren't set → the selectionStart and selectionEnd Properties of an textarea JavaScript Object aren't set
Whiteboard: fixed on trunk
Comment 3•21 years ago
|
||
Fixed with build id 2003082402
Comment 4•21 years ago
|
||
-> WFM
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•