Hi,
I have an issue with partial state saving in _DeltaList. I have a page
with a listener for PreRenderView. When I submit the page the listener
is correctly set on building the view but is overwritten with null in
_DeltaList.restoreState:310. This is done as the listener is transient
and the saved state therefore is null. But imho setting the list item to
null in this case should not be done.
This behavior is also checked in the following test cases, which I think
is not correct, too:
_DeltaListTest.testSimpleSaveRestoreTransient4() and
_DeltaListTest.testSimpleSaveRestoreTransient5()
What do you think guys?
regards
Michael