craftpip / angular-confirm

A multipurpose plugin for alert, confirm & dialog for angular1
http://craftpip.github.io/angular-confirm/
MIT License
115 stars 20 forks source link

Text is not user selectable #36

Open spookylukey opened 5 years ago

spookylukey commented 5 years ago

In particular, this seems to be the offending line:

https://github.com/craftpip/angular-confirm/blob/master/css/angular-confirm.less#L69

This means if you use an alert to display any kind of important info, e.g. an error message, users won't be able to copy-paste that text, for example to report the problem, which is not helpful.

I know that I can override this with my own CSS, but libraries should not default to disabling built-in browser behaviour. Thanks!