Project

General

Profile

Bug #1509

SPACE pseudo-widget causes invalid label layout

Added by Stanislav Lomany over 11 years ago. Updated over 11 years ago.

Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
09/02/2012
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version:

History

#1 Updated by Stanislav Lomany over 11 years ago

We only suspect that it is a bug. This example should be tested with the real 4GL to make sure.
Testcase:

define variable i as integer label "Integer variable" init 123.
define variable s as char    label "String"           init "text".

display i space(2) s at 18.

Layout:

┌─────────────────────────┐
│Integer variable         │
│────────────────         │
│             123         │
│                 String  │
│                 ────────│
│                 text    │
└─────────────────────────┘

While correct layout is:

┌─────────────────────────┐
│Integer variable         │                     
│                  String │
│──────────────────────── │
│             123         │
│                 text    │
└─────────────────────────┘

Also available in: Atom PDF