Closed
Bug 42625
Opened 25 years ago
Closed 25 years ago
Cut/Copy/Paste broken in text area of a form
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
FIXED
M17
People
(Reporter: tarahim, Assigned: Brade)
Details
(Keywords: platform-parity, Whiteboard: [nsbeta2+])
Attachments
(1 file)
975 bytes,
patch
|
Details | Diff | Splinter Review |
Cut/Copy/Paste is not available within a text area, at the very first time a browser window is open with a
page that has a form.
After selecting a text in the body of page, Cut/Copy/Paste becomes available.
However, sometimes Paste is only possible from either another text area or the body text.
Pasting once within the same text area may work, but the second time, text previously copied from body is
pasted.
Weird.
Reporter | ||
Comment 1•25 years ago
|
||
Summary corrected
Summary: Cut/Copy/Paste not completely confused in text area in a form → Cut/Copy/Paste broken in text area of a form
Assignee | ||
Comment 2•25 years ago
|
||
sounds like an editor bug
Assignee: asa → beppe
Component: Browser-General → Editor
QA Contact: doronr → sujay
Comment 3•25 years ago
|
||
I tried this out on win32 and it works fine, on the mac, I cannot select text
from the summary and paste it into the textarea. I also tried selecting text
from within the text area and paste -- and that doesn't work either. So, for
form elements, on the mac -- cut/copy/paste is hosed. Assigning to Kathy for
debugging
Reporter | ||
Comment 4•25 years ago
|
||
42885 and 42108 describe most of the anomaly found here.
Peculiar to this one are:
1)At first, Paste becomes available only when you select a text from body text.
2)Once Pasting becomes available, Copy/Pasting within the same text area works
for the first Paste action only.
Comment 7•25 years ago
|
||
Kathy, that includes link fields too.
M16 has been out for a while now, these bugs target milestones need to be
updated.
Comment 9•25 years ago
|
||
moving over to m17, adjusted priority and severity
Severity: major → critical
Priority: P3 → P1
Target Milestone: M16 → M17
Assignee | ||
Comment 10•25 years ago
|
||
I have a fix in hand. With this fix, I can do the following:
copy in an input area and paste into a textarea
copy in a textarea and paste into the textarea
copy from the textarea and paste into urlbar
I don't see any issues right now based on what has been previously described in
this bug (such as when Paste is enabled/disabled).
Assignee | ||
Comment 11•25 years ago
|
||
Comment 12•25 years ago
|
||
I checked in the patch.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 13•25 years ago
|
||
*** Bug 44236 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•