Project

General

Profile

Bug #7907

Updated by Greg Shah 9 months ago

I made a unit test that works in OE but fails in FWD. Please see the attached file. It expects row-leave handler to be called but it isn't. I think the problem is that in OE @apply "entry":U to hColumn@ makes the cell enter edit mode which isn't happening in FWD. Tried both in Swing client and ChUI.

Notes:
If I put a breakpoint on that @apply "entry"@ line, in OE it displays the Browse as expected:
!Screenshot 2023-10-12 at 14.15.30.png!

In FWD it displays an empty grey rectangle:
!Screenshot 2023-10-12 at 14.17.17.png!

If I add a call to @processEvents();@ before @apply "entry"@ it does display the Browse but doesn't switch to edit mode anyway.

(Based on fairly recent trunk)

Back