I'm using a DataGrid and I show some EditTextCells in there, and also some EditSelectionCells. They are a combination of SelectionCells and EditTextCells and work after the same principal as the EditTextCells. They render as normal text if not in editing mode and if you click them, a Selec Box is displayed and on blur it is committed and again shown as text.
The problem is, in Firefox this works like a charm. But in IE this is not working properly. It seems to me that the blur events are not propagated properly down in IE. Does someone know this effect and has a solution? Currently I click on various EditTextCells and all stay in editing mode as long as ESC or RETURN is pressed. The behaviour in FF is much better where always only one cell can be in editing mode as on blur the change is committed. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/CrW1kDQ_2kIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
