Opened 9 years ago

Last modified 7 years ago

#9832 open bug

Dialog: Content shrinks after resize

Reported by: Sundagy Owned by:
Priority: minor Milestone: none
Component: ui.dialog Version: 1.10.4
Keywords: Cc:
Blocked by: Blocking:

Description

Want to reopen bug #8506 but there error apears in tracker.

For example, open dialog page to check: http://jqueryui.com/dialog/ After dialog resize, .ui-dialog-content will not fit to dialog area, some times it bigger or smaller that must be.

Change History (6)

comment:1 Changed 9 years ago by Scott González

Status: newopen
Summary: Wrong calculating for width & height by resizing of .ui-dialog-content for Chrome browserDialog: Content shrinks after resize

Also visible on ThemeRoller page.

comment:2 Changed 9 years ago by Scott González

#10069 is a duplicate of this ticket.

comment:3 Changed 8 years ago by developer.khurram

comment:4 Changed 7 years ago by andy194

Followed the link to the fiddle and tried it, found that by removing the reference to bootstrap.min.css the dialog starts behaving properly, looks like a conflict.

comment:5 Changed 7 years ago by andy194

further investigation narrows it down to this within the css, Line 257...

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
Last edited 7 years ago by Ryan J Ollos (previous) (diff)

comment:6 Changed 7 years ago by Scott González

Ah, that's a big help. Thanks for digging in.

Note: See TracTickets for help on using tickets.