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 )
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.
Note: See
TracTickets for help on using
tickets.