Closed
Bug 25924
Opened 25 years ago
Closed 25 years ago
'paste' being double inserted.
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
M14
People
(Reporter: andrew, Assigned: akkzilla)
Details
When I paste into a TEXTAREA in a form, the data is being pasted twice (+ 1
character each time).
See:
user_pref("browser.win_height", 680);
user_pref("browser.win_width", 700);
uuser_pref("browser.win_height", 680);
user_pref("browser.win_width", 700);
u
Which actually reads:
user_pref("browser.win_height", 680);
user_pref("browser.win_width", 700);
Assignee | ||
Comment 2•25 years ago
|
||
Another dup of 23336.
*** This bug has been marked as a duplicate of 23336 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 3•25 years ago
|
||
Verified dupe of bug 23336 "Double paste on single middle mouse click"
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
setting to an approximate milestone so it can be off of the no TFV list
Target Milestone: --- → M14
You need to log in
before you can comment on or make changes to this bug.
Description
•