Project

General

Profile

Bug #6374

Tab-stop widget order should be reset after frame is realized

Added by Hynek Cihlar almost 2 years ago. Updated almost 2 years ago.

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

0%

billable:
No
vendor_id:
GCD
case_num:

reset-tabitems-on-frame-realize.diff Magnifier (935 Bytes) Vladimir Tsichevski, 05/20/2022 04:51 PM

History

#1 Updated by Hynek Cihlar almost 2 years ago

The issue can be replicated with the following test case.

define var v1 as char.
define var v2 as char.
define var v3 as char.
define frame f v1 v2 v3 with side-labels.
v2:move-before-tab-item(v1:handle).
enable all with frame f.
// at this point the tab order should be reset but is not in FWD
wait-for close of this-procedure.

#3 Updated by Vladimir Tsichevski almost 2 years ago

The proposed fix which was not accepted (needs more investigation) is attached as reset-tabitems-on-frame-realize.diff.

Also available in: Atom PDF