Skip to content

Fix issue where list event close on scroll

Sébastiaan Versteeg requested to merge fix/calendar-event-closing into master

Closes #863 (closed)

Previous behaviour

Steps to reproduce:

  1. Open an event on a mobile (Chrome + Android!?) device while having a scroll position to the top
  2. Scroll
  3. The event collapses

New behaviour

Steps to validate that it works:

  1. Open an event on a mobile (Chrome + Android!?) device while having a scroll position to the top
  2. Scroll
  3. The event does not automatically collapse

Merge request reports