Skip to main content

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 scottgonzalez comment:1

component: ui.coreui.resizable
summary: use flex-basis instead of width if it is presentResizable: Support flexbox
type: bugfeature

Please provide more details. If you know how the implementation could work, that would be helpful.

Changed August 03, 2016 04:54PM UTC by scottgonzalez comment:2

resolution: → worksforme
status: newclosed

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