Opened 9 years ago
Closed 8 years ago
#15080 closed defect (patchwelcome)
[patch] IE8: when mouse down on dojox.mdnd.Moveable normal inputbox stop working
Reported by: | iDo | Owned by: | jfcunat |
---|---|---|---|
Priority: | undecided | Milestone: | 2.0 |
Component: | Dojox | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you have inputs and dojox.mdnd.Moveable on a page. Input stop working well after clicking the handle. Before clicking, you are able to select the text of the input with the mouse. After it's not possible. See attached moveable.html
This is becose of this line (meethod onMouseDown of Moveable.js) :
this._selectStart = dojo.connect(dojo.body(), "onselectstart", dojo.stopEvent);
Fix : see patch
Attachments (2)
Change History (7)
Changed 9 years ago by
Attachment: | moveable.patch added |
---|
comment:1 Changed 9 years ago by
Owner: | changed from Adam Peller to jfcunat |
---|---|
Status: | new → assigned |
Summary: | on IE 8, when mouse down on dojox.mdnd.Moveable nor;al inputbox stop working → [patch] IE 8: when mouse down on dojox.mdnd.Moveable nor;al inputbox stop working |
comment:2 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|
comment:3 Changed 8 years ago by
Milestone: | 1.8 → 2.0 |
---|
1.8 has been tagged; moving all outstanding tickets to next major release milestone.
comment:4 Changed 8 years ago by
Summary: | [patch] IE 8: when mouse down on dojox.mdnd.Moveable nor;al inputbox stop working → [patch] IE8: when mouse down on dojox.mdnd.Moveable normal inputbox stop working |
---|
comment:5 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | assigned → closed |
The mdnd code seems abandoned. Closing ticket unless a patch is supplied.
Note: See
TracTickets for help on using
tickets.
fix