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

fix the 'order details' component layout in IE11 #301

Merged
merged 1 commit into from
Nov 29, 2017

Conversation

vlukashov
Copy link

@vlukashov vlukashov commented Nov 29, 2017

The root cause of the issue is that dom-repeat inside <table> does not work in IE11: Polymer/polymer#1567. And at the moment the order-details component has a dom-repeat inside a <template> (introduced by the PR https://github.com/vaadin/bakery-app-starter-polymer/pull/156).

Fix: replace the table elements with divs having table-like CSS display property values.

Jira: BFF-348


This change is Reviewable

The root cause of the issue is that dom-repeat inside <table> does not work in IE11: Polymer/polymer#1567. And at the moment the order-details component has a dom-repeat inside a <template> (introduced by the PR https://github.com/vaadin/bakery-app-starter-polymer/pull/156).

Fix: replace the table elements with divs having table-like CSS display property values.

Jira: BFF-348
@alexberazouski
Copy link

:lgtm:


Reviewed 1 of 1 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable

@alexberazouski alexberazouski merged commit a448b58 into master Nov 29, 2017
@alexberazouski alexberazouski deleted the fix/348-order-item-details-layout-in-ie11 branch November 29, 2017 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants