Project

General

Profile

Activity

From 10/21/2025 to 11/19/2025

11/19/2025

10:25 AM Bug #10760 (Review): Mouse events should not be dispatched while a combo box drop-down is open.
I've committed the new changes to *10760a rev 16281*.
Hynek, please review. Thank you!
Delia Mitric
08:14 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Hynek Cihlar wrote:
> Beware choose is triggered on mouse up, not click.
Okay, but I've tested by blocking the...
Delia Mitric
07:57 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Delia Mitric wrote:
> I was thinking to add a flag in @ThinClient@ in order to mark if a drop-down was active at the...
Hynek Cihlar
07:34 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
I was thinking to add a flag in @ThinClient@ in order to mark if a drop-down was active at the @MOUSE_PRESSED@ event ... Delia Mitric
07:17 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Delia Mitric wrote:
> One more point:
> During testing the app I've noticed that if we press a button while a drop...
Delia Mitric
04:09 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Delia Mitric wrote:
> One more point:
> During testing the app I've noticed that if we press a button while a drop...
Delia Mitric
03:58 AM Bug #10760 (WIP): Mouse events should not be dispatched while a combo box drop-down is open.
Delia Mitric
03:49 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Hynek Cihlar wrote:
> Delia Mitric wrote:
> > One more point:
> > During testing the app I've noticed that if we ...
Delia Mitric
07:56 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Customer smoke tests passed.
Besides the mentions in #10736-45, I have nothing to add.
Șerban Bursuc
07:27 AM Bug #10423: Scrollbar is clipped by frame after a virtual width assignment
Code review 10423a.
Instead of @widthFromNative@ use @columnFromPixels@. The value truly represents pixels so in C...
Hynek Cihlar
06:49 AM Bug #10423: Scrollbar is clipped by frame after a virtual width assignment
Razvan-Nicolae Chichirau wrote:
> I think this was implemented to avoid side-effects while modifying any dimension-r...
Hynek Cihlar
06:47 AM Bug #10423 (Review): Scrollbar is clipped by frame after a virtual width assignment
Razvan-Nicolae Chichirau
06:47 AM Bug #10423 (WIP): Scrollbar is clipped by frame after a virtual width assignment
*Hynek*: Please review *10423a/rev. 16278*. Razvan-Nicolae Chichirau
04:48 AM Bug #10423: Scrollbar is clipped by frame after a virtual width assignment
The suspend part is intentional because @BaseEntity.setSizePixels()@ is defined as such:... Razvan-Nicolae Chichirau
04:24 AM Bug #10423: Scrollbar is clipped by frame after a virtual width assignment
Well I didn't think of checking aspect assignments so great job, but adding unexpected behaviors in aspects seems lik... Șerban Bursuc
04:04 AM Bug #10423: Scrollbar is clipped by frame after a virtual width assignment
Discovered why the server pushes wrong values to the client. So when making the window bigger, the @WIDTH-CHARS@ is *... Razvan-Nicolae Chichirau
03:47 AM Bug #10423: Scrollbar is clipped by frame after a virtual width assignment
Razvan-Nicolae Chichirau wrote:
> As far as I can tell, the client correctly draws the vertical scrollbar. The probl...
Șerban Bursuc
02:36 AM Bug #10423: Scrollbar is clipped by frame after a virtual width assignment
As far as I can tell, the client correctly draws the vertical scrollbar. The problem is that it has an incorrect posi... Razvan-Nicolae Chichirau
07:24 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
I did some testing with my combo-box testcases and the customer app and have some findings. Note that those are not n... Șerban Bursuc

11/18/2025

09:11 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Delia Mitric wrote:
> One more point:
> During testing the app I've noticed that if we press a button while a drop...
Hynek Cihlar
09:05 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Delia Mitric wrote:
> I've changed it to a simpler one:
> [...]
But if there can be only a single active drop-do...
Hynek Cihlar
08:42 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
One more point:
During testing the app I've noticed that if we press a button while a drop-down is active, the effe...
Delia Mitric
08:33 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
I've changed it to a simpler one:... Delia Mitric
08:07 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Hynek Cihlar wrote:
>
> It looks good. Is the condition:
> [...]
> still needed?
It is needed because we shou...
Delia Mitric
08:04 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Delia Mitric wrote:
> Hynek Cihlar wrote:
> > Delia Mitric wrote:
> > > I'll try to modify the implementation of @...
Hynek Cihlar
07:15 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Hynek Cihlar wrote:
> Delia Mitric wrote:
> > I'll try to modify the implementation of @isDropDownDisplayed@ in ord...
Delia Mitric
05:57 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Delia Mitric wrote:
> I'll try to modify the implementation of @isDropDownDisplayed@ in order to check just for drop...
Hynek Cihlar
03:48 AM Bug #10760 (Review): Mouse events should not be dispatched while a combo box drop-down is open.
Committed the changes to *10760a branch rev. 16277*.
Hynek, can you review it, please? Thank you!
Delia Mitric
02:56 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Hynek Cihlar wrote:
> Yes, the second patch looks better. A few points.
>
> * The drop-down is dismissed on mouse...
Delia Mitric
08:53 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Delia Mitric wrote:
> What I'll do:
> * smoke testing on a GUI Customer App
This is done. No regression found.
Delia Mitric
04:28 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
What I'll do:
* run the xfer tests for a COMBO-BOX widget
* smoke testing on a GUI Customer App
I'll talk with...
Delia Mitric
08:53 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> What I'll do:
> * smoke testing on a GUI Customer App
This is done. No regression found.
Delia Mitric
04:28 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
What I'll do:
* run the xfer tests for COMBO-BOX widget
* smoke testing on a GUI Customer App
I'll talk with R...
Delia Mitric
07:36 AM Bug #10751: Beep Sound Playback Causing Client Abend
Greg Shah wrote:
> We would have to @catch (AssertionError ae)@ in that case.
This is exactly what the fix does.
Vladimir Tsichevski

11/17/2025

04:03 PM Bug #10751: Beep Sound Playback Causing Client Abend
We would have to @catch (AssertionError ae)@ in that case. Greg Shah
03:54 PM Bug #10751: Beep Sound Playback Causing Client Abend
Greg Shah wrote:
> Hynek Cihlar wrote:
> > Greg, I know we've had a debate about the use of assertions in our code ...
Vladimir Tsichevski
03:51 PM Bug #10751: Beep Sound Playback Causing Client Abend
Hynek Cihlar wrote:
> Greg, I know we've had a debate about the use of assertions in our code base. Was the conclusi...
Greg Shah
02:20 PM Bug #10751: Beep Sound Playback Causing Client Abend
Greg, I know we've had a debate about the use of assertions in our code base. Was the conclusion that using @assert@ ... Hynek Cihlar
02:11 PM Bug #10236 (Internal Test): Side label for a widget isn't displayed when parent frame is defined...
Hynek Cihlar
12:01 PM Bug #10876 (Review): Date FILL-IN: Incorrect ENTER key handling in GUI mode
Vladimir Tsichevski
12:01 PM Bug #10876 (WIP): Date FILL-IN: Incorrect ENTER key handling in GUI mode
Fixed in 10876a rev. 16278. Please, review. Vladimir Tsichevski
11:53 AM Bug #10876: Date FILL-IN: Incorrect ENTER key handling in GUI mode
h3. The Fix
The revised code relocates the @completeEdit()@ call to the start of the relevant branch and moves @re...
Vladimir Tsichevski
11:34 AM Bug #10876: Date FILL-IN: Incorrect ENTER key handling in GUI mode
The issue originates in the following code from @FillIn.processKeyEvent()@ (line 1737):... Vladimir Tsichevski
10:12 AM Bug #10876: Date FILL-IN: Incorrect ENTER key handling in GUI mode
In OE CHARACTER mode, pressing Enter produces no visible effect, whereas in FWD, it does. Thus, the same issue occurs... Vladimir Tsichevski
09:09 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Yes, the second patch looks better. A few points.
* The drop-down is dismissed on mouse down (at least it does in ...
Hynek Cihlar
07:37 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
I've found another approach to treat the issue.
The mouse events are blocked in @ThinClient.processProgressEvent@ me...
Delia Mitric
09:04 AM Bug #10894: Date FILL-IN: Client crash on APPLY '0' after APPLY '?'
Run the following example in either GUI or ChUI mode:... Vladimir Tsichevski
09:02 AM Bug #10894 (Closed): Date FILL-IN: Client crash on APPLY '0' after APPLY '?'
Vladimir Tsichevski
05:49 AM Bug #10791 (Internal Test): DOWN and UP events in a simple COMBO-BOX don't select the list item c...
Delia Mitric
05:47 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Delia Mitric wrote:
> Should we proceed by setting the status to Internal Test?
Yes
Vladimir Tsichevski
03:05 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Should we proceed by setting the status to Internal Test? Delia Mitric
05:48 AM Bug #10736 (Internal Test): Deleting a character from the editable field of a COMBO-BOX generate...
Delia Mitric
05:47 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> Vladimir, should we proceed by setting the status to Internal Test?
Yes
Vladimir Tsichevski
03:05 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Vladimir, should we proceed by setting the status to Internal Test? Delia Mitric
02:29 AM Bug #10889: Deleting at the end of a COMBO-BOX entry field containing any text with trailing spac...
A testcase:... Delia Mitric
02:26 AM Bug #10889 (New): Deleting at the end of a COMBO-BOX entry field containing any text with trailin...
Delia Mitric

11/14/2025

12:51 PM Bug #10876: Date FILL-IN: Incorrect ENTER key handling in GUI mode
Run any example with a date @FILL-IN@ in GUI mode.
# Enter some valid date characters without completing the date,...
Vladimir Tsichevski
12:48 PM Bug #10876 (Internal Test): Date FILL-IN: Incorrect ENTER key handling in GUI mode
Vladimir Tsichevski
12:40 PM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Vladimir Tsichevski wrote:
> Also, I do not see this problem in the current trunk.
Now I see this in the trunk ...
Vladimir Tsichevski
09:02 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Vladimir Tsichevski wrote:
> I still see 16233. Probably, you did not push the branch after rebase?
Yes, sorry....
Delia Mitric
09:00 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> Vladimir Tsichevski wrote:
> > Delia Mitric wrote:
> > > Vladimir, the trunk revision causin...
Vladimir Tsichevski
08:32 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Vladimir Tsichevski wrote:
> Delia Mitric wrote:
> > Vladimir, the trunk revision causing the regression from #1073...
Delia Mitric
08:04 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> Vladimir, the trunk revision causing the regression from #10736-29 is *16270*.
I see this i...
Vladimir Tsichevski
05:08 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Vladimir, the trunk revision causing the regression from #10736-29 is *16270*. Delia Mitric
04:49 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Actually, the regression from #10736-29 seems to be introduced with a trunk revision. I'll search for it. Delia Mitric
04:45 AM Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
Delia Mitric
01:40 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Vladimir Tsichevski wrote:
> Testing 10736a rev. 16233
>
> Regression found: @StringIndexOutOfBoundsException@ in...
Delia Mitric
12:01 PM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Delia Mitric wrote:
> Vladimir Tsichevski wrote:
>
> > I still see 16254. Probably, you did not push the branch a...
Vladimir Tsichevski
09:05 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Vladimir Tsichevski wrote:
> I still see 16254. Probably, you did not push the branch after rebase?
Yes, that's...
Delia Mitric
09:02 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Delia Mitric wrote:
> Vladimir Tsichevski wrote:
> > Delia Mitric wrote:
> > > Vladimir Tsichevski wrote:
> > > >...
Vladimir Tsichevski
08:36 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Vladimir Tsichevski wrote:
> Delia Mitric wrote:
> > Vladimir Tsichevski wrote:
> > > Code Review 10791a, Revision...
Delia Mitric
08:10 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Delia Mitric wrote:
> Vladimir Tsichevski wrote:
> > Code Review 10791a, Revision 16253
> >
> > *EntryFieldGuiIm...
Vladimir Tsichevski
11:56 AM Bug #10875: COMBO-BOX: Ctrl-UP and Ctrl-DOWN keys do nothing
Run the following example in GUI mode:... Vladimir Tsichevski
11:52 AM Bug #10875 (Test): COMBO-BOX: Ctrl-UP and Ctrl-DOWN keys do nothing
Vladimir Tsichevski
05:00 AM Feature #10848: custom theme improvements
Just noticed a @MSG_GET_WEB_BASIC_PALETTE@ actually exists to retrieve a color pallet from the Web socket. But this i... Alexandru Lungu

11/13/2025

04:57 PM Bug #10868: Date FILL-IN: INPUT-VALUE attribute is not sensitive to current SESSION:DATE-FORMAT o...
Run the following example:... Vladimir Tsichevski
04:56 PM Bug #10868 (New): Date FILL-IN: INPUT-VALUE attribute is not sensitive to current SESSION:DATE-FO...
Vladimir Tsichevski
10:13 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Hynek, can you verify this patch, please?
It could be a basis for the fix (and it can certainly suffer more changes ...
Delia Mitric
03:35 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Next, you can experiment with a single widget (e.g., a fill-in) to verify that mouse events are not processed while t... Paula Păstrăguș
03:23 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
At one point, I considered implementing a solution similar to how events are handled for the active window while bein... Paula Păstrăguș
03:11 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
I wonder if the only solution is to omit sending the mouse events (and make sure these events are still generated fo... Delia Mitric
09:46 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> Vladimir, I changed what you've said.
> Please review the *16233* revision.
> Thank you!
...
Vladimir Tsichevski
09:23 AM Bug #10867: Incorrect event creation for keys with Ctrl modifier
When the user presses a key with the Ctrl modifier, an event is triggered. Each event has an integer key and a text l... Vladimir Tsichevski
09:21 AM Bug #10867 (New): Incorrect event creation for keys with Ctrl modifier
Vladimir Tsichevski
06:08 AM Feature #10848: custom theme improvements
Greg Shah wrote:
> The key point woul dbe where we decide to break compatibility and where not to break it.
Yes. ...
Hynek Cihlar

11/12/2025

04:10 PM Bug #10857: Logical FILL-IN initial state: Incorrect handling of unmatched keys
Run this simplest possible example in GUI mode:... Vladimir Tsichevski
04:08 PM Bug #10857 (Test): Logical FILL-IN initial state: Incorrect handling of unmatched keys
Vladimir Tsichevski
03:40 PM Bug #10856: Logical FILL-IN: Caret position issues
Run this simplest possible example in GUI mode:... Vladimir Tsichevski
03:39 PM Bug #10856 (Test): Logical FILL-IN: Caret position issues
Vladimir Tsichevski
11:05 AM Feature #10848: custom theme improvements
> I realize the proposed DOM mode might be too ambitious for the current project scope or schedule, but I believe it’... Greg Shah
10:13 AM Feature #10848: custom theme improvements
Greg Shah wrote:
> Please provide more details of the idea. Are you suggesting that we would use HTML input widgets...
Hynek Cihlar
09:44 AM Feature #10848: custom theme improvements
> The theme classes today include the full implementation of drawing operations, so it is not clear to me how we woul... Alexandru Lungu
09:11 AM Feature #10848: custom theme improvements
Alex, these are interesting ideas.
The theme classes today include the full implementation of drawing operations...
Greg Shah
09:02 AM Feature #10848: custom theme improvements
> DOM mode and DOM driver. Currently we have ChUI and GUI modes, we could as well introduce another one - a DOM mode.... Greg Shah
06:05 AM Feature #10848: custom theme improvements
There are plenty of things that can be improved in the theming IMHO, so I will list some of them so we can approve/di... Alexandru Lungu
02:55 AM Feature #10848: custom theme improvements
Beside the trivial solutions of driving some basic CSS styling values into the theme classes I offer yet another solu... Hynek Cihlar
08:06 AM Bug #10695 (Internal Test): Editor Replace function throws ArrayIndexOutOfBoundsException
Code review 10695a. The changes look good. Please go ahead with regression testing. Hynek Cihlar
04:11 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Delia, please work on this next. It would be really good to fully solve #10676 (and we need this task to do so). Than... Radu Apetrii

11/11/2025

03:59 PM Feature #10848: custom theme improvements
In embedded mode, the CSS for the web portions has no connection to the theming in the legacy screens. I can see a s... Greg Shah
03:59 PM Feature #10848 (New): custom theme improvements
Greg Shah
10:08 AM Feature #4438: parsing and conversion of .wrx files
Note to myself.
Explore the possibility to parse wrx files with Apache POI. The following sample does show the sto...
Hynek Cihlar
09:59 AM Bug #10846: Date FILL-IN: Caret position always resets to zero after DISPLAY
Consider the following example:... Vladimir Tsichevski
09:54 AM Bug #10846 (New): Date FILL-IN: Caret position always resets to zero after DISPLAY
Vladimir Tsichevski
09:00 AM Bug #10845: Date FILL-IN: Incorrect DISPLAY of unknown value
Consider the following example
SESSION:DATE-FORMAT = 'mdy'.
DEFINE VARIABLE dateField AS DATE VIEW-AS FIL...
Vladimir Tsichevski
08:56 AM Bug #10845 (New): Date FILL-IN: Incorrect DISPLAY of unknown value
Vladimir Tsichevski
03:01 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Vladimir, I changed what you've said.
Please review the *16233* revision.
Thank you!
Delia Mitric

11/10/2025

09:37 AM Feature #5784: multi-factor authentication
A clean way to enable MFA/2FA as well as to allow 3rd party authentication providers would be to implement "OpenID":h... Greg Shah
02:06 AM Bug #10695 (Review): Editor Replace function throws ArrayIndexOutOfBoundsException
*Hynek*: Please review *10695a/rev. 16263*. Razvan-Nicolae Chichirau
01:40 AM Bug #10695: Editor Replace function throws ArrayIndexOutOfBoundsException
The method triggering the error is @Editor.setCursorLine()@ which accepts 1-based input values and converts them to 0... Razvan-Nicolae Chichirau

11/06/2025

10:31 AM Bug #10830: Search filter field on Guests screen of Hotel GUI does not work.
This issue was found while testing 10234b (#10234). Sergey Ivanovskiy
10:14 AM Bug #10830: Search filter field on Guests screen of Hotel GUI does not work.
!GuestsInitialScreen.png!
Fill 'C' into Filter by Guest and press Search:
!GuestsScreenWithFilterApplied1.png!
...
Sergey Ivanovskiy
10:13 AM Bug #10830 (WIP): Search filter field on Guests screen of Hotel GUI does not work.
Sergey Ivanovskiy

11/03/2025

10:55 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> Vladimir, I've fixed what you wrote in #10736-24 in *rev. 16232*.
> Please review it. Thank y...
Vladimir Tsichevski
04:05 AM Bug #10736 (Review): Deleting a character from the editable field of a COMBO-BOX generates VALUE...
Vladimir, I've fixed what you wrote in #10736-24 in *rev. 16232*.
Please review it. Thank you!
Delia Mitric
02:45 AM Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
Delia Mitric
10:19 AM Bug #10808: COMBO-BOX entry GUI mode: Issues when containing only spaces
* Launch the example application from ticket @#10736-1@ in GUI mode.
* Type in some spaces into the COMBO-BOX entry....
Vladimir Tsichevski
10:14 AM Bug #10808 (New): COMBO-BOX entry GUI mode: Issues when containing only spaces
Vladimir Tsichevski
07:59 AM Bug #10807: COMBO-BOX DELETE-CHARACTER Crash in GUI Mode
*Scenario*
# Run the example from #10736-1 in GUI mode.
# Insert spaces into the COMBO-BOX entry, optionally move...
Vladimir Tsichevski
07:55 AM Bug #10807 (New): COMBO-BOX DELETE-CHARACTER Crash in GUI Mode
Vladimir Tsichevski
07:58 AM Feature #4837: Add javascript keyboard test application for the virtual desktop
This functionality is already implemented in the trunk although the look and feel obviously should be improved. Sergey Ivanovskiy
07:45 AM Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
Can we proceed by changing the status to Internal Test? Delia Mitric
02:21 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Vladimir Tsichevski wrote:
> Code Review 10791a, Revision 16253
>
> *EntryFieldGuiImpl*
>
> Update the copyrig...
Delia Mitric

11/01/2025

06:08 PM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> Created #10791 for the issues related to @DOWN@ and @UP@ events.
>
> ---
>
> I've commit...
Vladimir Tsichevski
04:59 PM Bug #10801: COMBO-BOX issues
*@?@ Input at Leftmost Caret*
In the COMBO-BOX demo app (see #10791-1), when the caret is at the leftmost position...
Vladimir Tsichevski
04:57 PM Bug #10801: COMBO-BOX issues
*Combo FILL-IN Spaces*
In the COMBO-BOX demo app (see #10791-1), when starting, the *FILL-IN* part of the combo:
...
Vladimir Tsichevski
04:55 PM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Code Review 10791a, Revision 16253
*EntryFieldGuiImpl*
Update the copyright message years to 2015–2025.
The ...
Vladimir Tsichevski

10/31/2025

08:37 AM Bug #10791 (Review): DOWN and UP events in a simple COMBO-BOX don't select the list item correctl...

Modified the @ComboBoxGuiImpl.entryFieldChanged@. If the value wrote in the entry field matches the first item from...
Delia Mitric
06:27 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
I think we need to modify when the selection is cleared for a @ScrollableSelectionListGuiImpl@ list in @EntryFieldGui... Delia Mitric
02:49 AM Bug #10791 (WIP): DOWN and UP events in a simple COMBO-BOX don't select the list item correctly e...
Sorry, tested again and found a case that doesn't work as expected with the committed modifications.
I'll continue t...
Delia Mitric
02:30 AM Bug #10791 (Review): DOWN and UP events in a simple COMBO-BOX don't select the list item correctl...
I committed a fix for #10791-1 and #10791-6 issues to *10791a branch rev. 16251*.
*Vladimir*, please review. Than...
Delia Mitric

10/30/2025

09:09 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Vladimir Tsichevski wrote:
> Several team members are currently working on COMBO-BOX issues. To improve coordinati...
Delia Mitric
08:38 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Delia Mitric wrote:
> I think I found another difference between FWD and Progress when an item from the list is sele...
Vladimir Tsichevski
05:40 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
I think I found another difference between FWD and Progress when an item from the list is selected based on the entry... Delia Mitric
09:07 AM Bug #10801: COMBO-BOX issues
Please add the related @COMBO-BOX@ issues here :). Delia Mitric
09:04 AM Bug #10801: COMBO-BOX issues
Vladimir suggested in #10791-7 to create a central hub task to improve coordination between issues which imply @COMBO... Delia Mitric
09:03 AM Bug #10801 (New): COMBO-BOX issues
Delia Mitric

10/29/2025

09:57 AM Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
Sure :)
Committed rev. *16250*
Delia Mitric
09:52 AM Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
Code review 10236a. The change looks ok to me. Just please remove the TODO, it is redundant now. Hynek Cihlar
04:31 AM Bug #10236 (Review): Side label for a widget isn't displayed when parent frame is defined using ...
I've committed a fix for this issue to *10236a rev. 16249*
Modified @Frame.drawDownFrame()@ in order to draw the lab...
Delia Mitric
09:26 AM Bug #10695 (WIP): Editor Replace function throws ArrayIndexOutOfBoundsException
Razvan-Nicolae Chichirau
08:37 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Delia Mitric wrote:
> I've noticed that in FWD, if we write something (different from the first list item) in the en...
Delia Mitric
06:54 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
I've noticed that in FWD, if we write something (different from the first list item) in the entry field and press @DO... Delia Mitric
05:42 AM Bug #10791 (WIP): DOWN and UP events in a simple COMBO-BOX don't select the list item correctly e...
Delia Mitric
05:27 AM Bug #10791: DOWN and UP events in a simple COMBO-BOX don't select the list item correctly every time
Like Vladimir wrote in #10736-11, the issues are these:
* When the user types a value and then switches to the lis...
Delia Mitric
05:25 AM Bug #10791 (Test): DOWN and UP events in a simple COMBO-BOX don't select the list item correctly ...
Delia Mitric
05:42 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Created #10791 for the issues related to @DOWN@ and @UP@ events.
---
I've committed to *10736a rev. 16231* a fi...
Delia Mitric
05:23 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Ok :)
I'll treat the first issue (with the *unknown* screen-value) here because it is trivial, but I'll create a sep...
Delia Mitric

10/28/2025

07:15 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> So, Vladimir, does this mean that the status can be changed to *Internal Test*? (I saw that yo...
Vladimir Tsichevski
02:57 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
So, Vladimir, does this mean that the status can be changed to *Internal Test*? (I saw that you changed the *Done* pe... Delia Mitric
04:18 AM Bug #10786 (New): Common websocket parameters for the web client are not validated
Sergey Ivanovskiy
03:52 AM Bug #10785: DIALOG-BOX height is not computed right
This task represents defered work from #9676. Some changes have been done in task branch *9676b*, but they did not re... Andrei Iacob
03:24 AM Bug #10785 (New): DIALOG-BOX height is not computed right
Andrei Iacob

10/27/2025

07:33 PM Bug #7166: TREEVIEW and TREELIST drag and drop is broken
All the @TREELIST@ DnD known issues are covered in #10532.
And, from the discussion above, I gather there is no is...
Vladimir Tsichevski

10/24/2025

06:59 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> *Vladimir*, what do you think?
In my opinion, using an artificial @CLEAR@ event to empty ...
Vladimir Tsichevski
06:44 AM Bug #10736 (Review): Deleting a character from the editable field of a COMBO-BOX generates VALUE...
Here is the initial patch for the proposed solution:
{{collapse...
Delia Mitric
04:03 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
An idea to solve this is to "mark" by using a flag in @EntryFieldGuiImpl@ class when in @processKeyevent@ "arrives" a... Delia Mitric
03:54 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Some conclusions after more debugging:
With *trunk*, for a @CLEAR@ event generated by selected text in entry field a...
Delia Mitric

10/23/2025

05:44 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Most probably, we should "process" the deleting events after the @super.processKeyEvent@ in @EntryFieldGuiimpl@ when ... Delia Mitric
05:34 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Vladimir Tsichevski wrote:
> # *REGRESSION*: When the user types a matching value, switches to the list with @DO...
Delia Mitric
04:59 AM Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
Delia Mitric

10/22/2025

04:23 PM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Testing 10736a, rev. 16229.
The issues found:
# When the user deletes all content in the combo-box:
# *In ...
Vladimir Tsichevski
09:38 AM Bug #10736 (Review): Deleting a character from the editable field of a COMBO-BOX generates VALUE...
I've fixed the initial issue by removing the processing of @DELETE_CHARACTER@ and @BACKSPACE@ after the @super.proces... Delia Mitric
08:10 AM Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
Delia Mitric
05:54 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Delia Mitric wrote:
> New problem unlocked 🧐:
> Even the editable field is empty, @DELETE_CHARACTER@ and @BACKSPACE...
Delia Mitric
05:31 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
Found a piece of code which seems to be extra in @EntryFieldGuiImpl.processKeyEvent()@ method. This code is place aft... Delia Mitric
05:20 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
New problem unlocked 🧐:
Even the editable field is empty, @DELETE_CHARACTER@ and @BACKSPACE@ generate @VALUE-CHANGED...
Delia Mitric
09:34 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
In this case, an approach based on simply checking whether the combo box drop-down is visible and skipping mouse even... Paula Păstrăguș
04:57 AM Bug #10760 (WIP): Mouse events should not be dispatched while a combo box drop-down is open.
Paula Păstrăguș
04:57 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
Testcase:... Paula Păstrăguș
03:34 AM Bug #10760 (Test): Mouse events should not be dispatched while a combo box drop-down is open.
Paula Păstrăguș

10/21/2025

10:37 AM Bug #10751 (Review): Beep Sound Playback Causing Client Abend
Fixed in 10761a rev. 16225. Please, review. Vladimir Tsichevski
10:36 AM Bug #10751 (WIP): Beep Sound Playback Causing Client Abend
Vladimir Tsichevski
 

Also available in: Atom