Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing flexbox -ms- prefixes for Internet Explorer 10 #90

Open
Van-Halen opened this issue Jan 29, 2017 · 1 comment
Open

Missing flexbox -ms- prefixes for Internet Explorer 10 #90

Van-Halen opened this issue Jan 29, 2017 · 1 comment
Labels

Comments

@Van-Halen
Copy link

For 'flex-direction' to work on Internet Explorer 10 you need to include: -ms-flex-direction in the frontend css otherwise the columns and rows don't work on IE10 and are rendered after each other.

This probably applies for all flexbox properties, IE10 needs the -ms prefix to work correctly.

Personale note, awesome plugin. Even with IE9 it works (for me anyway).

@andrew-worsfold
Copy link
Contributor

Thanks, @Van-Halen. This change will be part of the next release.

andrew-worsfold referenced this issue Jul 19, 2017
* Fixed - Missing flexbox -ms- prefixes for Internet Explorer 10 [GitHub 90](https://github.com/andrew-worsfold/tailor/issues/90).
* Fixed - Console error "this.getElementDefinitions(...) is undefined" [GitHub 115](https://github.com/andrew-worsfold/tailor/issues/115).
* Fixed - Show post meta data when only one item is selected [GitHub 125](https://github.com/andrew-worsfold/tailor/pull/125).
* Fixed - Not empty check for box images [GitHub 99](https://github.com/andrew-worsfold/tailor/pull/99).
* Fixed - Removed deprecated jQuery 'ready' event.
* Improved - Expose $args in tailor_partial filter and tailor_partial_* action [GitHub 117](https://github.com/andrew-worsfold/tailor/pull/117).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants