Closed jarrodek closed 10 years ago
Can you please release this? It's completely out-of-sync with the doc on the website, and I had to look at the installed code to get that this is not released yet.
+1 - I can't capture scroll events on paper-dropdown either
Hi,
I'm using
<core-drawer-panel/>
and<core-header-panel/>
to layout my app. Inside<core-header-panel/>
I have<core-toolbar/>
and<div/>
element.When I put some list of elements inside my .
<div/>
element it become scrollable (well, not DIV particularly but visually it is). I want to have a possibility to capture a scroll event when the user scroll down to the end of list so I can load next portion of data to the list. However,<core-header-panel>
is not firing this event. Event is fired inside this element on #mainContainer DIV. I can't access this event fromI believe it is an issue for some applications, especially when there's no workaround except custom element extending core-header-panel.