Hm that's weird. You can remove the element defined in index.html because it doesn't do anything. It seems like the real problem is that hash links inside of a repeating template inside of an imported element do the right thing. And links outside a repeating template in an imported element do the wrong thing.
On Sunday, May 18, 2014 3:40:14 PM UTC-7, Justin Merz wrote: > > Not sure if this is a bug or I am missing something, but I have put > together to following test. > https://github.com/jrmerz/polymer-hash-test/blob/master/public/index.html, > sorry I didn't use jsbin, not sure how use it with imports for this > example. The anchor tag works fine in the element defined in index.html. > But if you look at test-two > https://github.com/jrmerz/polymer-hash-test/blob/master/public/test-two.htmlyou > will see the anchor tags work great in the <template > repeat="">...</template> but the <a href="#bad">Bad Hash Link</a> is turned > into <a href="test-two.html#bad">Bad Hash Link</a>. Thoughts, ideas, > suggestions? > > -Thanks > Justin > > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/046b54c1-f0d5-4833-b72b-25fc272495c2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
