-
Notifications
You must be signed in to change notification settings - Fork 37
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
Make components work without applyAuthorStyles
#38
Comments
Good point. On 3 February 2014 11:37, Günter Zöchbauer [email protected] wrote:
|
Hi guys, |
Hi, Regards, On 7 March 2014 11:50, Francesco [email protected] wrote:
|
Hi, Google seems to be all for web components (with shadow DOM) but Bootstrap doesn't work with shadow DOM (yet?). At first transclusion support has to be shipped. Is already someone working on it?. I don't even know what transclusion is capable of (never worked with Angular.js). Will transclusion support components without shadowDOM or just add functionality of components with shadowDOM or both? ApplyAuthorStyles was already dropped by PolymerJS. In a short time (weeks?) Dartium and polyfills will not support it anymore either. Maybe Bootstrap is interested in including our customizations. I guess a decision has to be made how to proceed.
Currently I see only 1.) as a realistic strategy. The others might be considered in the future. Cheers |
hello, another factor to keep in mind is how straightforward (or not, or best regards alexis On Fri, Mar 7, 2014 at 1:07 PM, Günter Zöchbauer
|
I daily work with angular JS and, "unluckily", everything is much simpler compared to angular dart. |
I think I know how you feel. I also see it as a big problem that the shadowDOM breaks all CSS frameworks. There is no easy transition. Especially the tab component got very complicated. I didn't have such big problems with any of the other components. Progress Bar caused some troubles too as far as I remember. Have you information about progress with the transclude functionality? |
No, I have no news about transclude. |
Looks like transclude support was just committed (good timing, too, I was just about to start migrating some stuff away from AngularDart). |
@radicaled that's a bit convoluted way to say thank you but I'm sure James will appreciate :) |
Sorry @vicb, I'm pretty blunt when I'm not on the clock. I do appreciate |
@radicaled no problem, I am occasionally teasing. Thanks for your kind words. |
What is the decision then? |
applyAuthorStyle support has been removed in Chrome 35 which has been released today (at least on mac), please update Angular Dart UI to use useShadowDom: false ! |
Why we must change working components to use useShadowDom: false? On 21 May 2014 10:30, Sébastien Deleuze [email protected] wrote:
|
Because with Chrome 35, applyAuthorStyle: true does not work anymore, and all components are broken. |
Because most of the components have to be changed to not use the shadow dom. For me this is right opportunity to change them all and to finally have a library that runs fine in every browser without the need of external polyfills. |
Ok, I see you points now. On 21 May 2014 15:30, Francesco [email protected] wrote:
|
I'm currently busy with the Sortable component which is foreseen for 0.5.
|
I agree.
I think this issue can be closed because is not constructive. Better have Good hunting, On 21 May 2014 17:07, Francesco [email protected] wrote:
|
Ok, let's start it. I'll start from the tabs. Do we work directly on the master? |
I think yes. On 21 May 2014 17:58, Francesco [email protected] wrote:
|
Closed because is not constructive. Look at inherited issues:
|
This feature can be removed from Dart polyfills and Dartium anytime.
https://groups.google.com/forum/#!topic/polymer-dev/gNlsZDltpUY
Polymer/old-docs-site#241
The text was updated successfully, but these errors were encountered: