[Tickets #9555] Re: Disable text selection while dragging (IE issue)
bugs at horde.org
bugs at horde.org
Tue Feb 1 21:18:06 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9555
------------------------------------------------------------------------------
Ticket | 9555
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Disable text selection while dragging (IE issue)
-Queue | IMP
+Queue | Horde Base
Type | Bug
-State | Unconfirmed
+State | Feedback
Priority | 1. Low
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-02-01 16:18) wrote:
Not confirmed. Works fine in IE 7 for me. Line 266 in
horde/js/dragdrop2.js should do the necessary selectstart disabling
for IE:
this.element.observe('selectstart', Event.stop);
More information about the bugs
mailing list