Bug 3376
Summary: | "Copy Link" on a link doesn't copy the link's target | ||
---|---|---|---|
Product: | WebKit | Reporter: | Martin Maciaszek <mmaciaszek> |
Component: | New Bugs | Assignee: | John Sullivan <sullivan> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 412 | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Martin Maciaszek
Right-clicking an link like <a href="http://foo">bar</a> and selecting "copy link" puts "bar" into the
clipboard.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Petersen
With TOT build, choosing "Copy link" doesn't actually copy any content to the clipboard.
John Sullivan
I'll bet this has the same root cause as http://bugzilla.opendarwin.org/show_bug.cgi?id=3320, which is
that certain pasteboard types that WebKit uses are broken. I'll investigate to be sure.
John Sullivan
This is definitely the same cause as 3320. I've got it fixed locally.
*** This bug has been marked as a duplicate of 3320 ***