-
Notifications
You must be signed in to change notification settings - Fork 0
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
⏰ starcounter-include does not work in V1 with browsers other than Chrome #69
Comments
warpech
changed the title
starcounter-include does not work in V1 with browsers other than Chrome
⏰ starcounter-include does not work in V1 with browsers other than Chrome
Dec 12, 2017
tomalec
added a commit
to Juicy/imported-template
that referenced
this issue
Dec 12, 2017
tomalec
added a commit
that referenced
this issue
Dec 19, 2017
…ts to polyfill caveats like `class="style-scope starcounter-include"`, Change `compareHTMLStrings`to actual assertion and make it more verbose. #69
tomalec
added a commit
that referenced
this issue
Dec 19, 2017
Use `sameHTMLString` expectation in custom.html tests #69
tomalec
added a commit
that referenced
this issue
Dec 20, 2017
tomalec
added a commit
that referenced
this issue
Dec 20, 2017
tomalec
added a commit
that referenced
this issue
Dec 30, 2017
do it on `connectedCallback` and partial set, Allow changing sub-partial's Html property or entire sub-partial via Polymer Set href in `stampImportedTemplate`, do not set the model in partial setter if the template is already being stamped Simplify model setting Rename _compositionChanged to updateComposition Problems: There was a blank page sometimes - #71 There was a bunch of failing tests - #71, #69, The flow was missing many cases. #75
tomalec
added a commit
to Juicy/imported-template
that referenced
this issue
Jan 3, 2018
Problem: Scopeless nodes - like declarative-shadow-dom with default slot for merged partial view - were stamped before, scoped nodes - like declarative-shadow-dom with default compositions for apps. That was resulting in non-slotted elements to appear on top instead of bottom (as in browsers with native HTML Imports) Related: https://github.com/Starcounter/KitchenSink/issues/219 Starcounter/starcounter-include#69
tomalec
added a commit
to Juicy/imported-template
that referenced
this issue
Jan 3, 2018
Problem: Scopeless nodes - like declarative-shadow-dom with default slot for merged partial view - were stamped before, scoped nodes - like declarative-shadow-dom with default compositions for apps. That was resulting in non-slotted elements to appear on top instead of bottom (as in browsers with native HTML Imports) Related: https://github.com/Starcounter/KitchenSink/issues/219 Starcounter/starcounter-include#69
tomalec
added a commit
to Starcounter/StarcounterClientFiles
that referenced
this issue
Jan 3, 2018
Update - Starcounter/starcounter-include@4.1.0 - Juicy/imported-template@3.1.1 - webcomponents/webcomponentsjs@1.0.22 Starcounter/starcounter-include#69
Fixed, and released in |
Setting as “Finished” because it is:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is fixed in polyfill here webcomponents/html-imports#77
Until polyfill accepts the PR, @tomalec will make a workaround in starcounter-include
The text was updated successfully, but these errors were encountered: