Display problems on Approvals page

I’m trying to wrap my head around both the CSS and HTML structure of
the approvals page (http://…/Approvals/). There are some very odd
display problems with it that do not appear to be browser specific.
Approvals – and the “Search for approvals” form – fall off the
bottom of the white content area and end up flush left with the side
of the browser window. Has anyone else encountered this? I’m poking
through the code right now, but I don’t know if I’ll make much headway
this evening.

Lars Kellogg-Stedman lars@oddbit.com

of the browser window. Has anyone else encountered this? I’m poking
through the code right now, but I don’t know if I’ll make much headway
this evening.

I’ve gotten as far as determining that the culprit is the following
chunk of code in Approval/Approve:

% if ($ShowHistory) { <& /Ticket/Elements/ShowHistory, Ticket =>
$approving, Collapsed => 0, ShowTitle => 0, ShowHeaders => 0,
ShowDisplayModes => 0, ShowTitleBarCommands => 0 &>
% }

If I remove this, everything displays correctly.

Lars Kellogg-Stedman lars@oddbit.com