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

IronRouter seems not to work on layered polymer elements. #11

Open
filipstachura opened this issue Jan 26, 2015 · 0 comments
Open

IronRouter seems not to work on layered polymer elements. #11

filipstachura opened this issue Jan 26, 2015 · 0 comments

Comments

@filipstachura
Copy link

Hi guys,

First of all thanks for great work!

I experience problems with getting Iron.Router routing to work properly in all the cases. My main problem is with Polymer layered elements. After clicking on the link that is on the layer, whole page is loaded by browser from the server instead of using static routing. Did you experience such problems?

Two short steps are needed to reproduce with your code:

  1. In /client/templates/layout/publicHeader.html add data-open-dialog attribute to any link (e.g. <a href="/">Home</a> change to <a href="/" data-open-dialog>Home</a>).
  2. In /client/templates/layout/globalLayout.html add <a href="/" >This triggers reload.</a> within paper-action-dialog.

Any help would be greatly appreciated!
Thanks,
Filip

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

1 participant