Closed
Bug 320400
Opened 19 years ago
Closed 19 years ago
Missing "Paste" in context menu in HTML editor
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 312930
People
(Reporter: mjuhos, Unassigned)
References
Details
Attachments
(1 file)
226 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs; rv:1.8) Gecko/20051111 Firefox/1.5
I have no chance to work with HTML editor without shortcuts for Cut, Copy and Paste.
Reproducible: Always
Steps to Reproduce:
1. Open testcase
2. Write any text to editable area
3. Select text and use Copy function from context menu
4. Unselect text and open contex menu
Actual Results:
There item "Cut" in context menu is missing , when is text selected.
There "Paste" in context menu is missing, when is text unselected.
Expected Results:
There will be item "Cut" in context menu, when is text selected.
There will be item "Paste" in context menu, when is text unselected.
Test case:
<html>
<head>
<title>Testovaci</title>
<script>
onload = function(){
document.getElementById('editor').contentDocument.designMode = "on";
}
</script>
</head>
<body>
<iframe id='editor'>
</body>
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
*** Bug 320401 has been marked as a duplicate of this bug. ***
Comment 3•19 years ago
|
||
Can you post your testcase in bug 312930?
*** This bug has been marked as a duplicate of 312930 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•