Closed
Bug 32799
Opened 26 years ago
Closed 23 years ago
textarea.defaultValue and textarea.value returns null
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: jcarpenter0524, Assigned: jst)
Details
(Keywords: regression, Whiteboard: beta2+)
Attachments
(1 file)
516 bytes,
text/html
|
Details |
Overview Description:
textarea.defaultValue should hold the initial value of the textarea, but it does
not seem to be being stored there.
Steps to Reproduce:
- see testcase
Actual Results:
[nothing]
Expected Results:
"default value 1"
Build Date & Platform Bug Found:
all platforms
2000-03-21-06
![]() |
Reporter | |
Comment 1•26 years ago
|
||
![]() |
||
Comment 2•26 years ago
|
||
If there are any known sites where this is problematic, please identify them ASAP.
Thanks,
Jim
![]() |
Reporter | |
Comment 4•26 years ago
|
||
adding beta2 keyword, and removing pdt status
Keywords: beta2
Whiteboard: [PDT-]
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Assignee | ||
Comment 8•25 years ago
|
||
I just checked in a fix for this, marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
![]() |
||
Comment 10•23 years ago
|
||
reopening bug, textarea.value and textarea.defaultvalue returns null. This is a
regression from 6.2, adding keyword regression.
Status: VERIFIED → REOPENED
Keywords: regression
Priority: P3 → P2
Resolution: FIXED → ---
Summary: textarea.defaultValue does not contain a value → textarea.defaultValue and textarea.value returns null
![]() |
||
Comment 11•23 years ago
|
||
changing to dom html from dom other
Status: REOPENED → NEW
Component: DOM Other → DOM HTML
QA Contact: janc → stummala
![]() |
||
Comment 12•23 years ago
|
||
The testcase here does getAttribute("defaultValue") rather than DOM
.defaultValue. getAttribute() gets the HTML attribute which, as you can see,
does not exist on textarea.
http://www.w3.org/TR/html401/interact/forms.html#h-17.7
RESOLVING back to FIXED because presumably Johnny actually fixed something.
Status: NEW → RESOLVED
Closed: 25 years ago → 23 years ago
Resolution: --- → FIXED
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•