one-zero-eight / website

InNoHassle website for accessing ecosystem services at Innopolis University. Student dashboard, personal schedule, room booking, interactive maps, and more.
https://innohassle.ru
MIT License
10 stars 4 forks source link

[Room-Booking] Strange focus behavior of the booking title input on mobile #165

Open evermake opened 1 month ago

evermake commented 1 month ago

Describe the bug

When selecting time slot on mobile there are 2 issues:

  1. Input of the new booking title is not auto-focused.
  2. When closing new booking modal, the input becomes focused for a moment, and only then the modal disappears.

Your device details

iPhone 13, iOS, Arc (Webkit)

Reproduction

  1. Select time slot on mobile.
  2. Click "Book".
  3. Modal is open (input is not focused).
  4. Click close icon.
  5. Input is focused for a moment.
  6. Modal is closed.

Screenshots / Additional context

No response