I examined that last issue, and it's not really an issue. It's just the way things work.
In that test page, the table uses both row expansion and panel expansion, and it's the expansion panel that remains open after contracting the main row. There is only one expansion panel associated with one main row. Because there's only one expansion toggler for both types on expansion, and this table has both types of expansion, then the very last expansion toggler is used for the panel expansion, while all the others are used for row expansion. So, contracting the parent row also contracts all child rows but not the expansion panel. If we also contracted the expansion panel, then we wouldn't be allowing the possibility of only showing the expansion panels (without showing the child rows). There could be a counter argument that maybe the user would intend to close all the child rows and the expansion panel when contracting the main row, but that really would depend on how each table is set up, how many child rows it has, how it's meant to be used, etc. It's better to opt to keep both types of expansion separate and thus allow for more possibilities.
fails with both 3.3.0-P02 and P03.