-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy link doesn't fetch title (on Windows) #1
Comments
When I right click on a link without selecting it, it gives me no title. I'm sure there's an Chrome API which you can get this info. For example, right click on a link and |
Thanks @JayXon, I will take a look at the API. It's been 4 years since this issue was opened, so I believe there are some API changes that can solve this bug! |
#55 does not solve this issue. |
How about getting the text children out of the DOM when a link has no title attribute? Anyway, 👍 for the tip with selecting the text 1st. |
This bug still exist in latest Chrome release 70.0.3538.67. |
Won’t be supported unless Chrome provides an API on Windows.
If you could check the api document for me it’d be appreciated.
Otherwise please open a feature request to Chromium project.
On Sun, Oct 21, 2018 at 4:58 PM 狂飙 ***@***.***> wrote:
This bug still exist in latest Chrome release 70.0.3538.67.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAp8aDp8T3IICfBBlXcAoH-43blC8gXks5unCk-gaJpZM4I04fF>
.
--
Regards,
Yucheng Chuang
|
Thank you for your reply. I think it is better to close this issue then the others will know this conclusion. Could you remove this function in context menu on Windows? |
Still exists on Linux Ubuntu Kubuntu 18.10 Chromium 72.0.3626.96. And doesn't work in Windows. Anyone have an alternative? Edit: workaround is to highlight/select text before right clicking. Then grabs the text. Firefox CUTC extension was much easier. Finally found it for Chrome: https://chrome.google.com/webstore/detail/copy-url-to-clipboard/miancenhdlkbmjmhlginhaaepbdnlllc/related?hl=en |
Windows XP
Chrome 17
Reason: there is no
info.selectionText
because it does not select the text when right-clicking on a link.The text was updated successfully, but these errors were encountered: