Closed
Bug 57041
Opened 24 years ago
Closed 24 years ago
copies from textfiels have <pre>
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: BenB, Assigned: mozeditor)
Details
Reproduce:
1. New msg (HTML compose), write a line
2. Doubleclick on text in a textfield, e.g. the urlbar or the summary line on
this bug.
3. Copy (not necessary on Unix)
4. Paste into the middle of the line in the composer
5. Debug|Output HTML
6. Copy&paste something from another app
Actual result:
After step 4: You see newline, pasted text in monospace, newline.
After step 5: Debug output shows that a <pre> is around the pasted text.
After step 6: The text is pasted without any formatting, i.e. the pasted text
has the same formatting as the surrounding text.
Expected result:
Step 4 is similar to step 6. No <pre> after step 5.
Reporter | ||
Comment 1•24 years ago
|
||
This makes pasting URLs into mails very hard (have to paste in another app and
then paste back into Mozilla) -> mozilla0.9 nomination.
Keywords: mozilla0.9
Comment 2•24 years ago
|
||
(This is a split off of 55661 to mention this bug as back reference.)
Assignee | ||
Comment 3•24 years ago
|
||
*** This bug has been marked as a duplicate of 56135 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•