Search and Top Navigation
#3066 closed bug (fixed)
Opened July 04, 2008 06:13AM UTC
Closed July 08, 2008 07:13PM UTC
Wrong cursor in dialog title when draggable is false
Reported by: | aaronchi | Owned by: | scottgonzalez |
---|---|---|---|
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.
Attachments (0)
Change History (1)
Changed July 08, 2008 07:13PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
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.