Opened 9 years ago
Last modified 3 years ago
#13021 assigned defect
Body text selection broken after GridContainer drag and drop
Reported by: | moonsspoon | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.15 |
Component: | DojoX Layout | Version: | 1.6.1 |
Keywords: | dojox dnd mdnd gridcontainer portlet text selecton onselectstart highlight | Cc: | jfcunat |
Blocked By: | Blocking: |
Description
After clicking or dragging a TitlePane? in a GridContainer?, text selection for the document body no longer works until the browser is refreshed.
http://dojotoolkit.org/reference-guide/dojox/layout/GridContainer.html
1) Open demo example above 2) Select portlet text - works fine 3) Click/Drag? titlepane 4) Select portlet text - no longer works
To resolve this, remove line 90 in dojox/mdnd/Moveable.js or restore onselectstart.
this._selectStart=dojo.connect(dojo.body(),"onselectstart",dojo.stopEvent);
Text selection does not occur with this line removed, so it is not necessary.
Attachments (1)
Change History (4)
comment:1 Changed 9 years ago by
Cc: | jfcunat added |
---|---|
Component: | Dojox → DojoX Layout |
Owner: | changed from Adam Peller to dante |
Changed 9 years ago by
Attachment: | movable.patch added |
---|
comment:2 Changed 4 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | changed from dante to dylan |
Status: | new → assigned |
comment:3 Changed 3 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
dojox/mdnd/Moveable.js patch