elementary / granite

Library that extends GTK with common widgets and utilities
https://elementary.io
GNU Lesser General Public License v3.0
286 stars 60 forks source link

MessageDialog: Make labels not selectable #679

Closed leolost2605 closed 8 months ago

leolost2605 commented 10 months ago

I've personally never needed to select anything in the message dialog labels and I find it kind of annoying/confusing being able to place a cursor there and it being selected by default sometimes (I think e.g. in sideload). Not sure though, just my opinion 🤷

danirabbit commented 10 months ago

The original intent of making the labels selectable was so someone could copy an error message to search for it in case they were confused. Perhaps a better solution is to set the focus_widget to the action area's last child?