angular-ui/ui-grid

After cell edit, lost the edit mode

Open

#4.518 aberto em 14 de out. de 2015

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
good first issuegrid-cellNavgrid-edithelp wantedneeds: analysis

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador