While using the "old" theme on a task view the indent level button causes the whole title table to have a height which is greater than its container. This makes the title unreadable and the buttons bellow unclickable. The ID for the indent buttons is #indentButtonDiv. Basically, they are in a div which puts them on a new row and that increases the height of the parent table which is undesirable.
Hi,
Issue confirmed.
To fix it, replace line 571 in view/objectButton.php with
<div id="indentButtonDiv" class="statusBar" style=";">
Fix will be included in patch V9.2.3
