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

extjs and polymerjs #603

Closed
denizgirginer opened this issue Jul 4, 2014 · 5 comments
Closed

extjs and polymerjs #603

denizgirginer opened this issue Jul 4, 2014 · 5 comments

Comments

@denizgirginer
Copy link

i use polymerjs with extjs, ext graph components svg mode not work with polymerjs, svg elements disappear when any polymer element show in app

@ebidel
Copy link
Contributor

ebidel commented Jul 4, 2014

Please provide a test case.
On Jul 4, 2014 8:02 AM, "denizgirginer" [email protected] wrote:

i use polymerjs with extjs, ext graph components svg mode not work with
polymerjs, svg elements disappear when any polymer element show in app


Reply to this email directly or view it on GitHub
#603.

@denizgirginer
Copy link
Author

wrote simple test app here link http://jsbin.com/pafazodu/1
if remove polymer elements chart draw will show

@ebidel
Copy link
Contributor

ebidel commented Jul 5, 2014

It looks like the SVG paths/elements created by ExtJS have the hidden attribute applied. Polymer'a layout attributes contains styling that makes these elements display: none. Is there a way not to apply that attribute to the SVG ExtJS generates?

http://www.polymer-project.org/docs/polymer/layout-attrs.html#general-purpose-attributes

@dlasky
Copy link

dlasky commented Jul 7, 2014

chiming in just to note that the global attributes in layout.html caused some issues in our project as well. Philosophically wouldn't those be better provided by layout components?

@denizgirginer
Copy link
Author

after chart render removed hidden=false attributes from svg elements, it ok now

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

No branches or pull requests

3 participants