Closed
Bug 222914
Opened 22 years ago
Closed 21 years ago
Clipboard feature will not work.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 239481
People
(Reporter: ciderax, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
In the page http://www.ircspy.com after you do a search and click a # it should
put something in your clipboard (It does this with IE6.0) but it doesnt with
mozilla.
I veiwed the source I think this is the function that handles it.
function copyclipboard(intext)
{
window.clipboardData.setData('Text', intext);
}
Reproducible: Always
Steps to Reproduce:
1.Go to URL http://www.ircspy.com
2.Do a search, for like Firebird
3.Click a Number EX: #13
Actual Results:
When you do a CTRL-V(Paste) It doesnt paste anything because nothing is added to
the clipboard.
Expected Results:
Imput the function to enable websites to add stuff to the clipboard.
none.
Comment 1•22 years ago
|
||
That's an IE proprietary piece of JS. It's not from any standard that Mozilla
would be supporting.
->Invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 239481 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•