Skip to main content

Bug Tracker

Side navigation

#4758 closed bug (invalid)

Opened June 12, 2009 08:33PM UTC

Closed June 16, 2009 01:06AM UTC

Dialog title size

Reported by: a_claudiu Owned by:
Priority: minor Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
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).

Attachments (0)
Change History (2)

Changed June 13, 2009 04:35AM UTC by a_claudiu comment:1

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.

Changed June 16, 2009 01:06AM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed