Closed
Bug 196951
Opened 22 years ago
Closed 18 years ago
Caret hides under toolbar when text is deleted.
Categories
(Core :: DOM: Editor, defect, P2)
Core
DOM: Editor
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: carosendahl, Assigned: mozeditor)
References
Details
(Whiteboard: edt_x3)
I noticed a new document with no text contains the following:
<html><head><meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1"><title></title></head><body><br>
</body></html>
(Notice the break tag)
Sometimes after copying text and deleting it, the blank document looks like:
<html><head><meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1"><title></title></head><body></body></html>
(notice the missing break tag)
What this does (for whatever reason) is cause the cursor to half display from
under the toolbar area.
Reporter | ||
Comment 1•22 years ago
|
||
Err, that would be in the composer (editor).
QA Contact: sairuh → beppe
Whiteboard: edt_x3
Charles, do you have a set of steps we can use to reproduce this problem? I
can't seem to reproduce it?
Reporter | ||
Comment 4•22 years ago
|
||
I am having trouble reproducing it now as well. However, if I do the following:
Open IM, send a message to myself ("Hello!"), Copy the contents of the IM window.
Using Debug mozilla build (trunk)
1. Open Composer
2. paste the IM message into composer
3. Select the entire pasted contents and hit backspace.
This seems to be able to reproduce it consistently on my system.
Comment 5•22 years ago
|
||
I removed the dupme comment. Other bugs do not include the copy/paste function.
In previous tests, if I directly entered text and perform the same steps (select
- backspace) I cannot reproduce the issue. The issue seems to only happen when
there is a copy/paste action first.
Whiteboard: edt_x3 DUPEME → edt_x3
Comment 6•22 years ago
|
||
I think this is a duplicate of bug 98619. Can someone confirm?
For now, I'll make this bug depend block that bug.
Updated•21 years ago
|
Priority: -- → P2
Target Milestone: --- → Future
Comment 7•18 years ago
|
||
WFM
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060714 SeaMonkey/1.5a
(also, composer keeps inserting a <br> after removing it)
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•