flexie icon indicating copy to clipboard operation
flexie copied to clipboard

Legacy support for the CSS3 Flexible Box Model

Results 37 flexie issues
Sort by recently updated
recently updated
newest added

To test the demo I just opened the demo index.html-file locally. This works of course in chrome and firefox, but doesn't work in opera or ie. There is no replacement...

Do you have a branch of your work on this you could push?

Here is a screenshot: https://dl.dropbox.com/u/54069263/css-chan/flexie.v1.0.3.png Version: https://dl.dropbox.com/u/54069263/css-chan/flexie-ie9version.png Live test: https://browserling.com/queue?uri=http%3A%2F%2Fflexiejs.com%2Fplayground%2F&browser=explorer&version=9.0

According to http://caniuse.com/#feat=flexbox, Firefox has improved Flexbox support (From http://www.html5rocks.com/en/tutorials/flexbox/quick/). http://flexiejs.com/test/ shows that FireFox is not supported, but that seems to be a contradition to the caniuse web site.

Occurs in Chrome. After investigating, determined the problem to be caused by ADBlock plugin. It modifies the source code: See: http://stackoverflow.com/questions/10446575/why-is-chrome-referencing-datatext-css-in-all-websites

I am getting the following error when using Flexie in the latest version of Opera: `Uncaught exception: DOMException: NO_MODIFICATION_ALLOWED_ERR` I'm done some research but I can't seem to find anybody...

IE9 and Firefox 7 needs it at least: https://bugzilla.mozilla.org/show_bug.cgi?id=562073

Hi, i went through your code to extract the flexboxSupport method and wondered if I missed something with line 1830 ``` javascript boxPackJustify : function () { var totalOffset =...

Using IE8 / flexie 1.0.3 / jquery 1.7.1 / selectivizr v1.0.2: ``` var flexie = new Flexie.box({ target: newElement[0], flexMatrix: this.options.use_flexie ? [0, 1, 0] : [0, 1], }); ```...

In the case where an element with the "box" display style contains an immediate child that is a form element, the width/margin/padding style calculations are applied to all descendent form...