Closed
Bug 453
Opened 27 years ago
Closed 26 years ago
OnKeyUp event is not stable, sometimes not fire
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
VERIFIED
INVALID
M7
People
(Reporter: QUSYUYU, Assigned: bugz)
Details
Created by Yuan-Fu Yu (QUSYUYU@am1.ericsson.se) on Friday, June 19, 1998 2:01:48 PM PDT
Additional Details :
I use following javascript code to trace OnKeyUp event on
Communicator 4.03 sometimes work, sometimes not.
<input type="text" name="text2" onKeyUp='alert("Link got an
event: "+ event.type)'>
or
<textarea name="text2" onKeyUp='alert("Link got an event: "+
event.type)'></textarea>
Updated•26 years ago
|
Assignee: mccabe → mlm
Comment 1•26 years ago
|
||
Mass move of libmocha-related bugs to libmocha owner. Sorry, Mike.
This is a bug in version 4.03, or the free source Mozilla? Can you send a test
URL?
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 to HTML Input/Textarea element owner.
QA Contact: 4015 → 4137
Updated•26 years ago
|
Assignee: mlm → clayton
Status: ASSIGNED → NEW
Target Milestone: M4 → M7
Comment 7•26 years ago
|
||
switch to clayton. moved to m7. hope someone marks this invalid for 5.0 before
then. gerardo could you do that?
Marek,
Here's another of the 4.0X series bugs that belongs in sustaining, but was
reported in Bugzilla and is going nowhere - slowly. Thanks. = C =
Written up in Bugsplat. Marking this bug Invalid for 5.0 and Bugzilla.
Comment 10•26 years ago
|
||
Javacsript component begin retired. Moving this bug to Javascript Engine.
You need to log in
before you can comment on or make changes to this bug.
Description
•