Menu

#3055 tk_textCopy copies elided text

current: 8.6.0
pending-invalid
6
2013-02-16
2013-01-21
Talvo
No

The tk_textCopy (and tk_textCut) commands copy elided text from a text widget. While there are certainly some cases where this is desirable, I would imagine they are the minority. It's very minor to change the behaviour, just requires adding the -displaychars option to [$textWidget get].

Discussion

  • Francois VOGEL

    Francois VOGEL - 2013-01-21

    The text man page, when describing the -elide option for tags, states that "Elided data (characters, images, embedded windows, etc) is not displayed and takes no space on screen, but further on behaves just as normal data."

    My understanding is therefore that what you are observing is intentional, i.e. not a bug, although perhaps a questionable design.

     
  • Francois VOGEL

    Francois VOGEL - 2013-02-10
    • assigned_to: hobbs --> fvogelnew1
    • priority: 5 --> 6
     
  • Francois VOGEL

    Francois VOGEL - 2013-02-16
    • status: open --> pending-invalid
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.