Table view form not in sync with related forms

I have two forms with the same table (form1, form2).
Both have namedFoundSet = default.

if I set view of form2 to “table view”:
forms.form1.id != forms.form2.id

if I set view of form2 to “list form”:
forms.form1.id == forms.form2.id

pilgrirm

do they really have the same foundset when you test it?

for example if you set the selected index to something in form1 and you go to form2 is the selected index also changed?