You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've addressed the issues in #1211, and verified it manually, but given the complexity involved, it'd definitely be a good idea to have unit tests for the following:
check _editorCellListeners after invoking refreshCell (I'd suggest testing with Pagination so you can test with mixing in Pagination and Editor in either order to ensure inheritance works both ways)
check _editorCellListeners after modifying a store item that is within view
check _editorCellListeners after scrolling down in a long OnDemandList (set bodyNode.scrollTop) or after calling gotoPage in Pagination
The text was updated successfully, but these errors were encountered:
We've addressed the issues in #1211, and verified it manually, but given the complexity involved, it'd definitely be a good idea to have unit tests for the following:
_editorCellListeners
after invokingrefreshCell
(I'd suggest testing withPagination
so you can test with mixing inPagination
andEditor
in either order to ensure inheritance works both ways)_editorCellListeners
after modifying a store item that is within view_editorCellListeners
after scrolling down in a longOnDemandList
(setbodyNode.scrollTop
) or after callinggotoPage
inPagination
The text was updated successfully, but these errors were encountered: