Opened 14 years ago
Closed 12 years ago
#4705 closed enhancement (wontfix)
Option to bring draggable to front on click
Reported by: | willryanuk | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.draggable | Version: | 1.7.2 |
Keywords: | draggable, z-index, click | Cc: | |
Blocked by: | Blocking: |
Description
Currently, it is possible to bring a draggable to the front on the drag event, but it is not possible to move it to the top on the click event. This would be a nice option to have.
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The bring to front functionality will be dropped during the rewrite. This should be implemented as an extension.
Note: See
TracTickets for help on using
tickets.
The feature to bring the element to the top is already there, so it shouldn't be that hard to just call that on click, instead of drag start.