Project

General

Profile

Activity

From 06/29/2025 to 07/28/2025

07/28/2025

04:12 PM Bug #10346: Ctrl-Backspace Event Handling Discrepancy
In OE, pressing @Backspace@ with the @Ctrl@ modifier triggers both the @ANY-KEY@ and @DELETE-CHARACTER@ events:
# ...
Vladimir Tsichevski
04:11 PM Bug #10346 (New): Ctrl-Backspace Event Handling Discrepancy
Vladimir Tsichevski
03:06 PM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
h2. Caret Position and Selection Issue in GUI Mode
Run this program in GUI mode.
h3. Steps to Reproduce
# En...
Vladimir Tsichevski
12:25 PM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
Ionut-Mihai Simioniuc wrote:
> I've found 4 more testcases, which I added to the tests file.
> I fixed all issues, ...
Vladimir Tsichevski
01:47 PM Feature #9624: Upgrade Keikai to version 6
I created 9624a and checked in some preliminary work on the Keikai 6 upgrade. Hynek Cihlar
12:29 PM Bug #9657: Date FILL-IN with no separator format: incorrect display value for unknown date value
Eugenie, please, review. Vladimir Tsichevski
10:53 AM Feature #9055: server-side processing of client platform dependencies in the UI
Code Review Task Branch 9055a Revisions 16071 through 16083
I don't have any objections.
Have you prepared chan...
Greg Shah
04:12 AM Feature #9055: server-side processing of client platform dependencies in the UI
I rebased 9055a against latest trunk and added file history entries. Please review, the branch is ready to be merged ... Hynek Cihlar
02:55 AM Feature #9055: server-side processing of client platform dependencies in the UI
9055a passed ChUI regression tests. There are about 6 tests that fail, but the same failures are also in trunk. Hynek Cihlar
10:18 AM Bug #10344: StringIndexOutOfBoundsException in editor when deleting text after complex operations
Stack Trace:... Ionut-Mihai Simioniuc
10:05 AM Bug #10344 (New): StringIndexOutOfBoundsException in editor when deleting text after complex oper...
Ionut-Mihai Simioniuc
09:52 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
I tested with trunk, rev 16059 and I was able to reproduce the same issue. So the issue is not from 10085a. Ionut-Mihai Simioniuc
08:33 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
A regression was found on another customer application, but it can be replicated in a basic editor widget. The proble... Razvan-Nicolae Chichirau
03:21 AM Bug #10343: SELECTION-LIST - behavior and navigation difference
Diffed issues from #9978, by Vladimir:
h3. Issue 1: SELECTION-LIST Incorrectly Handles Ctrl Modifier
In OE, the...
Andrei Iacob
03:19 AM Bug #10343 (New): SELECTION-LIST - behavior and navigation difference
Andrei Iacob
03:18 AM Bug #10342: COMBO-BOX - behavior and navigation difference
Diffed issues from #9978, by Vladimir:
h3. Issue 1: Incorrect Initial Selection
In OE, when the popup of a COMB...
Andrei Iacob
03:17 AM Bug #10342 (New): COMBO-BOX - behavior and navigation difference
Andrei Iacob

07/25/2025

08:57 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
I've found 4 more testcases, which I added to the tests file.
I fixed all issues, now all the test cases pass.
*C...
Ionut-Mihai Simioniuc

07/24/2025

01:49 PM Bug #9916: FILL-IN: date format: incorrect condition for triggering normalization of third component
Hynek Cihlar wrote:
> Hynek Cihlar wrote:
> > Code review 9916a. The changes look good. Please go ahead with GUI re...
Vladimir Tsichevski
01:40 PM Feature #9055: server-side processing of client platform dependencies in the UI
9055a passed GUI regression tests. I'm still not happy with the ChUI results, so ChUI testing is ongoing. Hynek Cihlar
04:07 AM Feature #9055 (Internal Test): server-side processing of client platform dependencies in the UI
This needs to be tested for both ChUI and GUI. Greg Shah
10:14 AM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Code review 10323a. The changes look good. Please also include...
Hynek Cihlar
10:13 AM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Hynek Cihlar wrote:
> Code review 10323a. The changes look good. Please also include ChUI regression tests.
Pleas...
Vladimir Tsichevski
10:04 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
Vladimir Tsichevski wrote:
> It does not compile with Java 8.
> [...]
Now it compiles with Java 8.
Testing re...
Vladimir Tsichevski
04:09 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
I changed the @stripTrailing()@ method to the @StringHelper.safeTrimTrailing()@ method.
*Committed on 10266a at re...
Ionut-Mihai Simioniuc
08:54 AM Bug #10085 (Internal Test): Fix offset cursor when pressing (CTRL+V) in an editor
Ionut-Mihai Simioniuc
08:21 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
Ionut-Mihai Simioniuc wrote:
> So could I move on the Internal Test?
I think yes.
Vladimir Tsichevski
06:54 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
So could I move on the Internal Test? Ionut-Mihai Simioniuc

07/23/2025

05:11 PM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
It does not compile with Java 8.... Vladimir Tsichevski
09:28 AM Bug #10266 (Review): Incorrect Input Handling in Grouped CHARACTER FILL-INs
> Ionut, is there any more work needed?
I fixed the deletion mechanics. Also I fixed some cursor offset, insertion ...
Ionut-Mihai Simioniuc
10:48 AM Feature #5742 (Closed): improve web client startup time
Greg Shah

07/22/2025

05:00 PM Bug #10330: ChUI: Ctrl-TAB Does Not Switch Between Frames
# Create two frames, each containing enabled, focusable fields.
# Run the program in ChUI mode.
# Press @Ctrl-TAB@....
Vladimir Tsichevski
04:57 PM Bug #10330 (New): ChUI: Ctrl-TAB Does Not Switch Between Frames
Vladimir Tsichevski
11:13 AM Bug #10323 (Internal Test): FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Code review 10323a. The changes look good. Please also include ChUI regression tests. Hynek Cihlar
08:14 AM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Vladimir Tsichevski wrote:
> Eugenie Lyzenko wrote:
> > Vladimir Tsichevski wrote:
> > > Fixed in 10323a rev. 1606...
Eugenie Lyzenko
08:10 AM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Eugenie Lyzenko wrote:
> Vladimir Tsichevski wrote:
> > Fixed in 10323a rev. 16067. Hynek, Eugenie, please, review....
Vladimir Tsichevski
05:52 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
Vladimir, can you please review this one?
Ionut, is there any more work needed?
Hynek Cihlar

07/21/2025

07:04 PM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Vladimir Tsichevski wrote:
> Fixed in 10323a rev. 16067. Hynek, Eugenie, please, review.
My only question: what i...
Eugenie Lyzenko
06:15 PM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Eugenie Lyzenko wrote:
> > For an unknown reason, the offset for empty text is explicitly set to a different value...
Vladimir Tsichevski
06:07 PM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Eugenie Lyzenko wrote:
> Vladimir Tsichevski wrote:
> > Eugenie Lyzenko wrote:
> > > Vladimir Tsichevski wrote:
>...
Vladimir Tsichevski
06:03 PM Bug #10323 (Review): FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Fixed in 10323a rev. 16067. Hynek, Eugenie, please, review. Vladimir Tsichevski
04:44 PM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Vladimir Tsichevski wrote:
> The caret X position is currently calculated in @FillInImpl::drawCursor@ as:
>
> [.....
Eugenie Lyzenko
04:00 PM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Vladimir Tsichevski wrote:
> Eugenie Lyzenko wrote:
> > Vladimir Tsichevski wrote:
> > > The caret X position is c...
Eugenie Lyzenko
03:36 PM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Eugenie Lyzenko wrote:
> Vladimir Tsichevski wrote:
> > The caret X position is currently calculated in @FillInImpl...
Vladimir Tsichevski
03:31 PM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Vladimir Tsichevski wrote:
> The caret X position is currently calculated in @FillInImpl::drawCursor@ as:
>
> [.....
Eugenie Lyzenko
02:39 PM Bug #10323 (WIP): FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
The caret X position is currently calculated in @FillInImpl::drawCursor@ as:... Vladimir Tsichevski
12:29 PM Bug #10323: FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
h3. Invalid Caret Position
The display of an empty screen value should match that of a screen value containing spa...
Vladimir Tsichevski
12:27 PM Bug #10323 (Closed): FILL-IN in GUI Mode: Issues with Displaying Empty Screen Value
Vladimir Tsichevski
10:44 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
Fixed propagation of full words and partial words to the next fill-in. Addressed several insertion bugs. Revised the ... Ionut-Mihai Simioniuc
06:23 AM Bug #9873: FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Alexandru Lungu wrote:
> Please also merge 9873a change to 8755c and updated #8755.
Done.
Vladimir Tsichevski

07/20/2025

11:25 AM Bug #9916: FILL-IN: date format: incorrect condition for triggering normalization of third component
Hynek Cihlar wrote:
> Code review 9916a. The changes look good. Please go ahead with GUI regression testing, I start...
Hynek Cihlar

07/19/2025

03:02 AM Bug #9657: Date FILL-IN with no separator format: incorrect display value for unknown date value
ChUI regression tests passed. Hynek Cihlar

07/18/2025

04:51 PM Bug #9340: CHOOSE statement does not display widget help string in ChUI
Rebased to trunk/16059
Regression testing passed.
Pushed up to revision 16063.
Tomasz Domin
03:22 PM Bug #9657: Date FILL-IN with no separator format: incorrect display value for unknown date value
Vladimir Tsichevski wrote:
> Vladimir Tsichevski wrote:
> > Vladimir Tsichevski wrote:
> > > Fixed in 9657a rev. 1...
Hynek Cihlar
08:06 AM Bug #9657: Date FILL-IN with no separator format: incorrect display value for unknown date value
I've rebased the 9657a to the latest trunk. The rev. is now 16059. Vladimir Tsichevski
07:55 AM Bug #9657: Date FILL-IN with no separator format: incorrect display value for unknown date value
Vladimir Tsichevski wrote:
> Vladimir Tsichevski wrote:
> > Fixed in 9657a rev. 15712. Has to be tested with ChUI.
...
Vladimir Tsichevski
07:53 AM Bug #9873: FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Alexandru Lungu wrote:
> Please also merge 9873a change to 8755c and updated #8755.
Do you mean I shall apply the...
Vladimir Tsichevski
06:35 AM Bug #9873 (Test): FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Alexandru Lungu
05:49 AM Bug #9873: FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Hynek Cihlar wrote:
> Please merge 9873a to trunk.
Done. Trunk rev. is now 16058.
Vladimir Tsichevski
04:30 AM Bug #9873: FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Please also merge 9873a change to 8755c and updated #8755. Alexandru Lungu
04:20 AM Bug #9873 (Merge Pending): FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Please merge 9873a to trunk. Hynek Cihlar
05:10 AM Bug #9916 (Internal Test): FILL-IN: date format: incorrect condition for triggering normalization...
Code review 9916a. The changes look good. Please go ahead with GUI regression testing, I started ChUI tests. Hynek Cihlar
03:05 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
Vladimir, could you give me more information about this @override@ parameter? And the logic behind of this parameter... Ionut-Mihai Simioniuc

07/17/2025

10:58 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
I have fixed Issue 1.
*Committed on 10266a at revision 16049.*
To fix the second issue, I need to rewrite the log...
Ionut-Mihai Simioniuc

07/16/2025

05:23 PM Bug #9873: FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Hynek Cihlar wrote:
> Code review 9873a. The changes look good.
>
> What testing needs to be done?
I think, n...
Vladimir Tsichevski
10:41 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
Ionut-Mihai Simioniuc wrote:
> > Grouped FILL-IN widgets are used within our ChUI testing framework. It appears they...
Vladimir Tsichevski
10:33 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
Ionut, look into @GenericFrame.setWorker@, @GenericFrame.promptForWorker@ from the server and @ThinClient.promptFor@ ... Șerban Bursuc
10:15 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
> Grouped FILL-IN widgets are used within our ChUI testing framework. It appears they were employed prior to the avai... Ionut-Mihai Simioniuc
09:26 AM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
Ionut-Mihai Simioniuc wrote:
> Vladimir, could you provide some information about the area where the issue might occ...
Vladimir Tsichevski
08:21 AM Bug #10266 (WIP): Incorrect Input Handling in Grouped CHARACTER FILL-INs
Vladimir, could you provide some information about the area where the issue might occur? Ionut-Mihai Simioniuc
03:17 AM Bug #10293: UTFDataFormatException in EDITOR with Long Text
Vladimir proposed this fix : Ionut-Mihai Simioniuc
03:14 AM Bug #10293 (New): UTFDataFormatException in EDITOR with Long Text
When an @EDITOR@ contains text longer than 65535 characters, the client crashes with a @java.io.UTFDataFormatExceptio... Ionut-Mihai Simioniuc
03:00 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
So, Vladimir, regarding the original task, would it be okay to include it in the internal test? Ionut-Mihai Simioniuc

07/15/2025

11:38 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
Ionut-Mihai Simioniuc wrote:
> The method @writeString@ is private, as you can see in the code:
> [...]
>
> Sinc...
Vladimir Tsichevski
11:28 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
Please, rebase the branch to the latest trunk. Vladimir Tsichevski
09:07 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
Ionut-Mihai Simioniuc wrote:
> Hi Vladimir, may I open another task for the formatting issue? It’s not related to th...
Vladimir Tsichevski
03:21 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
Hi Vladimir, may I open another task for the formatting issue? It’s not related to the CTRL+V fill-in. And because of... Ionut-Mihai Simioniuc

07/14/2025

06:41 PM Bug #9916 (Review): FILL-IN: date format: incorrect condition for triggering normalization of thi...
Fixed and rebased at rev. 16047. Please, review. Vladimir Tsichevski
05:10 PM Bug #9916: FILL-IN: date format: incorrect condition for triggering normalization of third component
The specification and the issue description were updated:
h3. Typing One of Date Component Separators (Dot, Minus,...
Vladimir Tsichevski

07/12/2025

10:08 AM Feature #9055: server-side processing of client platform dependencies in the UI
Hynek Cihlar wrote:
> 9055a fixes the regression mentioned in #10216-53. Please review.
Thanks, looks good.
Constantin Asofiei
10:03 AM Feature #9055: server-side processing of client platform dependencies in the UI
9055a fixes the regression mentioned in #10216-53. Please review. Hynek Cihlar

07/10/2025

09:08 AM Bug #10242: Editor content placed too high
Delia Mitric wrote:
> *Eugenie*, I have a question..
> Do we need to keep the artificial modality of calculating th...
Eugenie Lyzenko
03:46 AM Bug #10242: Editor content placed too high
*Eugenie*, I have a question..
Do we need to keep the artificial modality of calculating the fontDescent and refine ...
Delia Mitric
08:09 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
> Greg, could you help me please to clarify this? Thank you!
I think you are asking Vladimir to answer this?
Greg Shah
02:55 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
The method @writeString@ is private, as you can see in the code:... Ionut-Mihai Simioniuc

07/09/2025

01:05 PM Feature #9055 (Review): server-side processing of client platform dependencies in the UI
9055a is ready for review. Hynek Cihlar
10:54 AM Bug #9916 (WIP): FILL-IN: date format: incorrect condition for triggering normalization of third ...
Hynek Cihlar wrote:
> There are ChUI regressions.
The change in 9916a is incorrect, now I am in the process of fixi...
Vladimir Tsichevski
10:49 AM Bug #9916: FILL-IN: date format: incorrect condition for triggering normalization of third component
There are ChUI regressions. Hynek Cihlar
04:16 AM Bug #9916 (Internal Test): FILL-IN: date format: incorrect condition for triggering normalization...
Code review 9916a. The changes look good. Please go ahead with GUI regression testing, I will run ChUI tests. Hynek Cihlar

07/07/2025

05:48 PM Bug #10266: Incorrect Input Handling in Grouped CHARACTER FILL-INs
In OE, multiple @FILL-IN@ widgets of @CHARACTER@ type can be grouped, allowing text entered into one @FILL-IN@ to wra... Vladimir Tsichevski
05:46 PM Bug #10266 (WIP): Incorrect Input Handling in Grouped CHARACTER FILL-INs
Vladimir Tsichevski
04:50 PM Bug #7144: Entering multibyte characters in a FILL-IN causes client to abend
I was not able to reproduce anything like this. This was most probably fixed in rev. 15697. Vladimir Tsichevski

07/04/2025

09:16 AM Bug #10249: Numeric FILL-IN in ChUI Mode: Decimal Delimiter Input Discrepancies
In OE character mode, within a @FILL-IN@ tied to a numeric variable, when a user inputs a character corresponding to ... Vladimir Tsichevski
09:09 AM Bug #10249 (New): Numeric FILL-IN in ChUI Mode: Decimal Delimiter Input Discrepancies
Vladimir Tsichevski

07/03/2025

04:59 PM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
Ionut-Mihai Simioniuc wrote:
> Vladimir Tsichevski wrote:
> > h3. UTFDataFormatException in EDITOR with Long Text
...
Vladimir Tsichevski
02:44 AM Bug #10242: Editor content placed too high
Here is a testcase:... Delia Mitric
02:36 AM Bug #10242 (New): Editor content placed too high
Delia Mitric

07/02/2025

09:00 AM Bug #4135 (Test): high dpi screens display in low dpi
Branch 4135c was merged to trunk rev 16018 and archived. Sergey Ivanovskiy
08:33 AM Bug #4135 (Merge Pending): high dpi screens display in low dpi
Please merge 4135c to trunk. Hynek Cihlar
08:28 AM Bug #4135: high dpi screens display in low dpi
Yes, the changes are done only for p2j.perf_tests.js. So I tested Hotel Gui in the virtual desktop mode. Sergey Ivanovskiy
07:12 AM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Hynek, could this branch 4135c with minor changes be merged into the trunk? The current r...
Hynek Cihlar
07:09 AM Bug #4135: high dpi screens display in low dpi
Hynek, could this branch 4135c with minor changes be merged into the trunk? The current rev 4135c is 16018. Sergey Ivanovskiy
07:13 AM Bug #9985: Incorrect text width calculation when metrics are not cached
Alex, I redid #9985-17, but is exactly the same with the one posted here. Paula Păstrăguș

07/01/2025

09:16 AM Bug #9916: FILL-IN: date format: incorrect condition for triggering normalization of third component
9916a rebased to the latest trunk, rev. 16014. Please, review. Vladimir Tsichevski
07:13 AM Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
Here is a testcase:... Delia Mitric
07:10 AM Bug #10236 (Test): Side label for a widget isn't displayed when parent frame is defined using n...
Delia Mitric

06/30/2025

05:04 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
Ionut/Vladimir, regarding @UTFDataFormatException@, also consider #10193, task reported by a customer.
In that case...
Andrei Iacob
04:52 AM Bug #10085: Fix offset cursor when pressing (CTRL+V) in an editor
Vladimir Tsichevski wrote:
> h3. UTFDataFormatException in EDITOR with Long Text
>
> When an @EDITOR@ contains te...
Ionut-Mihai Simioniuc
04:11 AM Bug #9985: Incorrect text width calculation when metrics are not cached
*Paula*, mind that FWD trunk has now a change for high dpi screens (#4135). The change is in trunk, but the task is i... Alexandru Lungu
 

Also available in: Atom