Closed
Bug 257360
Opened 21 years ago
Closed 20 years ago
the value property of an input element returns empty even if the input is filled by a user
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Erich.Iseli, Unassigned)
Details
Attachments
(1 file)
|
1.10 KB,
text/html
|
Details |
Going to attach a testcase
Steps to reproduce:
1. load testcase
2. start typing something in the text field
3. notice how the status bar says "value of elt:" but doesn't show the value
Also, the button should enable after some text is entered, but this doesn't
happen
Expected results:
1. status bar should show the value typed in by user
2. The button should enable after the user typed in something
| Reporter | ||
Comment 1•21 years ago
|
||
This code works as expected in Konqueror but fails in Mozilla. Is this a
Mozilla bug or is this a wrong way to code (not standard)?
| Reporter | ||
Comment 2•21 years ago
|
||
I know that if you type "abc" you will see only "value of elt: ab" in the status
bar. The trouble is: I never see anything else than "value of elt:". elt.value
always seems to be == "", since my button is never enabled.
According to some feedback on IRC, this might be a Linux only problem
| Reporter | ||
Comment 3•21 years ago
|
||
Tested with Firefox Trunk nightly 2004-08-28 on Linux
| Reporter | ||
Comment 4•21 years ago
|
||
Some people report it's working even on Linux. I am the only one seeing this?
Comment 5•20 years ago
|
||
not a js engine bug. => dom/html
this works for me in recent firefox and mozilla on winxp and suse linux.
Status: NEW → RESOLVED
Closed: 20 years ago
Component: JavaScript Engine → DOM: HTML
Resolution: --- → WORKSFORME
Component: DOM: HTML → DOM: Core & HTML
QA Contact: pschwartau → general
You need to log in
before you can comment on or make changes to this bug.
Description
•