Hi Jack,
You said in alpha3 the EditorGrid is completely rewritten.
I have found a problem in my application, and I thought there might be somethign I'm doing wrong. But after a look at the inline editing example here: http://www.yui-ext.com/deploy/ext-1.0-alpha3/docs/. I think this might be a bug in the new version.
If you edit any existing fields. And then add a new record (new Plant). The same field of record immediately after the one you just edited will be replaced with the data last entered. Also if you add a record and edit the text, then add a new one, the behavior of the default text is inconsistant.
This is my first post, I want to thank you for your great work. I have donated whatever I can. But on a side note, Yahoo should totally hire you.
You said in alpha3 the EditorGrid is completely rewritten.
I have found a problem in my application, and I thought there might be somethign I'm doing wrong. But after a look at the inline editing example here: http://www.yui-ext.com/deploy/ext-1.0-alpha3/docs/. I think this might be a bug in the new version.
If you edit any existing fields. And then add a new record (new Plant). The same field of record immediately after the one you just edited will be replaced with the data last entered. Also if you add a record and edit the text, then add a new one, the behavior of the default text is inconsistant.
This is my first post, I want to thank you for your great work. I have donated whatever I can. But on a side note, Yahoo should totally hire you.

|
#2
|
|
This is actually a bug in the example. It fails to call "grid.stopEditing()" before inserting a new record. I have added the call and it will be fixed in the next push.
![]() |
用户在使用alpha3版本的EditorGrid时发现了当编辑现有字段并添加新记录时会出现数据覆盖的问题。此问题源于示例代码中未调用grid.stopEditing(),已修复并将包含在下一个版本中。

被折叠的 条评论
为什么被折叠?



