Project

General

Profile

Activity

From 04/28/2024 to 05/27/2024

05/27/2024

04:03 PM Bug #8809 (Internal Test): Incorrect next enabled widget calculation
Code review 8809a. The changes look good, but it will require good amount of regression testing, including ChUI regre... Hynek Cihlar
03:32 PM Bug #8809: Incorrect next enabled widget calculation
Hynek: Please review. Greg Shah
03:26 PM Bug #8809: Incorrect next enabled widget calculation
The (incomplete) fix for #8770 reverted in 8809a in rev. 15241. Vladimir Tsichevski
07:49 AM Bug #8809 (Review): Incorrect next enabled widget calculation
Vladimir Tsichevski
07:48 AM Bug #8809 (WIP): Incorrect next enabled widget calculation
Fixed in 8809a rev. 15240. Please, review. Vladimir Tsichevski
03:25 PM Bug #8770: ENTRY event is not sent for a frame when window receives focus
The (incomplete) fix moved from 8809a to in 8770a rev. 15242. Vladimir Tsichevski
09:54 AM Bug #8770 (WIP): ENTRY event is not sent for a frame when window receives focus
The following code in @TC.waitForWorker@ was probably intended to send @ENTRY@ to the frame in question, but, at leas... Vladimir Tsichevski
07:48 AM Bug #8770 (Review): ENTRY event is not sent for a frame when window receives focus
Vladimir Tsichevski
07:48 AM Bug #8770 (WIP): ENTRY event is not sent for a frame when window receives focus
Fixed in 8809a rev. 15240. Vladimir Tsichevski
06:37 AM Bug #8012: Fix combo-box corner cases
Hynek Cihlar wrote:
> Radu Apetrii wrote:
> > My opinion is that we should stick with @append@ (a.k.a. not removing...
Radu Apetrii
06:30 AM Bug #8012 (Internal Test): Fix combo-box corner cases
Radu Apetrii wrote:
> My opinion is that we should stick with @append@ (a.k.a. not removing it), but I am open to ot...
Hynek Cihlar
05:29 AM Bug #8012: Fix combo-box corner cases
I've followed the leads and reached multiple roots of setting @newAddedItems@. All of them pass as a parameter the va... Radu Apetrii

05/24/2024

02:45 PM Bug #8012: Fix combo-box corner cases
Radu Apetrii wrote:
> Do you have another suggestion other than seeing who added the @newAddedItems@ code and checki...
Hynek Cihlar
12:06 PM Bug #8012: Fix combo-box corner cases
Hynek Cihlar wrote:
> Radu Apetrii wrote:
> > Hynek Cihlar wrote:
> > * @newAddedItems@ is correctly @null@, then ...
Radu Apetrii
11:36 AM Bug #8012: Fix combo-box corner cases
Radu Apetrii wrote:
> Hynek Cihlar wrote:
> * @newAddedItems@ is correctly @null@, then the answer to the question ...
Hynek Cihlar
11:09 AM Bug #8012: Fix combo-box corner cases
Hynek Cihlar wrote:
> For the added @append@ parameter, could we deduce new items are being added from the @newAdded...
Radu Apetrii

05/23/2024

04:56 PM Bug #8809: Incorrect next enabled widget calculation
Run the @8809.p@ example.
In OE, the @focusable7@ button receives focus.
In FWD no focus is set.
The issue ori...
Vladimir Tsichevski
03:59 PM Bug #8809 (Closed): Incorrect next enabled widget calculation
Vladimir Tsichevski
09:17 AM Bug #8807: A trigger of ANYWHERE type does not shadow existing trigger for the same event
This issue was first reported in #8606-44. Vladimir Tsichevski
09:16 AM Bug #8807: A trigger of ANYWHERE type does not shadow existing trigger for the same event
Code example:... Vladimir Tsichevski
08:54 AM Bug #8807 (Review): A trigger of ANYWHERE type does not shadow existing trigger for the same event
Vladimir Tsichevski

05/22/2024

07:14 AM Bug #8012: Fix combo-box corner cases
Alexandru Lungu wrote:
> Radu, please look into [[p2j:4GL_Unit_Testing]] and [[p2j:Writing_4GL_Testcases]], more exa...
Marian Edu
07:09 AM Bug #8012: Fix combo-box corner cases
Radu, please look into [[p2j:4GL_Unit_Testing]] and [[p2j:Writing_4GL_Testcases]], more exactly into what we call "xf... Alexandru Lungu
03:08 AM Bug #8012: Fix combo-box corner cases
Code review 7806b. The changes are pretty dense so it is hard to follow every case, but they look OK to me.
For th...
Hynek Cihlar

05/21/2024

11:44 AM Bug #8012: Fix combo-box corner cases
Hynek: Please review. Greg Shah
10:10 AM Bug #8012 (Review): Fix combo-box corner cases
Check the 7806b changes: Done.
Check that the 34 tests that I've created pass: Done.
Status: waiting for review.
...
Radu Apetrii
08:37 AM Bug #8012: Fix combo-box corner cases
Yes, let's move ahead with 7806b and further changes can go in another branch. Please set the %Done of this task acc... Greg Shah
08:34 AM Bug #8012: Fix combo-box corner cases
Greg, the branch 7806b solves the issue on #8407. The problem (?) is that this branch contains multiple fixes for com... Radu Apetrii
07:39 AM Bug #8012: Fix combo-box corner cases
I rebased 7806b with trunk rev. 15226. I suggest waiting for the #8407 result before we decide what to do with 7806b. Radu Apetrii

05/15/2024

02:56 PM Bug #8780: Incorrect frame layout
The following code:... Vladimir Tsichevski
02:51 PM Bug #8780 (New): Incorrect frame layout
Vladimir Tsichevski

05/14/2024

03:52 PM Bug #8770: ENTRY event is not sent for a frame when window receives focus
Then a window receives focus, and no field-level was in focus before in this window (for example, when a window is ju... Vladimir Tsichevski
03:31 PM Bug #8770 (WIP): ENTRY event is not sent for a frame when window receives focus
Vladimir Tsichevski
02:47 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
The missing @printEntryLeave.i@ required to run the @8376-with-focusable.p@ uploaded. Vladimir Tsichevski

05/13/2024

01:44 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
The #8673-11 now contains the focus data model and the focus change by mouse flow. Please, comment.
The demo progr...
Vladimir Tsichevski

05/03/2024

05:34 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
I edited it. It should have been @RETURN NO-APPLY <expression>.@. Greg Shah
04:00 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
Thanks, Greg.
One question:
The following two @RETURN <expression>.@ statements look the same:
> * A @RETURN...
Vladimir Tsichevski
02:03 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
First, I want to record some of our older documentation:
https://proj.goldencode.com/artifacts/javadoc/latest/api/...
Greg Shah
12:21 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
Question to gurus:
A Progress trigger can return a value. If the @NO-APPLY@ is returned, the further event process...
Vladimir Tsichevski

05/02/2024

03:51 PM Bug #7657: 8-bit character entry problem in ChUI
You bring up a very good point about using a vt220/320 terminal. They techincally do not support Unicode characters a... Robert Jensen
03:13 PM Bug #7657: 8-bit character entry problem in ChUI
> 1. The first things to do is to have proper building environment to make correct linking with @NCURSES@ libraries, ... Greg Shah
07:48 AM Bug #8074 (Closed): Preferred UI Theme not selected in web with auto-login and forked sessions
Greg Shah
07:46 AM Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
This can be closed. Galya B

05/01/2024

05:43 PM Bug #8673: Deduce the logic behind OE focus management and implement in FWD
h3. Focus data model
*Focus state* consists of the following data:
# @Window.focus@
*Field-level* focused wi...
Vladimir Tsichevski
01:31 PM Bug #8711: TAB-STOP attribute wrong implementation for RECTANGLE, IMAGE and TEXT widgets
In OE the @TEXT@ widget has the @TAB-STOP@ attribute (despite the official docs say otherwise), and @RECTANGLE@ and @... Vladimir Tsichevski
01:11 PM Bug #8711 (New): TAB-STOP attribute wrong implementation for RECTANGLE, IMAGE and TEXT widgets
Vladimir Tsichevski

04/30/2024

01:49 PM Bug #8673 (WIP): Deduce the logic behind OE focus management and implement in FWD
When the target is a frame, and there is no focus hint set in this frame (something roughly similar to the @AbstractC... Vladimir Tsichevski
 

Also available in: Atom