Activity
From 09/23/2025 to 10/22/2025
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
10/20/2025
- 06:56 PM Bug #7642: Assigning SESSION:DATE-FORMAT has no effect on existing date instances
- Vladimir Tsichevski wrote:
> Setting the FILL-IN format again synchronizes it with current SESSION:DATE-FORMAT. Th... - 06:42 PM Bug #7642: Assigning SESSION:DATE-FORMAT has no effect on existing date instances
- Vladimir Tsichevski wrote:
> In OE the value in the @FILL-IN@ is @1956/12/29@, while in FWD it is @0012/29/56@.
... - 02:51 PM Bug #10751: Beep Sound Playback Causing Client Abend
- FWD emits a beep sound to indicate invalid user input (e.g., pressing a disallowed key in a FILL-IN widget). When the...
- 02:49 PM Bug #10751 (Test): Beep Sound Playback Causing Client Abend
10/17/2025
- 02:27 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
- As Vladimir said in #10680-27, when deleting with no selection, @VALUE-CHANGED@ is triggered *three times* by @DELETE...
10/16/2025
- 08:49 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
- If we select all the text from the field and press @BACKSPACE@, the behavior is the same.
- 08:00 AM Bug #10736: Deleting a character from the editable field of a COMBO-BOX generates VALUE-CHANGED ...
- Testcase:...
- 07:57 AM Bug #10736 (Test): Deleting a character from the editable field of a COMBO-BOX generates VALUE-C...
- 07:58 AM Feature #10734: CTRL-Z doesn't work on the editable field of a COMBO-BOX
- Testcase:...
- 07:46 AM Feature #10734 (New): CTRL-Z doesn't work on the editable field of a COMBO-BOX
10/10/2025
- 11:47 AM Bug #10706: Date FILL-IN: Unintended VALUE-CHANGED Event Triggered by BACKSPACE
- Consider this example:...
- 11:44 AM Bug #10706 (WIP): Date FILL-IN: Unintended VALUE-CHANGED Event Triggered by BACKSPACE
- 08:47 AM Bug #10699: Defining a trigger for just one part of the low-level DOWN-UP pair of mouse triggers...
- This is the testcase:...
- 08:31 AM Bug #10699 (New): Defining a trigger for just one part of the low-level DOWN-UP pair of mouse tr...
- 06:55 AM Bug #10696: Extra repeated output when using display inside a REPEAT loop
- Testcase:...
- 06:52 AM Bug #10696 (New): Extra repeated output when using display inside a REPEAT loop
- 05:11 AM Bug #10695: Editor Replace function throws ArrayIndexOutOfBoundsException
- Testcase:...
- 05:06 AM Bug #10695 (Test): Editor Replace function throws ArrayIndexOutOfBoundsException
10/09/2025
- 03:16 PM Bug #10693 (Merge Pending): Incorrect z-order and focus for new Stack trace dialog
- I see the modal dialog windows are incorrectly placed one upon another. It can be observed for Hotel CHUI web client....
- 09:12 AM Bug #10692: Numeric FILL-IN: Problems with formats using debit/credit sign placeholders
- Numeric formats support three methods for displaying the sign of a value:
# Using @+@ or @-@ placeholders, either ... - 08:58 AM Bug #10692 (WIP): Numeric FILL-IN: Problems with formats using debit/credit sign placeholders
10/04/2025
- 05:19 PM Bug #10654: TreeList MultiSelect Mode Issues
- h3. Issue 4: Selection Processing on Mouse Up vs. Mouse Down
In OE, a selection change is processed on mouse relea...
10/02/2025
- 01:25 PM Bug #8809: Incorrect next enabled widget calculation
- Can this be closed?
- 01:24 PM Bug #9929 (Closed): FILL-IN: Incorrect APPLY statement behavior
- Vladimir Tsichevski wrote:
> Can this be closed?
Yes. - 01:23 PM Bug #9929: FILL-IN: Incorrect APPLY statement behavior
- Can this be closed?
- 04:41 AM Bug #10654: TreeList MultiSelect Mode Issues
- By assertion failure, do you mean that our code is intentionally abending (exiting the client session)? This is some...
10/01/2025
- 02:34 PM Bug #10654: TreeList MultiSelect Mode Issues
- h3. Issue 1: Incorrect Node Selection in MultiSelect Mode
Steps to reproduce:
# Expand a node.
# Set @MultiSel... - 02:32 PM Bug #10654 (New): TreeList MultiSelect Mode Issues
09/30/2025
- 08:29 AM Bug #10485 (Test): App freeze due to lack of synchronization
- 10485a was merged into trunk as rev 16188 and archived.
- 08:01 AM Bug #10485 (Merge Pending): App freeze due to lack of synchronization
- Please merge 10485a to trunk now.
- 07:06 AM Bug #10485: App freeze due to lack of synchronization
- I believe Hotel Gui and the large GUI application provide sufficient coverage. If there's anything else you'd like me...
- 05:42 AM Bug #10485 (Internal Test): App freeze due to lack of synchronization
- Code review 10485a. The changes look good.
Is there any more testing needed? - 08:03 AM Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
- This is how the testcase looks in FWD with trunk:
GUI: !1GUI.png! --------- ChUI: !1ChUI.png!
This is how the... - 07:34 AM Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
- How is this working in ChUI in FWD?
- 07:32 AM Bug #10236: Side label for a widget isn't displayed when parent frame is defined using n DOWN, ...
- *Constantin*, I've noticed that you worked on that method. Can you please explain why it is necessary to check this: ...
- 07:08 AM Bug #10236 (WIP): Side label for a widget isn't displayed when parent frame is defined using n ...
- I've minimized the testcase:...
- 07:58 AM Feature #6583 (Closed): Implement support for TOP-ONLY and ALWAYS-ON-TOP in Web GUI driver
- @TOP-ONLY@ and @ALWAYS-ON-TOP@ had been implemented for Web GUI, closing the issue.
09/29/2025
- 09:32 AM Bug #10602 (Test): Fix scrolling in browse on Swing after switching to accumulated scrolling
- 10602a has been merged into trunk with rev. 16186 and archived.
- 09:23 AM Bug #10602 (Merge Pending): Fix scrolling in browse on Swing after switching to accumulated scrol...
- Please merge to trunk now.
- 08:58 AM Bug #10602: Fix scrolling in browse on Swing after switching to accumulated scrolling
- Alexandru Lungu wrote:
> Serban, is it ready to be merged?
It is now.
For clarity: somehow a set of changes sl... - 08:45 AM Bug #10602: Fix scrolling in browse on Swing after switching to accumulated scrolling
- Serban, is it ready to be merged?
- 05:28 AM Bug #10628 (Test): embedded mode loading indicator issue
- Branch 10628a was merged into trunk as rev. 16185 and archived.
- 05:20 AM Bug #10628: embedded mode loading indicator issue
- OK. For my current version of embedded hotel gui the indicator page looks differently.
- 04:59 AM Bug #10628 (Merge Pending): embedded mode loading indicator issue
- Please merge now.
- 04:56 AM Bug #10628: embedded mode loading indicator issue
- 10628a created with rev 16185. Open Regressions in FWD v4 list was updated with rev 16177 regression.
These changes ... - 02:05 AM Bug #10628: embedded mode loading indicator issue
- Constantin Asofiei wrote:
> Greg, the fix would be this:
> [...]
>
>
> Just a check in p2j.socket.js for embed... - 01:59 AM Bug #10628: embedded mode loading indicator issue
- OK. This issue looks unexpected because I definitely checked this issue and even checked the web:client:embedded init...
09/28/2025
- 06:32 AM Bug #10628 (Review): embedded mode loading indicator issue
- That does indeed fix the issue.
Sergey: Please get this into a branch, reviewed, tested and merged ASAP. Also: Pl...
09/26/2025
- 04:28 PM Bug #10628: embedded mode loading indicator issue
- Greg, the fix would be this:...
- 03:47 PM Bug #10628: embedded mode loading indicator issue
- After 20 minutes, you can see the indicator increase.
!hotel_gui_embedded_mode_loading_indicator_does_increase_202... - 03:25 PM Bug #10628: embedded mode loading indicator issue
- Weirdly, the window underneath is actually functional and responds to input:
!hotel_gui_embedded_mode_loading_indi... - 03:22 PM Bug #10628: embedded mode loading indicator issue
- Using trunk rev 16184, Hotel GUI embedded mode does not initialize properly. The iframe has a loading indicator that...
- 03:18 PM Bug #10628 (Test): embedded mode loading indicator issue
09/25/2025
- 09:49 AM Bug #10593: SPREADSHEET: Keikai backend sends huge amount of data to the frontend
- Today I had a remote session with Potix support. I demoed the issue, they spent some time on gathering data and analy...
- 08:10 AM Feature #6583: Implement support for TOP-ONLY and ALWAYS-ON-TOP in Web GUI driver
- There is an issue now: https://proj.goldencode.com/issues/10617
TOP-ONLY works fine though. We only seem to be mi... - 04:45 AM Bug #10602 (Internal Test): Fix scrolling in browse on Swing after switching to accumulated scrol...
- 04:43 AM Bug #10602: Fix scrolling in browse on Swing after switching to accumulated scrolling
- > 10602a rev 16185.
The update is good. - 04:32 AM Bug #10602: Fix scrolling in browse on Swing after switching to accumulated scrolling
- Stanislav Lomany wrote:
> I'm OK with the update, but please hide the calculations unnecessary for the Swing case un...
09/24/2025
- 03:52 PM Bug #10602: Fix scrolling in browse on Swing after switching to accumulated scrolling
- I'm OK with the update, but please hide the calculations unnecessary for the Swing case under appropriate condition:
... - 08:08 AM Bug #10602 (Review): Fix scrolling in browse on Swing after switching to accumulated scrolling
- 08:08 AM Bug #10602: Fix scrolling in browse on Swing after switching to accumulated scrolling
- Swing gives the same scroll amounts for both smooth and non smooth scrolling unlike JavaScript, which makes the accum...
- 06:53 AM Bug #9738 (Test): Infinite loop/memory leak caused by ENTRY trigger on current-window
- Branch 9738a was merged to trunk rev 16183 and archived.
- 06:39 AM Bug #9738 (Merge Pending): Infinite loop/memory leak caused by ENTRY trigger on current-window
- Razvan-Nicolae Chichirau wrote:
> The testing plan passed. Can we merge this?
Yes, indeed. You may merge 9738a now.
- 06:37 AM Bug #9738: Infinite loop/memory leak caused by ENTRY trigger on current-window
- Razvan-Nicolae Chichirau wrote:
> I'll do:
> * Smoke-tests on 2 customer + demo apps on web
> * check some UI rela... - 03:59 AM Bug #10485: App freeze due to lack of synchronization
- Hotel GUI smoke testing also passed with the last rev of 10485a.
- 03:19 AM Bug #10485 (Review): App freeze due to lack of synchronization
- The testing phase uncovered a small issue. When the connection was interrupted during the upload test, the behavior w...
09/23/2025
- 01:51 PM Bug #10485 (Internal Test): App freeze due to lack of synchronization
- Code review 10485a. The changes look good.
- 08:58 AM Bug #10485: App freeze due to lack of synchronization
- Addressed review as rev *16140*.
- 05:56 AM Bug #10485: App freeze due to lack of synchronization
- Paula Păstrăguș wrote:
> Okay, so I can take the status code (per https://datatracker.ietf.org/doc/html/rfc6455#sect... - 04:03 AM Bug #10485: App freeze due to lack of synchronization
- Okay, so I can take the status code (per https://datatracker.ietf.org/doc/html/rfc6455#section-7.4.1) and map it to a...
- 06:55 AM Bug #9738: Infinite loop/memory leak caused by ENTRY trigger on current-window
- I'll do:
* Smoke-tests on 2 customer + demo apps on web
* check some UI related tests
* verify the unit tests from... - 06:47 AM Bug #9738 (Internal Test): Infinite loop/memory leak caused by ENTRY trigger on current-window
- Code review 9738a. The changes look good. Surprising we didn't notice this earlier. Please go ahead and regression test.
- 03:38 AM Bug #9738 (Review): Infinite loop/memory leak caused by ENTRY trigger on current-window
- Commited on *9738a/rev. 16177*.
Hynek: Please review.
Also available in: Atom