Opened 11 years ago
Closed 5 years ago
#10564 closed defect (patchwelcome)
Grid breaks DND in dojox.layout.GridContainer when columns are sortable
Reported by: | Shane O'Sullivan | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.13 |
Component: | DojoX Layout | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If a Grid is contained in dojox.layout.GridContainer?, with column sorting turned on, and it is contained in a layout widget, DND of title panes or Portlets is broken in IE. The avatar is not properly created, and the dragged item cannot be dropped.
If column sorting is turned off, it works. If the GridContainer? is not contained within a layout widget, e.g. a TabContainer? or a BorderLayout?, it works
The problem should be somewhere between line 226 and 356 of dojox/Grid/_View.js
See the attached text case.
Attachments (1)
Change History (7)
Changed 11 years ago by
Attachment: | test_PortletInGridContainer2.html added |
---|
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
Milestone: | 1.4.2 → tbd |
---|
comment:5 Changed 10 years ago by
Component: | DojoX Grid → DojoX Layout |
---|
comment:6 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Given that no one has shown interest in creating a patch in the past 5+ years, I'm closing this as patchwelcome.
Test case