angular-ui/ui-grid

After cell edit, lost the edit mode

Open

#4,518 opened on Oct 14, 2015

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (5,395 stars) (2,496 forks)batch import
good first issuegrid-cellNavgrid-edithelp wantedneeds: analysis

Description

Steps:

I did single click on a cell, it goes in editMode and get the focus (correct)
Edit the data and click some where screen it get blurred (correct)
Now I again click on same cell, it does not get the focus on single click, until I do double click (incorrect?)

As in mobile devices we do not have double click event. Please have a look on below link: http://plnkr.co/edit/WoKn84HKBlPvOOJiNaF6?p=preview

Contributor guide