Search and Top Navigation
#9137 closed bug (duplicate)
Opened March 06, 2013 08:33AM UTC
Closed March 06, 2013 01:18PM UTC
Dialog resizing and border-box issue
Reported by: | pirobox | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've created a simple page where I show a dialog and I set the default box-sizing to border-box.
If you try resizing the dialog you'll see that the inner content width becomes wrong.
Is there any workaround? Should JQuery be compatible with border-box box-sizing mode?
Attachments (0)
Change History (1)
Changed March 06, 2013 01:18PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #8932.Hi pirobox,
Thanks for taking the time to contribute to the jQuery UI project. This is a duplicate of #8932. For a workaround you can apply
to the resizable elements - http://jsfiddle.net/tj_vantoll/DFd74/.Thanks.