Arthur Evans
Arthur Evans
I'm not sure the error is entirely wrong here. By declaring a function that takes a partially-bound type (`S`), you're adding an implicit parameter to the function. So writing: `fn...
Will this handle things like having one route handle: - `/start/` - `/docs/` - `/tools/` but not: - `/search/` - `/api/` ... because I can't figure out how to do...
Cool. I don't suppose you have any ideas for how we could do this now...? Asking for a friend. Or a friendly website.
Note though that you can't _detect_ that it was a back button event, and do something special (like restore scroll position). There's already an issue open for that—#86.
I think it may be something that needs to be handled by the app (or user's element, anyway), but we should talk about patterns. In particular, if you're loading data...
Yeah, it doesn't work. Or at least it doesn't work consistently. You can try this little jsbin here: http://output.jsbin.com/piriwa#3 In shady DOM, `#inner-4` scrolls to card #4, `#generic` scrolls to...
It feels to me like @cdata's proposal cuts _against_ the grain of the primitives. It also feels like it breaks ``'s notion of modular and encapsulated routing by making scroll-to-anchor...
So, um, I guess for the doc site we'll fall back to "application listens to hashchange, decides which component should manage the scroll state for this event" which is basically...
Inline link (like {@link ThisThing} in JavaDoc) would also be helpful. And it would be nice to be able to link to another element's demo. But definitely need a late-resolving...
Duplicate of https://github.com/PolymerElements/iron-component-page/issues/32 (although probably more appropriate for it to be filed here). I do think we should show both forms. I think we kind of stalled out earlier trying...