Opened 7 years ago
Closed 7 years ago
#14997 closed feature (worksforme)
Resizable: Support flexbox
Reported by: | Eugen Konkov | 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
Change History (2)
comment:1 Changed 7 years ago by
Component: | ui.core → ui.resizable |
---|---|
Summary: | use flex-basis instead of width if it is present → Resizable: Support flexbox |
Type: | bug → feature |
comment:2 Changed 7 years ago by
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
Note: See
TracTickets for help on using
tickets.
Please provide more details. If you know how the implementation could work, that would be helpful.