element-web/src/components/views
Richard van der Hoff 243b2e4587 Make the scrollpanel update itself correctly on video resize.
When we first get video, the video component will resize itself. This will
cause the page to be reflowed, but that doesn't trigger an update on the gemini
scrollbar. We therefore need to force an update on the messagepanel. Implement
this by providing an onResize property on the CallView component.

We need to do the same when we change the maxHeight on the video panel.

The same applies to resizing of the MessageComposer. That was previously
handled with a fugly roomView.forceUpdate() from MessageComposer - make it use
the same mechanism.

Finally: the messageComposer is at least 70 pixels, and up to 100 pixels high -
not 36. Fix the auxPanelMaxHeight calculation - and use a static constant
rather than hardcoding the number to avoid this happening again.
2016-01-11 15:28:59 +00:00
..
avatars update copyright for 2016 2016-01-07 04:06:52 +00:00
create_room update copyright for 2016 2016-01-07 04:06:52 +00:00
dialogs update copyright for 2016 2016-01-07 04:06:52 +00:00
elements Merge pull request #77 from matrix-org/matthew/dynamic-svg 2016-01-07 11:42:30 +00:00
login Implement guest account upgrading 2016-01-07 17:23:32 +00:00
messages Merge pull request #77 from matrix-org/matthew/dynamic-svg 2016-01-07 11:42:30 +00:00
rooms Make the scrollpanel update itself correctly on video resize. 2016-01-11 15:28:59 +00:00
settings update copyright for 2016 2016-01-07 04:06:52 +00:00
voip Make the scrollpanel update itself correctly on video resize. 2016-01-11 15:28:59 +00:00