Modify ↓
Ticket #4758 (closed bug: invalid)
Dialog title size
| Reported by: | a_claudiu | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I want to create a dialog without a title bar (for a context menu). The only workaround found is by defining it in css like
.myDialog > .ui-dialog-titlebar {display: none;} and opening the dialog with $("#dialogAnchor").dialog({autoOpen:false, draggable:false, resizable:false, dialogClass:"myDialog"});
In this case the default vertical size of dialog is calculating also the title bar (guessing but anyway is bigger than the text inside).
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I believe that I made a mistake. The height was set to a higher value because minHeight was the default 150. You can close the bug please.