Bug Tracker

Modify

Ticket #4758 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by a_claudiu

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.

comment:2 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.