fight form is "old combat form" and is always on the page. sometime visible, sometimes not.
1:so, looking at a fight with CAB turned on that does not return an object.
a: Initially, div fightform is there, but is not visible. (class hideform).
b: When I press "show old combat form", fightform becomes visible and I can use it to fight.
c: after I win (and don't get an equipable item), fightform switches to visibility hidden again.
2: same thing if I use buttons at the top, except for no step b.
That seems normal...
I'm coming to the conclusion that this is intermittent based on the number of lines (and thus the box size) of different combats and changed properties. With some combination, the hidden fightform pushes down, expands the outer div, and the non-expanding inner div (that the table is inside) doesn't grow, so the table is cut off because it's longer than it's container, but not it's container's container.
I will try to make that messy-sounding paragraph into some demonstration HTML or better yet a solution. Not sure how that will go...