Polymer support, shadow DOM
See original GitHub issueWe are using Polymer together with FullCalendar. We have succesfully imported FullCalendar with the polymer style-modules
, but enabling shadow dom results in unexpected behaviour.
All styling is correct, however the height of the events are very small.
Actual result:
Expected result:
Inspecting the events shows:
whereas an event rendered in non-shadow dom has values like
Therefore the top and bottom css properties of the events are incorrectly calculated under shadow dom.
Issue Analytics
- State:
- Created 8 years ago
- Comments:17 (17 by maintainers)
Top Results From Across the Web
Shadow DOM concepts - Polymer Project
Shadow DOM is a new DOM feature that helps you build components. You can think of shadow DOM as a scoped subtree inside...
Read more >Support for elements without shadow dom #5011 - GitHub
Shadow dom is awesome, but we use polymer to build quite a complex and large web app. It might not be optimal to...
Read more >Shadow DOM (Polymer) question - Google Groups
Dartium and Chromium currently support a different set of selectors for shadowDom until Dartium is updated. We are porting polymer_elements/polymer_ui_elements ...
Read more >Support both shady dom and shadow dom - Stack Overflow
I'm working on a generic web component, wrapping a jquery based grid library with Polymer. I'm finding that the custom themes that come...
Read more >Introducing Polymer 1.0
Brand new, lightweight shadow DOM shim called shady DOM , that lets you avoid the ... needed to run on browsers that don't...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Finally had the time to investigate this issue and happy to say: jQuery 3.0 fixed the shadow dom issues and therefore
fullCalendar
is working correctly in shadow dom 🎉This is once again on my todo list, currently working on getting the application to production which includes shadow dom. Hopefully jQuery 3 fixed most of the issues.