Ticket #3066 (closed bug: fixed)
Wrong cursor in dialog title when draggable is false
| Reported by: | aaronchi | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.5.2 |
| Component: | ui.dialog | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
The cursor for the title area of the dialog is a movable one even of draggable is set to false. This should be conditional and set by a separate css selector.
Change History
Note: See
TracTickets for help on using
tickets.


The dialog gets the ui-draggable-disabled class when dragging is disabled. This can be used to change the cursor for the titlebar in a non-draggable dialog.
fixed in [425] for the flora theme.