I did some poking around by making a copy of the TextInputCell class to play with. What is happening is that the very first time you click on the cell, you get a focus event immediately followed by a blur event. Click on it a 2nd time you only get a focus event. I have no idea what to do about this. Whatever is generating the event above this is the real problem.
On Friday, May 9, 2014 11:00:48 AM UTC-4, Lord Silverhammer wrote: > > The showcase demonstrates this problem: > > http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwCellSampler > > Click on any textinput cell and you can edit it. Then click on any other > textinput cell and from that point on you need TWO clicks to actually > select and edit it. > Is there any way to fix this so that users can just click once and edit > any textinputcell? > > I have been googling this for a while, but I have not found any solutions > to this problem. I did see one post about the edit cell not having this > issue; I still need the cell to look like the text input cell ( the end > user needs to see that it is obviously editable). > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
