ubuntu / app-center

App Store for Ubuntu made with Flutter 🧡 💙
GNU General Public License v3.0
594 stars 109 forks source link

Can't select text in a code span #1690

Open thatLeaflet opened 4 weeks ago

thatLeaflet commented 4 weeks ago

Some apps require permissions that aren't autoconnecting, such as Bitwarden. In it's description, it informs the user to run sudo snap connect bitwarden:password-manager-service. However, the text included within that code span cannot be selected, so it cannot be copied. Regular text is selectable.

d-loose commented 3 weeks ago

Hm, that's really unfortunate. On first glance it looks like an upstream issue with flutter_markdown.

HosamHasanRamadan commented 14 hours ago

This issue depends on that issue: https://github.com/flutter/flutter/issues/150053