Closed
Bug 109587
Opened 24 years ago
Closed 24 years ago
Selection + copy + paste includes trailing linefeed
Categories
(Core :: DOM: Selection, defect)
Tracking
()
People
(Reporter: kleist, Assigned: mjudge)
References
()
Details
Build ID: 2001 11 08 03
- Select a line of text from a web page, e.g. the line
"mkdir /usr/local/apache" at the top of the specified page.
- Copy the selected text to the copy-paste-buffer (ctrl+C)
- Paste it in your command line window
- Note how the command is _executed_ in the window, obviously since
the copied text includes a trailing linefeed
This is a No Good, and could lead to disastrous results.
A trailing linefeed should _not_ be included, since the user often
wants to modify the command before executing it.
*** This bug has been marked as a duplicate of 98572 ***
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
•