[Tickets #11569] Re: Unable to select identities when composing a message
bugs at horde.org
bugs at horde.org
Mon Oct 22 16:03:53 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11569
------------------------------------------------------------------------------
Ticket | 11569
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Unable to select identities when composing a message
Queue | IMP
Version | Git master
Type | Bug
-State | Unconfirmed
+State | Resolved
Priority | 2. Medium
Milestone |
Patch |
-Owners |
+Owners | Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2012-10-22 10:03) wrote:
Fixed.
> Shouldn't you be disabling text selection via CSS? Something like this maybe:
> -webkit-user-select: none;
> -moz-user-select: none;
> -ms-user-select: none;
No, for multiple reasons. (they are not available on all browsers we
support; for several, you have to apply the rule on an
element-by-element basis)
> user-select: none;
This CSS rule doesn't exist.
More information about the bugs
mailing list