Hi,
if we add a new Item in a exiting ItemList with more then 32 Items (active lazyLoad) the new Item is not editable. The input fields do not get initalizied
you're right - i can reproduce the problem with our sample application.
steps to reproduce:
open http://localhost:4502/content/contextaware-config-sample/en/config.html
open "Sample Configuration Very Long List"
click "Add Item" and choose an name
expected: new item is disabled and can be edited
actual: new item is disabled, but cannot be edited. the link "click to edit config" does not help either.
workaround: add new item, save list, reload, edit new item
it works with a short list, e.g. sample configuration "Sample Configuration List"
can you have a look?
- fix pushed to the develop branch
thanks!