Ticket #4212 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

Opened URL is bad after clicking on a link partially hidden in MC edit

Reported by: Trux Owned by:
Priority: major Milestone:
Component: mcedit Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

I edit a file with mcedit (F4).
In this file, there's a link. The line that contains this link is very large. So, the end of the link doesn't appear on the screen.
If I click on this link with my mouse and press CTRL key in the same time, the link is opened in my web navigator (Mozilla Firefox 85.0.1 on Linux Mint Cinanmon 20.1).

What should work :
The opened URL in Firefox should be the same than the link in the file.

What doesn't work :
The opened URL is wrong, the end of the URL is missing. I suppose it's because the end of the link is hidden on the screen by mcedit (see screenshot), even it exists in the file.

david@ordinateur:/$ mcedit --version
GNU Midnight Commander 4.8.24
Compilé avec GLib 2.63.3
Utilise la bibliothèque S-Lang avec la base de données terminfo
With builtin Editor and Aspell support
Avec support des sous-shells par défaut
Avec support des opérations en tâche de fond
Avec support de la souris pour xterm et la console Linux
Avec support des événements X11
Avec support de l'internationalisation
Avec support de plusieurs codepages
Systèmes des fichiers virtuels : cpiofs, tarfs, sfs, extfs, ext2undelfs, ftpfs, sftpfs, fish
Types de données : char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;

Attachments

Capture d’écran du 2021-02-20 18-16-49.png (6.7 KB) - added by Trux 3 years ago.

Change History

Changed 3 years ago by Trux

comment:1 Changed 3 years ago by andrew_b

  • Status changed from new to closed
  • Resolution set to invalid
  • Milestone Future Releases deleted

This is not an issue of mcedit. This is an issue of terminal emulation program (like gnome-terminal). The terminal emulator recognizes the link in the screen content. mcedit just doesn't know about that.

comment:2 Changed 3 years ago by ossi

my https://bugs.kde.org/show_bug.cgi?id=409994 is related, though even that would help only with urls that are wrapped, but not truncated.

Note: See TracTickets for help on using tickets.