pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Editor Grid - TriggerField edit causes cell to go in non edit mode #204

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create set TriggerField ediror for editable grid having two textfield 
added in a Form which is added into PopupPanel
2. Double click on cell to go into editing mode.
3. As soon as user clicks on textfield to enter data cell goes into non 
edit mode

What is the expected output? What do you see instead?
1. Clicking on form rendered by triggerfield to enter data. Cell should 
remain in edit mode so that we can set the addded content to the cell.
2. Also i observed that clicking any where out side the popuppanel should 
close the panel but its not closing.

What version of the product are you using? On what operating system?
gwtext-0.9.3

Please provide any additional information below.

Original issue reported on code.google.com by abhijeet...@gmail.com on 6 Feb 2008 at 10:46

GoogleCodeExporter commented 8 years ago
I need to pass true to PopupPanel to make it auto hide. But I am still facing 
issue 
with cell becoming non editable as soon as I click on rendered form.

Original comment by abhijeet...@gmail.com on 6 Feb 2008 at 12:42