Opened 14 years ago
Closed 14 years ago
#3684 closed bug (notabug)
ui-dialog-titlebar should not be present if not needed
Reported by: | wichert | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Even if a dialog has no title a ui-dialog-titlebar div is inserted. That should not happen.
Change History (1)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Dialogs with no title should still have a titlebar. The titlebar provides additional functionality, like closing and dragging. If you don't want a titlebar on a dialog, you should hide it with CSS.