Project

General

Profile

Activity

From 02/13/2024 to 03/13/2024

03/13/2024

07:56 PM Bug #8446 (Test): REGRESSION: incorrect return value in ThinClient.waitForEvent
Greg Shah
06:22 PM Bug #8446: REGRESSION: incorrect return value in ThinClient.waitForEvent
Greg Shah wrote:
> Vladimir: You can merge to trunk now.
Done. Trunk rev. 15055.
Vladimir Tsichevski
06:18 PM Bug #8446: REGRESSION: incorrect return value in ThinClient.waitForEvent
Vladimir: You can merge to trunk now. Greg Shah
05:49 PM Bug #8446 (Merge Pending): REGRESSION: incorrect return value in ThinClient.waitForEvent
Code review 8446a revision 15055. The change looks good. Hynek Cihlar
05:29 PM Bug #8446: REGRESSION: incorrect return value in ThinClient.waitForEvent
Greg Shah wrote:
> Do you have the fix in a branch?
>
> Hynek: Any objections to the fix?
>
> Vladimir: This s...
Vladimir Tsichevski
05:19 PM Bug #8446 (Review): REGRESSION: incorrect return value in ThinClient.waitForEvent
Fixed in 8446a rev. 15055. Please, review. Vladimir Tsichevski
04:56 PM Bug #8446: REGRESSION: incorrect return value in ThinClient.waitForEvent
Do you have the fix in a branch?
Hynek: Any objections to the fix?
Vladimir: This seems pretty safe. I think so...
Greg Shah
04:45 PM Bug #8446 (WIP): REGRESSION: incorrect return value in ThinClient.waitForEvent
This issue was the result of change in 8068a (trunk rev. 15032) and incomplete regression fix in 8419a (trunk rev. 15... Vladimir Tsichevski
04:39 PM Bug #8446 (Test): REGRESSION: incorrect return value in ThinClient.waitForEvent
Vladimir Tsichevski
08:58 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Galya B wrote:
> You can find the device id with @SESSION:DEVICE-ID@ and the code needs to be converted with FWD r15...
Robin Harris
08:52 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
You can find the device id with @SESSION:DEVICE-ID@ and the code needs to be converted with FWD r15017 or later. Galya B
08:41 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Whatcha,
Glorious news that this is in "test"! what 4GL code changes do we need to do to make use of this functio...
Robin Harris

03/08/2024

06:57 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
I was able to learn enough to be dangerous for creating an ABL Unit testcase for stanza_ini. These 2 files are in @te... Roger Borrello

03/05/2024

12:35 PM Support #8306: 3-button mouse to portable mouse mapping?
Vladimir Tsichevski wrote:
> I have to know how to map physical mouse buttons from mouse events to OE portable mouse...
Hynek Cihlar
11:52 AM Support #8306: 3-button mouse to portable mouse mapping?
I have to know how to map physical mouse buttons from mouse events to OE portable mouse events: if I know, for exampl... Vladimir Tsichevski
10:56 AM Support #8306: 3-button mouse to portable mouse mapping?
Vladimir Tsichevski wrote:
> Does anyone know?
Please be more specific.
Hynek Cihlar
06:52 AM Bug #8397: Window ID is not used in messageBox method in ThinClient
@windowId@ argument is passed to all @messageBox@ methods in @ThinClient@, but is not used.
Originally this was re...
Vladimir Tsichevski
06:49 AM Bug #8397 (New): Window ID is not used in messageBox method in ThinClient
Vladimir Tsichevski

03/01/2024

12:30 PM Bug #8376: Focus transfer problem with frames having no focusable contents
The code example:... Vladimir Tsichevski
12:10 PM Bug #8376 (New): Focus transfer problem with frames having no focusable contents
Vladimir Tsichevski

02/29/2024

01:17 PM Bug #8365: FILL-IN: editing character issues
Vladimir Tsichevski wrote:
> Another issue: the trailing whithespace characters other than @SPACE@ must *not* be tri...
Vladimir Tsichevski
01:01 PM Bug #8365: FILL-IN: editing character issues
Another issue: the trailing whithespace characters other than @SPACE@ must *not* be trimmed in @fillIn:SCREEN-VALUE@.... Vladimir Tsichevski
11:50 AM Bug #8365: FILL-IN: editing character issues
OE displays the @TAB@ character in character @FILL-IN@, but FWD does not.
The test program:...
Vladimir Tsichevski
06:46 AM Feature #4853 (Test): implement support for reporting a device-id which is meant to identify a un...
4853a was merged to trunk as rev. 15017 and archived. Galya B
06:24 AM Feature #4853 (Merge Pending): implement support for reporting a device-id which is meant to iden...
That solves the problem nicely. You can merge to trunk now. Greg Shah
04:39 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
4853a r15002 setDeviceId to accept only one (the initial) value for the device id in each session.
Can this be mer...
Galya B

02/28/2024

03:15 PM Bug #8365: FILL-IN: editing character issues
Vladimir Tsichevski wrote:
> In character mode, the @Home@ and @End@ keys should move the focus the the first and th...
Vladimir Tsichevski
03:13 PM Bug #8365: FILL-IN: editing character issues
In character mode, the @Home@ and @End@ keys should move the focus the the first and the last item in the focused wid... Vladimir Tsichevski
01:29 PM Bug #8365: FILL-IN: editing character issues
If the user enters the @?@ in the first position, the screen value is replaced by @?@ as expected.
If the user moves...
Vladimir Tsichevski
01:22 PM Bug #8365: FILL-IN: editing character issues
If the @SCREEN-VALUE@ of the @FILL-IN@ is set to *unknown*, the screen value is replaced by @?@ as expected, but this... Vladimir Tsichevski
01:11 PM Bug #8365: FILL-IN: editing character issues
This task is dedicated to issues related to @FILL-IN@ with *character* format. Vladimir Tsichevski
01:09 PM Bug #8365 (New): FILL-IN: editing character issues
Vladimir Tsichevski
07:54 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Greg Shah wrote:
> > I would prefer to not expose @SessionUtils.setDeviceId()@ but the separation of the creation of...
Galya B
07:50 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
> I would prefer to not expose @SessionUtils.setDeviceId()@ but the separation of the creation of the device-id makes... Greg Shah
06:06 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Sergey Ivanovskiy wrote:
> Does it make sense to read @process.getErrorStream()@ too when we run an external program...
Galya B
05:23 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Does it make sense to read @process.getErrorStream()@ too when we run an external program that can write results to t... Sergey Ivanovskiy
03:00 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Greg Shah wrote:
> Sergey: Please review.
Sergey, would you please review. This task is blocking the progress of ...
Galya B

02/27/2024

01:07 PM Bug #7824 (Closed): Simplify idle connection settings and apply the default configuration for the...
Greg Shah
12:24 PM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Branch 7824b has been merged to trunk, and archived. Roger Borrello
11:01 AM Bug #7824 (Merge Pending): Simplify idle connection settings and apply the default configuration ...
You can merge to trunk. Greg Shah
11:00 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Greg Shah wrote:
> You've tested non-debug scenarios to confirm that what "should" happen actually is the case?
Y...
Roger Borrello
10:56 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
You've tested non-debug scenarios to confirm that what "should" happen actually is the case? Greg Shah
10:54 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Greg Shah wrote:
> Is there any risk associated with these changes?
No. They would only be used in debug scenario...
Roger Borrello
10:37 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Is there any risk associated with these changes? Greg Shah
10:21 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Yes, I agree with Roger. Sergey Ivanovskiy
10:17 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Branch 7824b was rebased to trunk revision 15011 and is now at revision 15017.
I believe this is ready for merge.
Roger Borrello
12:18 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
Continuing progress on #4517...
When I introduced a testcase, there is other breakage since there are strange aspe...
Roger Borrello
11:02 AM Bug #8353 (WIP): Fully support stanza INI LOAD/USE/UNLOAD scenarios
Roger Borrello

02/26/2024

07:59 AM Bug #8340: Wrong LASTKEY value on left button mouse down event
On mouse left button down the @LASTKEY@ value is -1.
# The expected value is 617
# According to the docs, the @LA...
Vladimir Tsichevski
07:57 AM Bug #8340 (New): Wrong LASTKEY value on left button mouse down event
Vladimir Tsichevski
06:02 AM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Roger: Please create a new task in the base language project for this work. Copy your #4517-55 content there and kee... Greg Shah

02/23/2024

06:14 PM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
The testing setup is taking longer than the code update, but I believe my updates in revision 15010 of this branch no... Roger Borrello
01:38 AM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Roger, create a test plan that includes the original behavior described in #4517-48, as well as your customer case, f... Galya B
09:53 PM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Maybe I'm off base, but I am just trying to be helpful. There was a change introduced in the area of INI handling whe... Roger Borrello

02/22/2024

04:33 PM Bug #8324: ON MOUSE-SELECT-DOWN does not suppress ON EMPTY-SELECTION
In OE the following program:... Vladimir Tsichevski
03:44 PM Bug #8324 (New): ON MOUSE-SELECT-DOWN does not suppress ON EMPTY-SELECTION
Vladimir Tsichevski
01:17 AM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Roger Borrello wrote:
> Am I off base?
Yes.
Greg Shah wrote:
> The 4GL features @LOAD@, @UNLOAD@, @USE@, @GET...
Galya B
08:24 PM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Revision 15002 contains updates to make the mapping key standard (no @.ini@ extension). The testcase I used was:
<pr...
Roger Borrello

02/21/2024

04:09 PM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
I have been absent from this task to get the @testcases_v2@ standardized. In doing so, I failed to find any testcases... Roger Borrello
02:50 PM Support #8306: 3-button mouse to portable mouse mapping?
Does anyone know? Vladimir Tsichevski
02:50 PM Support #8306 (New): 3-button mouse to portable mouse mapping?
Vladimir Tsichevski
02:48 PM Support #8305: ChUI: how to change focus between items which belong to different frames?
Does anyone knows if it is possible to *move focus* between items which belong to *different frames in ChUI*? Since I... Vladimir Tsichevski
02:48 PM Support #8305 (New): ChUI: how to change focus between items which belong to different frames?
Vladimir Tsichevski
07:59 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Greg Shah wrote:
> What about incognito mode? Doesn't that act as a separate browser?
This works. @BroadcastChanne...
Galya B
07:52 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
What about incognito mode? Doesn't that act as a separate browser? Greg Shah
07:36 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Greg Shah wrote:
> 1. I assume you have already tested the simple "one browser" case of opening a session in browser...
Galya B
06:04 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Sergey: Please review. Greg Shah
06:04 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Code Review Task Branch 4853a Revisions 14989 through 15000
These are very good changes.
1. I assume you have...
Greg Shah

02/20/2024

01:25 PM Bug #8300: NPE in ChUI mode when ESC is pressed.
When the user presses @Escape@ button, the following code is executed in @LinuxKeyboardReader.keyPressed()@:... Vladimir Tsichevski
01:15 PM Bug #8300 (New): NPE in ChUI mode when ESC is pressed.
Vladimir Tsichevski
01:13 PM Bug #8299: ALERT-BOX in ChUI mode incorrectly handles long messages
If the message is too long to fit in window, OE throws the 4149 message:
!8299-OE.png!
FWD just prints over the...
Vladimir Tsichevski
01:06 PM Bug #8299 (New): ALERT-BOX in ChUI mode incorrectly handles long messages
Vladimir Tsichevski
12:53 PM Bug #7794: FILL-IN: editing numbers issues
*CANNOT RERPRODUCE*
Yet another issue related to digit input at the rightmost position in ChUI mode.
In OE the cu...
Vladimir Tsichevski
10:31 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Test plan executed. Fixes in r15000.
Ready for review.
Galya B
05:04 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Manual testing plan to be executed:
* Run a procedure with content @MESSAGE SESSION:DEVICE-ID VIEW-AS ALERT-BOX@ and...
Galya B
08:43 AM Feature #3288: support > 1 browser tabs for a single FWD java client instance
Here is a list of high level tasks that I came up with. With comments and an estimation.
* Model changes (2 MD)
*...
Hynek Cihlar

02/19/2024

08:03 AM Feature #3288: support > 1 browser tabs for a single FWD java client instance
We are thinking about this task again in relation to a customer requirement for a multi-screen system where their use... Greg Shah
05:00 AM Feature #4853 (Review): implement support for reporting a device-id which is meant to identify a ...
4853a r14999 based on trunk r14989 ready for review. What has been done:
* @SESSION:DEVICE-ID@ added:
** device ID ...
Galya B

02/18/2024

01:13 PM Bug #7657: 8-bit character entry problem in ChUI
> client-swing.sh will show the characters. But I can not enter them through the terminal.
> client-terminal.sh will...
Greg Shah
12:30 PM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
> I'm not sure what is considered 'message sent' that resets the timeout.
Sergey: Can you answer this?
Greg Shah

02/16/2024

09:12 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
I need to determine if a session is actually still alive, when not found in the same browser as a newly spawned clien... Galya B

02/15/2024

05:46 PM Bug #7657: 8-bit character entry problem in ChUI
When running my App, I see that Unicode is supported. I put in Unicode (beyond 8 bit) into Item Descriptions in Maria... Robert Jensen
10:19 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
Galya B wrote:
> I'm having troubles to find the correct method to terminate a session (not the current one) from a ...
Galya B
09:40 AM Feature #4853: implement support for reporting a device-id which is meant to identify a unique cl...
I'm having troubles to find the correct method to terminate a session (not the current one) from a non-related contex... Galya B
03:53 AM Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
Vladimir Tsichevski wrote:
> The old way to set the theme using the client configuration parameters does not work an...
Galya B

02/14/2024

03:48 PM Bug #8074: Preferred UI Theme not selected in web with auto-login and forked sessions
# The old way to set the theme using the client configuration parameters does not work anymore, so I always run in th... Vladimir Tsichevski
09:56 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Oops... fixed and committed in revision 14990. I believe this is ready for merge to trunk. Roger Borrello
09:34 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
I found minor issue that you missed javadoc for this field... Sergey Ivanovskiy
08:56 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Thank you for clarifying. This is ready for review as revision 14989. Branch has been rebased to trunk revision 14985. Roger Borrello
03:17 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
No, the debug port and the suspend option should be implemented differently. If the port range is not given, then the... Sergey Ivanovskiy

02/13/2024

12:37 PM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Sergey Ivanovskiy wrote:
> Roger, your code changes helped me to find out what was missed. I think that @WebClientCn...
Roger Borrello
08:02 AM Bug #7824: Simplify idle connection settings and apply the default configuration for the web clie...
Roger, your code changes helped me to find out what was missed. I think that @WebClientCnfig@ should not have this su... Sergey Ivanovskiy
09:33 AM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
Thank you for the review. I'll take a look again. Roger Borrello
03:24 AM Feature #4517: optionally back the 4GL features for Registry access with the user-specific offlin...
@envIniMap@ is used in two places in @EnvironmentDaemon@: when using and unloading the environment.
Roger, you've ...
Galya B
 

Also available in: Atom