MagicSetEditor2 icon indicating copy to clipboard operation
MagicSetEditor2 copied to clipboard

[2.1.2][Linux] Text Selection is Invisible

Open PowerOfVoid opened this issue 3 years ago • 0 comments

Selected text is not highlighted (however it is still possible to copy and paste text)

What I did:

  • Create a set
  • Type some text on a card
  • Use the mouse to try to select the text

What I expected:

  • The text is highlighted and can be copied/pasted, etc.

What I got:

  • The text is not highlighted, but can be copied and pasted, etc.

(I checked while typing this up and discovered that, while there is no visual indication that the text is selected, it can still be copied and pasted or deleted)

Fields where text selection is invisible:

  • All tested card fields (text box, artist, name, etc.) ("cards" tab)
  • Card notes ("cards" tab)
  • Style fields that accept text input ("style" tab)
  • Set info fields ("set info" tab)
  • Keywords ("keywords" tab)

Fields where text selection is visible:

  • Card search ("cards" tab)
  • Randomizer Parameters ("random" tab)
  • Console ("console" tab)

Build: Self-compiled 2.1.2:

$ magicseteditor --version
Magic Set Editor
Version 2.1.2

OS: Linux Mint 20.2 (64-bit)

Library versions:

$ aptitude versions libwxgtk3.0-gtk3-dev libboost-dev libboost-regex-dev libhunspell-dev
Package libboost-dev:                                      
i   1.71.0.0ubuntu2                               focal                     500 

Package libboost-regex-dev:
i   1.71.0.0ubuntu2                               focal                     500 

Package libhunspell-dev:
i   1.7.0-2build2                                 focal                     500 

Package libwxgtk3.0-gtk3-dev:
i   3.0.4+dfsg-15build1                           focal                     500 

PowerOfVoid avatar Sep 13 '21 23:09 PowerOfVoid