Re: [webcomponents] Resize events needed? (#352)

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