Bug 349268 - Be able to copy and paste the uploaded url to ImgUR web service.
Summary: Be able to copy and paste the uploaded url to ImgUR web service.
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Imgur (show other bugs)
Version: 4.12.0
Platform: Mint (Ubuntu based) Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2015-06-17 06:21 UTC by Jairo Honorio
Modified: 2022-03-06 13:34 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 8.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jairo Honorio 2015-06-17 06:21:22 UTC
After hitting "Export to imgur.com" a table appears. It's third column is "Imgur URL". It should be possible to copy the contents of this field to the clipboard.

Reproducible: Always

Steps to Reproduce:
1. Take screenshot
2. Send to...
3. Export to Imgur...
4. Upload
5. Try to copy the contents of the 3rd column "Imgur URL"

Actual Results:  
There is no way to copy the contents of the 3rd column "Imgur URL" to clipboard

Expected Results:  
There should be a way to copy the contents of the 3rd column "Imgur URL" to clipboard

Suggested way:
1. Right click the contents of the 3rd column "Imgur URL"
2. Copy to clipboard

My actual platform version is 4.13.3 (the submit form only have until 4.12)
Comment 1 Osipov Oleg 2017-11-08 18:22:15 UTC
Is there any fix or at least some workaround  for this? Today I used Spectacle for the first time and being not able to do anything with image was pretty much frustrating.
Comment 2 Mike Krutov 2019-03-12 19:26:18 UTC
Spectacle right now copies the Imgur URL by-default right after upload, also right-clicking URL in spectacle window gives you the ability to copy it yet again.

Oleg, Jairo, could you please confirm this as fixed?
Comment 3 Osipov Oleg 2019-03-16 20:24:46 UTC
Just tested Spectacle 18.04.3, fedora:
After exporing to imgur:
1. the URL is shown on the screen;
2. URL is NOT copied to clipboard nor mouse buffer automaticaly;
3. URL on the screen CAN be rightclicked and copied to clipboard;
4. after short time address DISAPPEARS from window and cannot be brought back. A very strange behavior. In my first test I was so glad to see a copyable URL so I did not got it copied in time. May that disappear-after-5-secs thing be removed please? Otherwise everything is fine now.
Comment 4 Mike Krutov 2019-03-18 13:33:01 UTC
Oleg, same versions on Fedora as well; the line with URL is in the window for some 5 minutes and is copied automatically.

Are you on Wayland? I'm using X11 and might be that is the difference that leads to that behaviour on your side.
Comment 5 Surya Gowda 2021-03-10 11:22:36 UTC
Is this problem still occurring?
Not able to copy the URL?
Comment 6 Maik Qualmann 2021-03-11 12:29:47 UTC
@Surya
Yes, this bug is still valid. You are welcome to take on this task.

Maik
Comment 7 Surya Gowda 2021-03-11 15:17:35 UTC
QClipboard *c = QGuiApplication::clipboard(); 
c->setText( thirdColumn->getQUrl().toString() );

Can this solve the issue..Variable names are different but i will change it.
Comment 8 caulier.gilles 2022-03-06 04:34:24 UTC
Merge Request from gitlab:

https://invent.kde.org/graphics/digikam/-/merge_requests/170