- From: Andrea Giammarchi <notifications@github.com>
- Date: Thu, 26 Nov 2015 22:40:50 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 27 November 2015 06:41:23 UTC
Just my 2 cents, I think notifying or updating any sub element about changed size should be the very first concern of any resizable panel. You can either `graph.addEventListener('resize', graph.update)` and dispatch such event while resizing the panel, or simply `rPanel.on('resize', rPanel.updateChildren)` That being said, I agree that a mechanism to know that could be handy is some static/fixed size layout, but it should eventually be part of the DOM specification and not part of the WebComponents specification, or not only, IMO. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/352#issuecomment-160053500
Received on Friday, 27 November 2015 06:41:23 UTC