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)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: Erich.Iseli, Unassigned)

Details

Attachments

(1 file)

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
Attached file testcase
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)?
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
Tested with Firefox Trunk nightly 2004-08-28 on Linux
Some people report it's working even on Linux. I am the only one seeing this?
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.

Attachment

General

Created:
Updated:
Size: