Emmanuel Garcia

Results 141 comments of Emmanuel Garcia

This sounds very reasonable, feel free to send a PR. I like ``, but it would be a breaking change. Alternatively, immediate-value could be editable. Issue related: https://github.com/PolymerElements/paper-slider/issues/32

This is related to https://github.com/PolymerElements/paper-slider/issues/74

I think you right. That'd be a good enhancement.

You can bind to the `hidden` attribute to keep things as declarative as possible.

The docs is missing that the class should have `position: relative | absolute` http://jsbin.com/sijedo/edit?html,output

I don't think `fixed` is causing the issue. `condensedHeaderHeight` is dynamically calculated when you change the `headerHeight` property, so you are decreasing the header's size every time you run `(this._element).headerHeight...

That was certainly a mistake in paper-scroll-header-panel. `content-scroll` should not bubble in first place. Also since we released [app-layout](https://github.com/PolymerElements/app-layout), we decided to move away from this pattern. We changed the...

I have seen this issue before.

I could not reproduce the issue, was this issue fixed recently? Please provide a jsbin or repro steps.