#12065 closed task (fixed)
EnhancedGrid DnD patch for 1.6 beta
Reported by: | evan | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Grid | Version: | 1.5 |
Keywords: | EDG dnd | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
Delta changes based on #11723, mainly includes following changes:
- Improved performance by changing avatar style instead of keeping appending/removing it from the document.
- Support dragging content(row/cell) from other widgets into grid.
- Bug fix - keyboard events should be connected to doc rather inside grid as row/cell can be dragged out of grid.
- Bug fix - the avatar mark was not correct in RTL.
- Bug fix - occasional conflict with selection
- DnD styles moved into a separate "DnD.css"
- Code clean, removed unused logic
- Test case/data updates
Attachments (1)
Change History (9)
comment:1 Changed 10 years ago by
Owner: | changed from bryanforbes to Douglas Hays |
---|---|
Status: | new → assigned |
Changed 10 years ago by
Attachment: | dnd-12-8-2010.patch added |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
comment:6 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [23322]) Fixes #12065, refs #11723. Proxy commit for evan (IBM, CCLA). Various EnhancedGrid? DnD bug fixes and new tests. !strict