shared-components icon indicating copy to clipboard operation
shared-components copied to clipboard

SplitContentLayout doesn't resize when page layout changes

Open a-type opened this issue 7 years ago • 0 comments

untitled

This seems like a hard problem to solve.

If the size of the header changes (or external layout in general changes), SplitContentLayout doesn't change with it.

May require some MutationObservers? Or a clever solution with IntersectionObserver? Or just good old fashioned polling? Or a way to pass in an event emitter which triggers a recalculation that the user would then have to manually trigger events on for page changes?

a-type avatar Jan 22 '19 16:01 a-type