Project

General

Profile

Bug #8556

Incorrect frame layout

Added by Vladimir Tsichevski 28 days ago. Updated 28 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:

layout-issue-OE.png (3.4 KB) Vladimir Tsichevski, 04/01/2024 01:22 PM

layout-issue-FWD.png (2.19 KB) Vladimir Tsichevski, 04/01/2024 01:23 PM

History

#1 Updated by Vladimir Tsichevski 28 days ago

The following example:

DEFINE BUTTON focusable4.
DEFINE FRAME outerFrame
  focusable4 AT ROW 3.5 COL 1
WITH SIZE 70 BY 5.

DEFINE BUTTON focusable1.
DEFINE FRAME innerFrame
  focusable1
  WITH SIZE 40 BY 2.
FRAME innerFrame:FRAME = FRAME outerFrame:HANDLE.

ENABLE ALL WITH FRAME outerFrame.

WAIT-FOR GO OF FRAME outerFrame.

Should look like this:

but in FWD looks like this:

innerFrame without explicitly defined position, should be positioned at row 1 col 1, but it is positioned after the last frame child widget (focusable4).

#2 Updated by Vladimir Tsichevski 28 days ago

The issue exists at least since the trunk rev. 14857, so it is not a recent regression.

Also available in: Atom PDF