Search and Top Navigation
#14997 closed feature (worksforme)
Opened July 05, 2016 01:57PM UTC
Closed August 03, 2016 04:54PM UTC
Resizable: Support flexbox
Reported by: | KES777 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://codepen.io/ianmcnally/pen/CkHbz
when flex model is enable the width is just ignored by browser
Attachments (0)
Change History (2)
Changed July 06, 2016 04:26PM UTC by comment:1
component: | ui.core → ui.resizable |
---|---|
summary: | use flex-basis instead of width if it is present → Resizable: Support flexbox |
type: | bug → feature |
Changed August 03, 2016 04:54PM UTC by comment:2
resolution: | → worksforme |
---|---|
status: | new → closed |
That test case has explicit rules that prevent resizing from working. Here's an update that shows that resizable works just fine with flexbox if the CSS actually allows for the elements to resize: http://codepen.io/anon/pen/ZOrkLV?editors=1111
Please provide more details. If you know how the implementation could work, that would be helpful.