From 2aa1e455e807d191d2096178aca1f884e4e773cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nut=2E=E0=B9=84=E0=B8=9B=E0=B9=80=E0=B8=A3=E0=B8=B7?= =?UTF-8?q?=E0=B9=88=E0=B8=AD=E0=B8=A2?= Date: Tue, 8 Sep 2026 18:39:17 +0700 Subject: [PATCH] fix(form_1_2): keep checklist in same band as reason text so it grows correctly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Data1b (the checklist section) was a separate sibling band positioned right after P1PositionsList. FastReport's CanGrow only reliably shifts down objects within the SAME band — a long reason text growing past its declared box didn't push the next sibling band down with it, causing visible overlap. Merged the checklist into P1PositionsList so everything shares one growable band. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_0153wBt23EjW125ZsADwWVAs --- .../change_position_offer_request_form.frx | 27 +++++++++---------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/wwwroot/reports/change_position_offer_request_form.frx b/wwwroot/reports/change_position_offer_request_form.frx index 3373620..5d76253 100644 --- a/wwwroot/reports/change_position_offer_request_form.frx +++ b/wwwroot/reports/change_position_offer_request_form.frx @@ -67,7 +67,7 @@ - + @@ -81,20 +81,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + +