Opened 6 years ago
Last modified 6 years ago
#14998 new bug
resize should use .outerWidth instead of .width
Reported by: | Eugen Konkov | Owned by: | Eugen Konkov |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
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
Change History (7)
comment:1 Changed 52 years ago by
Status: | pending → new |
---|
comment:2 Changed 52 years ago by
Status: | pending → new |
---|
comment:1 Changed 6 years ago by
Component: | ui.core → ui.resizable |
---|---|
Owner: | set to Eugen Konkov |
Status: | new → pending |
comment:2 Changed 6 years ago by
as temporary workaround I do at resize event handler:
ui.originalSize.width = ui.originalElement.outerWidth();
comment:3 Changed 6 years ago by
Status: | new → pending |
---|
comment:4 Changed 6 years ago by
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
comment:5 Changed 6 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
Please provide a reduced test case as requested in the red box.