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)
Tracking
()
VERIFIED
WORKSFORME
M7
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.
Updated•26 years ago
|
Assignee: mccabe → mlm
Comment 1•26 years ago
|
||
Mass move of libmocha-related bugs to libmocha owner. Sorry, Mike.
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.
Comment 4•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA contact re-assigned according to the product areas we're currently working
on.
Comment 9•26 years ago
|
||
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.
Comment 10•26 years ago
|
||
Transfer to Marek for 4.x series.
Summary: JavaScript sometimes thinks form text is empty → [PP]JavaScript sometimes thinks form text is empty
Comment 11•26 years ago
|
||
Marking WorksForMe.
Comment 12•26 years ago
|
||
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.
Description
•