| Summary | Disable text selection while dragging (IE issue) |
| Queue | Horde Base |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | rui.carneiro (at) portugalmail (dot) net |
| Created | 02/01/2011 (5394 days ago) |
| Due | |
| Updated | 03/04/2011 (5363 days ago) |
| Assigned | 02/01/2011 (5394 days ago) |
| Resolved | 03/04/2011 (5363 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
State ⇒ Resolved
Version ⇒ Git master
Bug #9555: Fix selectstart on IEhttp://git.horde.org/horde-git/-/commit/8b6ece859087839d7cb403a1e51b18b8abf86c7f
New Attachment: Screenshot.png
horde/js/dragdrop2.js should do the necessary selectstart disabling
for IE:
this.element.observe('selectstart', Event.stop);
On the first comment I said this was a behavior from folders and
messages too. Wrong. But its still not working with the splitbar (vert
or horiz) for me. Screenshot attached.
Queue ⇒ Horde Base
State ⇒ Feedback
Version ⇒
horde/js/dragdrop2.js should do the necessary selectstart disabling
for IE:
this.element.observe('selectstart', Event.stop);
path will be selected.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: 0001-Disable-text-selection-while-dragging-IE-issue.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Disable text selection while dragging (IE issue)
Type ⇒ Bug
path will be selected.