Opened 14 years ago
Closed 11 years ago
#20988 closed enhancement (duplicate)
Open a closed sidebar box and enable droppable/sortable in it when you hover a draggable available widget over it
| Reported by: | ldebrouwer | Owned by: | ldebrouwer |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | 3.4 |
| Severity: | normal | Keywords: | needs-patch ux-feedback |
| Cc: | Focuses: | javascript |
Description
At the moment you have to explicitly open a sidebar box to allow it to except available widgets. In my humble opinion this is bad UX and the sidebar box should expand automatically when being hovered over with a draggable and it should accept the draggable to it's containing droppable/sortable as well.
The obstacles to overcome:
- Since the draggable in most cases overlaps the sidebar box when dragging over it ( unless you move really quickly ) it's hard to register a 'mouseenter'. This could be solved by setting the 'cursorAt' option for the draggable.
- Opening a sidebar box is trivial but activating the droppable/sortable only seems to kick in when the draggable has been released.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
With #25952 it's now possible to drop a widget on a closed area. Would be nice to have it open too to place the widget to the correct position.
Maybe hoverIntent can help here.