Page MenuHomePhorge

Cursor doesn´t disappear
Open, LowPublic

Description

When creating an event, after clicking on the field description the Cursor did not disappear when scrolling (on iOS).

Steps to reproduce:

  1. create an event
  2. click on description

Actual result:
cursor did not disappear

Expected result:
cursor disappears.

Details

Ticket Type
Task

Event Timeline

vanmeeuwen lowered the priority of this task from Needs Triage to Low.Mar 22 2019, 11:25 AM
vanmeeuwen moved this task from Backlog to Reviewed on the Bug Reports board.
vanmeeuwen subscribed.

I fail to understand how this is not the expected result. When an input field is selected (presumably the keyboard pops up?), then the cursor is supposed to stick to that input field despite any scrolling, no? The cursor only disappears when a click event happens outside the input field?

I think this is about a known iOS/Safari bug where cursor is still visible even if the textarea/input is out of screen (page scrolled). I don't know if there are workarounds. Need investigation.