WebKit Bugzilla
Attachment 341916 Details for
Bug 186281
: Web Inspector: Cannot copy a link address in Elements tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186281-20180604134758.patch (text/plain), 1.42 KB, created by
Matt Baker
on 2018-06-04 13:47:59 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Matt Baker
Created:
2018-06-04 13:47:59 PDT
Size:
1.42 KB
patch
obsolete
>Subversion Revision: 232283 >diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 7ef7991b67133eb0b07e37024b446bd8fbb30be8..da9416c1887ca5dccb58335cbd3abdfc0cf2b3bc 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,14 @@ >+2018-06-04 Matt Baker <mattbaker@apple.com> >+ >+ Web Inspector: Cannot copy a link address in Elements tab >+ https://bugs.webkit.org/show_bug.cgi?id=186281 >+ <rdar://problem/39193355> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UserInterface/Views/ContextMenuUtilities.js: >+ (WI.appendContextMenuItemsForURL): >+ > 2018-05-25 Matt Baker <mattbaker@apple.com> > > Web Inspector: Popover dismissed while attempting to move cursor inside >diff --git a/Source/WebInspectorUI/UserInterface/Views/ContextMenuUtilities.js b/Source/WebInspectorUI/UserInterface/Views/ContextMenuUtilities.js >index 50760a2d5de6d3ebbf3b8c8d81a131a9c75a092a..cb9fc31acdf97da2cff9ea70f981f645f8a6955c 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/ContextMenuUtilities.js >+++ b/Source/WebInspectorUI/UserInterface/Views/ContextMenuUtilities.js >@@ -120,7 +120,7 @@ WI.appendContextMenuItemsForURL = function(contextMenu, url, options) > } > > contextMenu.appendItem(WI.UIString("Copy Link Address"), () => { >- InspectorFrontendHost.copyText(sourceCode.url); >+ InspectorFrontendHost.copyText(url); > }); > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186281
: 341916