Opened 6 years ago
Last modified 6 years ago
#15093 new bug
UI Dialog Resize Bug
Reported by: | happymade | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
- visit http://jqueryui.com/themeroller/
- Mouse click "Open Dialog" Button.
- Resize the dialog (just change a little size) several times, you will find that the dialog content area becomes smaller, and the scroll bar appears
Because CSS:
- {
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
Note: See
TracTickets for help on using
tickets.
See: https://jsfiddle.net/x76jga86/#&togetherjs=k2eTguPKTb