Search and Top Navigation
#14998 new bug ()
Opened July 05, 2016 02:10PM UTC
Last modified July 08, 2016 06:41PM UTC
resize should use .outerWidth instead of .width
Reported by: | KES777 | Owned by: | KES777 |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
bootstrap v4.0.0 alpha2
jquery ui v1.11.4
- What do you expect to happen?
when i start to resize block the element size should be change only by pixels count I move mouse
- What acually happens?
when I start to resize block the element size is changed abruptly by padding size
- Which browsers are affected?
I am on FFv47
### Description ###
See attached video
Attachments (0)
Change History (7)
Changed January 01, 1970 12:24AM UTC by comment:1
status: | pending → new |
---|
Changed January 01, 1970 12:24AM UTC by comment:2
status: | pending → new |
---|
Changed July 05, 2016 02:19PM UTC by comment:3
component: | ui.core → ui.resizable |
---|---|
owner: | → KES777 |
status: | new → pending |
Changed July 05, 2016 06:04PM UTC by comment:4
as temporary workaround I do at resize event handler:
ui.originalSize.width = ui.originalElement.outerWidth();
Changed July 05, 2016 06:17PM UTC by comment:5
status: | new → pending |
---|
Changed July 08, 2016 06:17PM UTC by comment:6
_comment0: | https://jsfiddle.net/KES777/gxxgjso7/ → 1468001930548647 |
---|
https://jsfiddle.net/KES777/gxxgjso7/
Also resizing completely do not work when bootstrap is compiled with flex
http://v4-alpha.getbootstrap.com/getting-started/flexbox/#how-it-works
Changed July 08, 2016 06:41PM UTC by comment:7
description: | \ bootstrap v4.0.0 alpha2 \ jquery ui v1.11.4 \ * What do you expect to happen? \ \ when i start to resize block the element size should be change only by pixels count I move mouse \ \ * What acually happens? \ \ when I start to resize block the element size is changed abruptly by padding size \ \ * Which browsers are affected? \ \ I am on FFv47 \ \ ### Description ### \ See attached [video](https://yadi.sk/i/mzCIPncGszURb) \ \ \ → \ bootstrap v4.0.0 alpha2 \ jquery ui v1.11.4 \ * What do you expect to happen? \ \ when i start to resize block the element size should be change only by pixels count I move mouse \ \ * What acually happens? \ \ when I start to resize block the element size is changed abruptly by padding size \ \ * Which browsers are affected? \ \ I am on FFv47 \ \ ### Description ### \ \ See attached [https://yadi.sk/i/mzCIPncGszURb video] \ \ \ |
---|
Please provide a reduced test case as requested in the red box.