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
Status: | new → open |
---|---|
Summary: | Wrong calculating for width & height by resizing of .ui-dialog-content for Chrome browser → Dialog: Content shrinks after resize |
comment:3 Changed 8 years ago by
Here are steps to replicate the bug. Stackoverflow:http://stackoverflow.com/questions/31584544/jquery-ui-dialog-on-resizing-shrinks-the-content-of-the-dialog link.
Example to show the bug: JSFidddle:http://jsfiddle.net/khurram_khu/ujqnatw7/8/
comment:4 Changed 7 years ago by
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
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;
}
Also visible on ThemeRoller page.