Closed
Bug 280320
Opened 21 years ago
Closed 21 years ago
Javascript feature failing
Categories
(Toolkit Graveyard :: Error Console, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 239481
People
(Reporter: rohan, Assigned: bugs)
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
The following javascript function doesn't work properly in Firefox:
thePaste = clipboardData.getData('Text');
Reproducible: Always
Steps to Reproduce:
1. Try the code
2. That is all
Actual Results:
Nothing
Expected Results:
set the variable "thePaste" equal to the text a user intends to copy from their
clipboard
I double-checked the bug before posting, it definately works properly in
Internet Explorer, so the problem is Firefox, not the code.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 239481 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Firefox → Toolkit
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•