Project

General

Profile

Activity

From 09/16/2024 to 10/15/2024

10/15/2024

02:25 PM Bug #9260 (Test): The signature widget does not work if the web client is hidden by the proxy ser...
Sergey Ivanovskiy
07:52 AM Bug #8239: SELECTION-LIST set SCREEN-VALUE regression from trunk rev. 14821
Hynek Cihlar wrote:
> Radu, what issue/task branch resolved this?
It was trunk revision 15114 that fixed the issue.
Radu Apetrii

10/14/2024

04:50 AM Bug #8239 (Closed): SELECTION-LIST set SCREEN-VALUE regression from trunk rev. 14821
Radu, what issue/task branch resolved this? Hynek Cihlar
04:06 AM Bug #8239: SELECTION-LIST set SCREEN-VALUE regression from trunk rev. 14821
I re-checked this, and it was solved in the meantime. It can be closed. Radu Apetrii

10/10/2024

11:38 AM Bug #7794: FILL-IN: editing numbers issues
*ISSUE*
In OE pressing @BACKSPACE@ in an initially empty decimal or integer @FILL-IN@ does nothing.
In FWD the same...
Vladimir Tsichevski

10/09/2024

11:55 AM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15492@, new revision is @15507@. Eugenie Lyzenko
09:17 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15483@, new revision is @15498@. Eugenie Lyzenko

10/08/2024

01:17 PM Bug #8365: FILL-IN: editing character issues
A @FILL-IN@ in OE with character mode under Windows: if we are entering the last character, allowed by the format the... Vladimir Tsichevski
01:11 PM Bug #8365: FILL-IN: editing character issues
Two or more @FILL-IN@s in OE with character mode under Windows: the @Up@ and @Down@ keys move cursor position exactly... Vladimir Tsichevski

10/05/2024

11:04 AM Bug #9235: FILL-IN with numeric format: invalid initial state
When a new @FILL-IN@ with a numeric format is just created, the following is *expected*:
# the @SCREEN-VALUE@ is a...
Vladimir Tsichevski
10:51 AM Bug #9235 (New): FILL-IN with numeric format: invalid initial state
Vladimir Tsichevski

10/04/2024

12:03 PM Bug #9225 (WIP): EDITOR: incorrect cursor position after Ctrl-Right key press
Another issue found for wrapped lines: in FWD then @Ctrl-Right@ is pressed in the last visible word in a wrapped line... Vladimir Tsichevski

10/02/2024

10:47 PM Bug #7657: 8-bit character entry problem in ChUI
Yes, the position for drop-down sets up incorrectly in @ScrollableListImpl.drawCaret()@. The fix could be pretty simp... Eugenie Lyzenko

10/01/2024

03:59 PM Bug #9225: EDITOR: incorrect cursor position after Ctrl-Right key press
# Create and run an @EDITOR@ widget.
# Type in one word, do *not* add spaces at the end
# Press @Enter@ to insert a...
Vladimir Tsichevski
03:51 PM Bug #9225 (WIP): EDITOR: incorrect cursor position after Ctrl-Right key press
Vladimir Tsichevski
11:29 AM Bug #7657: 8-bit character entry problem in ChUI
Hynek Cihlar wrote:
> Eugenie Lyzenko wrote:
> > The problem with @ChUI@ unwanted cursor while drop-down activation...
Eugenie Lyzenko
02:48 AM Bug #7657: 8-bit character entry problem in ChUI
Eugenie Lyzenko wrote:
> The problem with @ChUI@ unwanted cursor while drop-down activation is when we call @TC.wait...
Hynek Cihlar
09:52 PM Bug #7657: 8-bit character entry problem in ChUI
The problem with @ChUI@ unwanted cursor while drop-down activation is when we call @TC.waitForWorker()@ as the final ... Eugenie Lyzenko

09/30/2024

07:59 PM Bug #7657: 8-bit character entry problem in ChUI
Another issue has been detected for @ChUI@ native client with @COMBO-BOX@ widget. Consider the following screen for o... Eugenie Lyzenko
03:07 PM Bug #7657: 8-bit character entry problem in ChUI
Greg Shah wrote:
> Eugenie Lyzenko wrote:
> > The update and question.
> >
> > Finally I've got wide char capabl...
Eugenie Lyzenko
01:13 PM Bug #7657: 8-bit character entry problem in ChUI
Eugenie Lyzenko wrote:
> The update and question.
>
> Finally I've got wide char capable @FWD@ be compatible with...
Greg Shah
11:27 AM Bug #7657: 8-bit character entry problem in ChUI
The update and question.
Finally I've got wide char capable @FWD@ be compatible with Java 17. Including large cust...
Eugenie Lyzenko
06:39 AM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15469@, new revision is @15483@. Eugenie Lyzenko

09/28/2024

11:12 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15467@, new revision is @15481@.
Tooltip issue not related to this branch c...
Eugenie Lyzenko

09/26/2024

02:19 PM Bug #9212: BROWSE: issues related to browse cell selection
For a @BROWSE@ cell the attribute @SELECTION-START@ is always -2147483648. Vladimir Tsichevski
02:17 PM Bug #9212 (New): BROWSE: issues related to browse cell selection
Vladimir Tsichevski
02:13 PM Bug #9211: COMBO-BOX: editor area selection synchronization issues
For @COMBO-BOX@ the values set with @SET-SELECTION@, are not related to the selection visible in the editor area of t... Vladimir Tsichevski
02:10 PM Bug #9211 (New): COMBO-BOX: editor area selection synchronization issues
Vladimir Tsichevski
01:50 PM Bug #9210: FILL-IN: implement SET-SELECTION and related calls in ChUI
This problem was first discovered in #9114. Vladimir Tsichevski
01:49 PM Bug #9210: FILL-IN: implement SET-SELECTION and related calls in ChUI
The @SET-SELECTION@ method is implemented for @FillIn@ class at the client side as a stub:... Vladimir Tsichevski
01:44 PM Bug #9210 (New): FILL-IN: implement SET-SELECTION and related calls in ChUI
Vladimir Tsichevski
02:08 AM Bug #9204: SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
In certain cases, JS doesn't generate a MOUSE_EXITED event, which prevents the tooltip from deactivating when the cur... Paula Păstrăguș

09/25/2024

12:47 PM Bug #9204: SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
I still do not understand one point here. Consider the @ToolTip.activate()@:... Eugenie Lyzenko
02:25 AM Bug #9204: SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
The solution is to translate the mouse event coordinates returned by @MouseEvent.getXOnScreen@ and @getYOnScreen@ to ... Hynek Cihlar
08:51 PM Bug #9204: SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
In certain conditions the widget absolute coordinates are calculating incorrectly. This leads to tooltip show failing... Eugenie Lyzenko
08:45 PM Bug #9204 (New): SWING GUI: Tooltip activation issue with incorrect widget absolute coordinates
Eugenie Lyzenko

09/24/2024

03:54 PM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
Galya B wrote:
> My tests show that @BASE-KEY@ can be only one of the root keys for Windows: @HKEY_CLASSES_ROOT@, @H...
Roger Borrello
01:30 PM Bug #9201: Implement EDITOR:NUM-REPLACED attribute
The @NUM-REPLACED@ attribute is not implemented for the @EDITOR@ widget. Currently there exists the corresponding fie... Vladimir Tsichevski
01:26 PM Bug #9201 (New): Implement EDITOR:NUM-REPLACED attribute
Vladimir Tsichevski
09:27 AM Bug #7657: 8-bit character entry problem in ChUI
Detected tooltip issue for @Swing@ client. Debugging. Eugenie Lyzenko

09/23/2024

04:34 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15454@, new revision is @15468@. Eugenie Lyzenko

09/20/2024

06:43 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15450@, new revision is @15464@. Eugenie Lyzenko
08:11 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with recent trunk @15448@, new revision is @15462@. Eugenie Lyzenko
 

Also available in: Atom