This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Unable to focus on inputs inside modals on touch devices #2017
Closed
Description
There is a related issue opened against angular, but I suspect this is an issue specifically with the modals. angular/angular.js#6432
Plnkr is here: http://embed.plnkr.co/gyNF9BhiaBuMtonPXYKS/preview
This repro requires:
- Having an input inside of a UI Bootstrap modal box
- Having angular-touch enabled (checked against 1.2 and 1.3)
- Being on a touch device or using Chrome's touch emulation
Repro steps:
Click the button to open the modal, and then click on the text input field. On touch devices, the field will momentarily get focus and then lose it. With a normal mouse click, it's fine.