Resizable dialog not works

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
matas
Posts: 19
Joined: 11 Jun 2013, 14:03

28 Apr 2022, 10:34

Hi every body,
I just started un new project with the ultima theme (fist time i use a theme) and none of my dialogs can be resized even if i put resizable="true" explicitly . Have you got any ideas about this ?
Thanks very much,
Best regards
JL

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

28 Apr 2022, 13:45

Hi,

Could you please try the following css?

Code: Select all

body .ui-dialog .ui-resizable-handle {
    display: block !important;
}
Best Regards,

matas
Posts: 19
Joined: 11 Jun 2013, 14:03

28 Apr 2022, 15:47

Thanks you but it was not enought.
Searching in this new direction, i found a post by @melloware on github (https://github.com/primefaces/primefaces/issues/7154) about this pb.
I try this that works for me :

Code: Select all

body .ui-dialog .ui-resizable-handle {
    display: inherit!important;
}
body .ui-dialog .ui-resizable-handle.ui-icon.ui-icon-gripsmall-diagonal-se {
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
 
}

body .ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
    display: block!important;
}

body .ui-dialog.ui-resizable .ui-dialog-content {
    padding: 1em;
    margin: 0.2em;
    box-sizing: content-box;
    border: 0;
}
Thanks for your time.
JL

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

29 Apr 2022, 13:05

Glad to hear, thanks a lot for the update!

Best Regards,

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 13 guests