Mechanical-Advantage / AdvantageScope

Robot telemetry application
MIT License
165 stars 50 forks source link

"About Advantagescope" window does not have selectable/copyable text #125

Closed shueja closed 8 months ago

shueja commented 8 months ago

Describe the bug See title.

To Reproduce Steps to reproduce the behavior:

  1. Open AdvantageScope (on Windows)
  2. Click on "Help->About AdvantageScope"
  3. Try to copy the text

Expected behavior Able to select and copy the text there. Either allow selection or add a button that copies the contents to clipboard (or both).

Version (required): Copy the contents of the "About AdvantageScope" window and paste it here. On Windows/Linux, click "Help" > "About AdvantageScope". On macOS, click "AdvantageScope" > "About AdvantageScope" in the menu bar.

... this is why this is an issue. image

jwbonner commented 8 months ago

A button to copy it to the clipboard seems like a good solution. When writing the template I only tried it on macOS, which lets you copy text from native popup windows.

jwbonner commented 8 months ago

There is now a support for copying the text to the clipboard, which should work on all operating systems. Thanks for the suggestion.