You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you shrink the qterminal window, then right-click COPY.LINK.ADDRESS of a URL on the window, the URL that gets to the clipboard maybe incomplete
Expected Behavior
I'd expect either
the correct URL is copied
it refuses to copy the URL since it's no longer valid (not all shown)
Instead if copies the portion of it that is visible (if long, it may appear on multiple lines and it isn't always obvious it's incomplete on screen)
Of course I'd love for it the still COPY the URL as it originally appeared on screen, but if that isn't possible (due to a window re-size), I'd rather have it copy nothing/do-nothing
I ran a script that creates a file, then view the file with cat
Issue 673 of the Ubuntu Weekly Newsletter is here! Covering the week of February 28 - March 6, 2021 https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue673```
Key bit I watched is "UbuntuWeeklyNewsletter"
On re-sizing the window it that part fo the text became
"UbuntuWewsletter"
re-size again
"Ubuntwsletter"
etc, each time with the copied LINK becoming shorter (& useless), ie.
"https://wikeklynewsletter/Issue673"
##### Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, --->
<!--- or ideas how to implement the addition or change --->
##### Steps to Reproduce (for bugs)
1. Open qterminal (decent size)
2. `cat /file` (or anything with a URL on it, a `echo https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue673` would work
3. right-click & copy.link.address (all good)
4. reduce window size (so the link isn't all shown)
5. right-click & copy.link.address (no longer valid)
##### Context
Refer to the launchpad error.
On tuesday morning I ran a script that generates a file for pasting online. I `cat` the generated file , but forgot to paste to all sites.
The next day (wednesday) I noticed I didn't paste everywhere, I went to the tab where I do UWN work & copy-link & pasted the URL knowing nothing had changed (never occurred to me a re-size of window changes the contents of qterminal functions)
Today I notice the paste done wednesday or in fact today is now an invalid URL. I need to `cat` the file again to see the URL on my re-sized qterminal window
##### System Information
--->
* Distribution & Version: Lubuntu hirsute & opensuse tumbleweed (2021-02-22)
* Kernel: 5.10.0-14 & 5.10.16-1
* Qt Version: 5.15.2 & 5.15.2
* qtermwidget Version: libqtermwidget5-0:amd64(0.16.1-1ubuntu1)
* lxqt-build-tools Version:
* Package version: 0.16.1-1ubuntu1 & 0.16.1-1.3
The text was updated successfully, but these errors were encountered:
If you shrink the qterminal window, then right-click COPY.LINK.ADDRESS of a URL on the window, the URL that gets to the clipboard maybe incomplete
Expected Behavior
I'd expect either
Instead if copies the portion of it that is visible (if long, it may appear on multiple lines and it isn't always obvious it's incomplete on screen)
Of course I'd love for it the still COPY the URL as it originally appeared on screen, but if that isn't possible (due to a window re-size), I'd rather have it copy nothing/do-nothing
Current Behavior
Originally noticed on Lubuntu hirsute. See https://bugs.launchpad.net/ubuntu/+source/qterminal/+bug/1918858
I ran a script that creates a file, then view the file with
cat
The text was updated successfully, but these errors were encountered: