We have a scheduler nested inside a div element. This div element can change its width.
When the container div changes its width, the schedule elements no longer align correctly on the calendar.
See this Plunker snippet for a demonstration of the problem: http://plnkr.co/edit/UlHFtkvHHtIStnHEnOP9?p=preview
After you've pressed the "Toggle Left Bar" button, you see that "Alex's Birthday" now straddles two days.
Is there are workaround to this problem?
Our code base is arranged so that the parent control knows nothing about the child controls hosted within it.