Closed
Bug 4485
Opened 26 years ago
Closed 26 years ago
Application crashes on trying to copy any text from text box.
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: desale, Assigned: rods)
Details
This problem seems to be appearing both for apprunner and viewer.
Right now I'm not sure which component this bug will belong to, but I guess its
related to event handling so I'm assigning it to event handling. If i'm wrong,
please assign it to appropriate person.
Application crashes if we try to select text from certain textbox and try to
copy it using CTRL+C key on key board.
Providing information to reproduce the bug.
Product: Seamonkey.[apprunner as well as viewer]
Build Date: 03/31/99
Platform: PC [Windows-95]
Steps to reproduce:
1] Please copy the code I'm providing. Save as HTML file.
2] Open this HTML file in apprunner as well as viewer.
3] You'll see one text box and some text in that text box.
4] Select that text in textbox using mouse or shift key on key board.
5] After selecting text, press "Ctrl" key on key board.
6] Holding Ctrl key press "c" key 4 to 5 times.
7] Application will crash.
Expected Results: Text in textbox should be get copied.
Actual Results: Application is crashing
Code:
<html>
<head>
<title>Testing</title>
</head>
<body >
<form>
<h3> Please try to select the text in text box. <br>
Then try to copy that text with keys on key board.<br>
For copying, please use keys Ctrl+c.<br></h3>
<input type=text name="TestBox" Value="5.0 [en] (Win95; I)" size="50">
</form>
</body>
</html>
Reporter | ||
Updated•26 years ago
|
Severity: normal → major
Priority: P3 → P2
Updated•26 years ago
|
Assignee: joki → rods
Comment 1•26 years ago
|
||
Rod, you're cut/copy/paste/drag/drop guy, right?
Comment 2•26 years ago
|
||
If you have to use Ctrl+C to reproduce this, then it may be the keybinding.
CC'ing sdagley, saari, and kostello.
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 3•26 years ago
|
||
I can't reproduce this crash in today's optimized build on Win98. resolving as
worksforme, QA should verify on Win95
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•26 years ago
|
||
Actually I reported this bug, and It seems its working now. Just marking as
verified.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•