Opened 4 years ago

Last modified 4 years ago

#15340 new bug

maxHeight option works like height option

Reported by: Lothar Bongartz, 1der1.com Owned by:
Priority: minor Milestone: none
Component: ui.dialog Version: 1.12.1
Keywords: Cc:
Blocked by: Blocking:

Description (last modified by Ryan J Ollos)

maxHeight works fine when used for dialog init.

However, the setter option

$( ".selector" ).dialog( "option", "maxHeight", 600 );

works like the height option:

The height changes instantly, but maxHeight of the dialog is unchanged.

Change History (1)

comment:1 Changed 4 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.