Closed Bug 9205 Opened 27 years ago Closed 26 years ago

JavaScript key event not firing when viewer is in standard mode

Categories

(Core :: DOM: UI Events & Focus Handling, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED INVALID

People

(Reporter: rods, Assigned: joki)

Details

I have an absolutely positioned text input and have the callback set via JS. Work in NavQuirks and not in Standard
I'll need a test case.
I tried this one with something like this. Correct me if I'm wrong. STEPS TO REPRODUCE: 1] Copy code I'm providing. save it as HTML file. Open it in Viewer. 2] You'll see on test Object, that is text box. click in this text box, and now press any key on keabord in this text box. 3] Look at results in Results text box. Expected Results: Results Text box should show appropriate key events those are firing. Actual Results: It does show that key events are firing. CODE: <html> <head> <title>events on AREA</title> </head> <script> <!-- function report(text){ document.workform.result.value+= " "+text; } //--> </script> <body> <form name="workform"> Test Object &nbsp;<input type=text name=test size=20 value="" onKeyDown="report('KeyDown');" onKeyPress="report('KeyPress');" onKeyUp="report('KeyUp');"><br> Result &nbsp; <input type=text name=result size=60 value=""><br> <input type=reset value="Reset"> </form> </body> </html> END OF CODE: DESCRIPTION: According to my testcase, everything seems working fine. I may be wrong in understanding this bug. If so please correct me, but I don't see this bug right now.
Well I'd have to say that this is either a) Not a correct test case to show the bug. b) Old, out of date and working differently now. Either way, I'm getting rid of this one.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Keywords: verifyme
Verified invalid per joki's comments.
Status: RESOLVED → VERIFIED
Keywords: verifyme
Component: Event Handling → User events and focus handling
You need to log in before you can comment on or make changes to this bug.