Closed
Bug 213722
Opened 22 years ago
Closed 3 years ago
midas should have temporary clipboard
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
INVALID
People
(Reporter: bugzilla, Unassigned)
Details
(Whiteboard: midas)
Most of the stuff you would like to do when using midas could be made if you had
access to a temporary clipboard. This way you didn't need to care about security.
Comment 1•22 years ago
|
||
Can you be more specific? What stuff "would you like to do"?
Comment 2•22 years ago
|
||
-->brade
I'm not so sure what this bug is about. Often I am copy/pasting material from
other web pages or other applications so a temporary clipboard wouldn't be
useful to me. Henrik Gemal--can you elaborate?
Assignee: mozeditor → brade
OS: Windows XP → All
Hardware: PC → All
Whiteboard: midas
Recently, I start to implement html editor. I realize that the Paste could be
security problem. I suggest that Mozilla Paste should be current way and do not
need temparary buffer. Instead, implement new command
execCommand("Insert", false, "a html fragment")
and
execCommand("Replace", false, "a html fragment").
Therefore, I can change table layout/attribute and still get undo/redo work.
Updated•18 years ago
|
QA Contact: bugzilla → editor
Comment 4•3 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: brade → nobody
Comment 5•3 years ago
|
||
Clipboard should be managed by the clipboard API and editor module shouldn't have its own clipboard for the compatibility.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•