Differential / polymer-demo

Polymer & Meteor
164 stars 44 forks source link

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

Open filipstachura opened 9 years ago

filipstachura commented 9 years ago

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