Open
Bug 200367
Opened 22 years ago
Updated 3 years ago
DEL key behaviour depends on keyboard navigation and appears broken
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
NEW
mozilla1.5beta
People
(Reporter: KaiE, Unassigned)
Details
(Keywords: topembed+, Whiteboard: editorbase+)
Test 1
======
- new composer window
- input
a enter enter (insert horizontal line) b enter
- hit cursor-up three times
- you are now positioned on the empty line between a and the line
- hit DEL
Expected behaviour:
The empty line should get removed
Actual behaviour:
The horizontal line is removed
Test 2
======
- new composer window
- input
a enter enter (insert horizontal line) b enter
(that is the same as in test 1)
- hit cursor up four times (once more than in test 1)
- hit cursor down once
- you are now positioned on the empty line between a and the line
- hit DEL
Expected behaviour:
The empty line should get removed
Actual behaviour:
Nothing happens!
Even if you hit DEL multiple times, nothing happens
Reporter | ||
Updated•22 years ago
|
Whiteboard: editorbase
Comment 1•22 years ago
|
||
beppe: Beth could yuo try this with a recent build. We think this may be fixed.
Thanks.
QA Contact: sairuh → beppe
Reporter | ||
Comment 2•22 years ago
|
||
I just retested the first part. Looks even worse now, DEL key doesn't do anything.
Priority: -- → P1
Whiteboard: editorbase → editorbase+
Comment 3•22 years ago
|
||
Tested using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030423
Netscape/7.02+
Test 1:
when I entered the text, this is the code:
<body background="">a<br>
<br>
<hr width="100%" size="2">b<br>
<br>
</body></html>
After I hit delete, this is the code:
<body background="">a<br>
<br>
<hr width="100%" size="2">b<br>
<br>
</body></html>
-----------------------------
Test 2:
the result after hitting delete:
<body background="">a<br>
<br>
<hr width="100%" size="2">b<br>
<br>
</body></html>
Based on the above, this is not fixed
Reporter | ||
Updated•22 years ago
|
Target Milestone: mozilla1.5alpha → mozilla1.5beta
Reporter | ||
Comment 5•22 years ago
|
||
It's not likely that I will work on editor/selection bugs in the near future.
Mass assining my bugs to nobody.
Assignee: kaie → nobody
Comment 7•22 years ago
|
||
snarfing kaie's old bugs
Updated•18 years ago
|
QA Contact: rubydoo123 → editor
Updated•18 years ago
|
Assignee: mozeditor → nobody
Mass-removing myself from cc; search for 12b9dfe4-ece3-40dc-8d23-60e179f64ac1 or any reasonable part thereof, to mass-delete these notifications (and sorry!)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•