Closed
Bug 739537
Opened 14 years ago
Closed 14 years ago
Leading spaces in selection not exported to clipboard upon copy
Categories
(Core :: DOM: Serializers, defect)
Core
DOM: Serializers
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: hsivonen, Assigned: hsivonen)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
|
4.20 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce:
1) On any Web page, locate a word that has spaces before and after.
2) Select the space before, the word and the space after.
3) Press ctrl-c (cmd-c on Mac)
4) Switch to a plain text editor app (e.g. gedit on Linux; don't switch to a word processor that support styling)
5) Type two letters (e.g. "AB") in the text editor.
6) Move the caret between the two letters.
7) Press ctrl-v (cmd-v on Mac)
Actual results:
The word and the trailing space are pasted. The leading space is not pasted.
Expected results:
Expected all the text in the original selection--including the leading space--to be pasted.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → hsivonen
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•14 years ago
|
||
| Assignee | ||
Comment 2•14 years ago
|
||
Note that bug 564737 was about mailnews message conversions and the effect on clipboard export was just collateral damage. The duplicates of bug 564737 are about mailnews message conversion, too.
| Assignee | ||
Updated•14 years ago
|
Attachment #609649 -
Flags: review?(bugs)
Comment 3•14 years ago
|
||
Comment on attachment 609649 [details] [diff] [review]
Get rid of the quirk
Ok, let's try this then.
Attachment #609649 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Flags: in-testsuite+
Target Milestone: --- → mozilla14
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•