Closed Bug 468 Opened 27 years ago Closed 26 years ago

[PP]JavaScript sometimes thinks form text is empty

Categories

(Core :: JavaScript Engine, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: ocrat, Assigned: bugz)

Details

Created by (ocrat@ocrat.com) on Friday, July 3, 1998 4:20:55 PM PDT Additional Details : Mozilla version: CVS snapshot, July 3 1998. Clicking the Show button gives 0, not 5, for the length of text field string "hello". <BODY> <FORM onSubmit="return false;"> <INPUT TYPE="button" VALUE="Show" onClick='alert(this.form.cinput.value.length); return true;'> <INPUT TYPE="text" NAME="cinput" VALUE="hello" SIZE="16"> </FORM> </BODY> Updated by (ocrat@ocrat.com) on Friday, July 3, 1998 4:27:07 PM PDT Additional Details : In case it's somehow relevant, I'm using lesstif-0.85.3 Updated by Mike McCabe (mccabe@netscape.com) on Tuesday, July 7, 1998 3:18:55 PM PDT Additional Details : This seems to be a valid bug; I've been able to duplicate it in a recent Mozilla build. It doesn't seem to show up in 4.05. Thanks for the report! Updated by Mike McCabe (mccabe@netscape.com) on Tuesday, July 7, 1998 3:49:23 PM PDT Additional Details : mlm has confirmed that the bug doesn't show up in 4.06 either, and javascript/libmocha changes from 4.06 are being migrated to Mozilla as soon as we have a stability thaw, so it seems likely that this problem my go away with those changes. Until then, I'll keep an eye on it.
Assignee: mccabe → mlm
Mass move of libmocha-related bugs to libmocha owner. Sorry, Mike.
Status: NEW → ASSIGNED
Continuing work on 4.x has kept me from doing this merge, but I'm pretty sure this will be fixed when the fixes do get merged in.
Setting all current Open Critical and Major to M3
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
DOM bugs are not my problem.
Target Milestone: M3 → M7
Awaiting assighment to sustaining engineering.
QA Contact: 4015 → 4616
QA contact re-assigned according to the product areas we're currently working on.
desale, is this bug on Linux only?
Well I tried this on all platforms, and seems working on all platforms including Linux. I guess that word "sometimes" used in summary is making difference. I tried several times, I really don't see a bug. May be sometimes doesn't work on Linux. Other platforms which I tested are Windows-95, Windows NT, and Mac. Works fine there.
Assignee: mlm → marek
Status: ASSIGNED → NEW
Transfer to Marek for 4.x series.
Summary: JavaScript sometimes thinks form text is empty → [PP]JavaScript sometimes thinks form text is empty
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Status: RESOLVED → VERIFIED
Marking WorksForMe.
Changing component to "Javascript Engine". "Javascript" component is being retired.
You need to log in before you can comment on or make changes to this bug.