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! - 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... - 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... - 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 ...
- 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... - 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... - 03:58 AM Bug #10760 (WIP): Mouse events should not be dispatched while a combo box drop-down is open.
- 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 ... - 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. - 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... - 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... - 06:47 AM Bug #10423 (Review): Scrollbar is clipped by frame after a virtual width assignment
- 06:47 AM Bug #10423 (WIP): Scrollbar is clipped by frame after a virtual width assignment
- *Hynek*: Please review *10423a/rev. 16278*.
- 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:...
- 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...
- 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 *...
- 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... - 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...
- 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...
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... - 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... - 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... - 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:...
- 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... - 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 @... - 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... - 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... - 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! - 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... - 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.
- 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... - 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.
- 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... - 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.
11/17/2025
- 04:03 PM Bug #10751: Beep Sound Playback Causing Client Abend
- We would have to @catch (AssertionError ae)@ in that case.
- 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 ... - 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... - 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@ ...
- 02:11 PM Bug #10236 (Internal Test): Side label for a widget isn't displayed when parent frame is defined...
- 12:01 PM Bug #10876 (Review): Date FILL-IN: Incorrect ENTER key handling in GUI mode
- 12:01 PM Bug #10876 (WIP): Date FILL-IN: Incorrect ENTER key handling in GUI mode
- Fixed in 10876a rev. 16278. Please, review.
- 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... - 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):...
- 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...
- 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 ... - 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... - 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:...
- 09:02 AM Bug #10894 (Closed): Date FILL-IN: Client crash on APPLY '0' after APPLY '?'
- 05:49 AM Bug #10791 (Internal Test): DOWN and UP events in a simple COMBO-BOX don't select the list item c...
- 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 - 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?
- 05:48 AM Bug #10736 (Internal Test): Deleting a character from the editable field of a COMBO-BOX generate...
- 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 - 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?
- 02:29 AM Bug #10889: Deleting at the end of a COMBO-BOX entry field containing any text with trailing spac...
- A testcase:...
- 02:26 AM Bug #10889 (New): Deleting at the end of a COMBO-BOX entry field containing any text with trailin...
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,... - 12:48 PM Bug #10876 (Internal Test): Date FILL-IN: Incorrect ENTER key handling in GUI mode
- 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 ... - 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.... - 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... - 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... - 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... - 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*.
- 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.
- 04:45 AM Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
- 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... - 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... - 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... - 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:
> > > >... - 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... - 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... - 11:56 AM Bug #10875: COMBO-BOX: Ctrl-UP and Ctrl-DOWN keys do nothing
- Run the following example in GUI mode:...
- 11:52 AM Bug #10875 (Test): COMBO-BOX: Ctrl-UP and Ctrl-DOWN keys do nothing
- 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...
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:...
- 04:56 PM Bug #10868 (New): Date FILL-IN: INPUT-VALUE attribute is not sensitive to current SESSION:DATE-FO...
- 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 ... - 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...
- 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...
- 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...
- 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!
... - 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...
- 09:21 AM Bug #10867 (New): Incorrect event creation for keys with Ctrl modifier
- 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. ...
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:...
- 04:08 PM Bug #10857 (Test): Logical FILL-IN initial state: Incorrect handling of unmatched keys
- 03:40 PM Bug #10856: Logical FILL-IN: Caret position issues
- Run this simplest possible example in GUI mode:...
- 03:39 PM Bug #10856 (Test): Logical FILL-IN: Caret position issues
- 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’...
- 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... - 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...
- 09:11 AM Feature #10848: custom theme improvements
- Alex, these are interesting ideas.
The theme classes today include the full implementation of drawing operations... - 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....
- 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...
- 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...
- 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.
- 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...
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...
- 03:59 PM Feature #10848 (New): custom theme improvements
- 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... - 09:59 AM Bug #10846: Date FILL-IN: Caret position always resets to zero after DISPLAY
- Consider the following example:...
- 09:54 AM Bug #10846 (New): Date FILL-IN: Caret position always resets to zero after DISPLAY
- 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... - 08:56 AM Bug #10845 (New): Date FILL-IN: Incorrect DISPLAY of unknown value
- 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!
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...
- 02:06 AM Bug #10695 (Review): Editor Replace function throws ArrayIndexOutOfBoundsException
- *Hynek*: Please review *10695a/rev. 16263*.
- 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...
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).
- 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!
... - 10:13 AM Bug #10830 (WIP): Search filter field on Guests screen of Hotel GUI does not work.
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... - 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! - 02:45 AM Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
- 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.... - 10:14 AM Bug #10808 (New): COMBO-BOX entry GUI mode: Issues when containing only spaces
- 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... - 07:55 AM Bug #10807 (New): COMBO-BOX DELETE-CHARACTER Crash in GUI Mode
- 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.
- 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?
- 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...
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... - 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... - 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:
... - 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 ...
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...- 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...
- 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... - 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...
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... - 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... - 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...
- 09:07 AM Bug #10801: COMBO-BOX issues
- Please add the related @COMBO-BOX@ issues here :).
- 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...
- 09:03 AM Bug #10801 (New): COMBO-BOX issues
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* - 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.
- 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... - 09:26 AM Bug #10695 (WIP): Editor Replace function throws ArrayIndexOutOfBoundsException
- 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... - 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...
- 05:42 AM Bug #10791 (WIP): DOWN and UP events in a simple COMBO-BOX don't select the list item correctly e...
- 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... - 05:25 AM Bug #10791 (Test): DOWN and UP events in a simple COMBO-BOX don't select the list item correctly ...
- 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... - 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...
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... - 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...
- 04:18 AM Bug #10786 (New): Common websocket parameters for the web client are not validated
- 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...
- 03:24 AM Bug #10785 (New): DIALOG-BOX height is not computed right
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...
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 ... - 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... - 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...
- 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...
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 ...
- 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... - 04:59 AM Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
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 ... - 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...
- 08:10 AM Bug #10736 (WIP): Deleting a character from the editable field of a COMBO-BOX generates VALUE-CH...
- 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... - 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...
- 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... - 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...
- 04:57 AM Bug #10760 (WIP): Mouse events should not be dispatched while a combo box drop-down is open.
- 04:57 AM Bug #10760: Mouse events should not be dispatched while a combo box drop-down is open.
- Testcase:...
- 03:34 AM Bug #10760 (Test): Mouse events should not be dispatched while a combo box drop-down is open.
10/21/2025
- 10:37 AM Bug #10751 (Review): Beep Sound Playback Causing Client Abend
- Fixed in 10761a rev. 16225. Please, review.
- 10:36 AM Bug #10751 (WIP): Beep Sound Playback Causing Client Abend
Also available in: Atom