Closed lastw closed 9 years ago
In Opera 12 offsetWidth equals 0 for some cases of nested flexboxes, this causes bugs with baron container width.
http://jsfiddle.net/bsxs860d/ — in Chrome offsetWidth: 298, in Opera 12 — offsetWidth: 0
offsetWidth: 298
offsetWidth: 0
example with baron, setting width to 0 http://jsfiddle.net/lastw/bsxs860d/2/
In Opera 12 offsetWidth equals 0 for some cases of nested flexboxes, this causes bugs with baron container width.
http://jsfiddle.net/bsxs860d/ — in Chrome
offsetWidth: 298
, in Opera 12 —offsetWidth: 0