You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
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 from .
I believe it is an issue for some applications, especially when there's no workaround except custom element extending core-header-panel.
The text was updated successfully, but these errors were encountered:
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.
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 from .I believe it is an issue for some applications, especially when there's no workaround except custom element extending core-header-panel.
The text was updated successfully, but these errors were encountered: