Closed
Bug 56172
Opened 24 years ago
Closed 24 years ago
Copy eliminates "markup"
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
People
(Reporter: len, Assigned: rubydoo123)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14-5.0 i686; en-US; m18) Gecko/20001010
BuildID: 2000101021
When copying text that contains visible markup-like text, the markup is removed
during the copy operation.
Reproducible: Always
Steps to Reproduce:
1. Go to any text input area (composer, URL bar, plaintext editor)
2. Type psuedo markup, eg: <blah>hello</blah>
3. Select the text (including the markup)
4. Paste this somewhere (either within moz, or another application)
Actual Results: Pasted text reads "hello"
Expected Results: Pasted text should read "<blah>hello</blah>"
This happens not just for input areas, but for any selection operation (it's
just easier to test when you can type input :-)).
Discussion on #mozillazine indicates that this works as expected for win32.
Gak. Didn't find anything in earlier search, but just now found the dup. Should
have guessed this was too obvious to have not been reported already.
*** This bug has been marked as a duplicate of 56097 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•