Closed
Bug 277871
Opened 20 years ago
Closed 20 years ago
Keyboard copy from message box (alert) does not work
Categories
(SeaMonkey :: General, enhancement)
SeaMonkey
General
Tracking
(Not tracked)
People
(Reporter: tim.c.quinn, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
With IE, you can press ctrl-c when a message box (alert) is up and it will copy
the contents of the message box to the clipboard. This extremely helpful for
debugging complex code as the contents of a dump can be copied and pasted into a
text editor / email ...
Please give some serious consideration to this simple feature. This is one
feature that I test for and miss regularily with Mozilla.
Reproducible: Always
Steps to Reproduce:
1.send js alert('xxx')
2.press ctrl-c when alert is up
3.press ctrl-v in text editor
Actual Results:
Nothing copied / pasted.
Expected Results:
Text editor should get the copied text from the alert
![]() |
||
Comment 1•20 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•