Opened 14 years ago
Closed 14 years ago
#3066 closed bug (fixed)
Wrong cursor in dialog title when draggable is false
Reported by: | aaronchi | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.5.2 |
Component: | ui.dialog | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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.
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.