Closed Bug 20602 Opened 25 years ago Closed 25 years ago

Paste inserts two copies of the clipboard

Categories

(Core :: XUL, defect, P3)

x86
Windows 98
defect

Tracking

()

VERIFIED DUPLICATE of bug 20519

People

(Reporter: trudelle, Assigned: buster)

References

()

Details

Build ID 1999120113 (Comm opt bits) Copy the above URL. Paste into URL bar. Two copies of the URL are pasted.
Assignee: pinkerton → buster
per buster's mass email, he knows what is going on.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
assuming the submitter used a keyboard shortcut to do the paste, this is a dup of 20519. the problem is the editor is getting the key event twice: once via the XUL command dispatcher, and once via the editor's own backstop event listener. The second should never happen, since the command dispatcher (or keybinding code) should have consumed the event. *** This bug has been marked as a duplicate of 20519 ***
Status: RESOLVED → VERIFIED
Yup, Ctrl-V, verifying dup resolution.
You need to log in before you can comment on or make changes to this bug.