calendar/src/directives
Daniel Calviño Sánchez 8130c29cc6 Fix blank page on browsers without support for ResizeObserver
ResizeObserver was used unconditionally, which caused the Calendar to
fail to load and show a blank page on some older browsers without
support for it. Now ResizeObserver is used only when supported.

ResizeObserver ensures that the calendar grid is properly sized when the
navigation bar and sidebar are opened and closed. It also ensures that
the text areas are properly sized when shown in the sidebar.

Given that they are mostly "cosmetic" issues and that they should not
affect many users no fallback was added for those browsers without
support for ResizeObserver.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-09-30 21:30:07 +02:00
..
autosize.js Fix blank page on browsers without support for ResizeObserver 2020-09-30 21:30:07 +02:00
linkify.js Make links in read-only version of location and description clickable 2020-05-18 15:33:37 +02:00