Project

General

Profile

Activity

From 03/06/2025 to 04/04/2025

04/05/2025

09:10 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with trunk revision @15842@, new revision is @15868@.
Just rebase.
Eugenie Lyzenko

04/04/2025

03:26 PM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
In revision 15832, a regression was resolved in the @ParsedDateFormat.toString()@ method, which had incorrectly inser... Vladimir Tsichevski
03:06 PM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
I found that @date.getDateOrderNative()@ returns date order strings like "mdy", so I can now eliminate the @Order@ en... Vladimir Tsichevski
01:47 PM Bug #9874: Incorrect TAB and BACKTAB handling in FILL-IN with no other tab stops
In OE, when no other tab-stop-enabled widgets exist, the @TAB@ and @BACKTAB@ keys have no effect. In FWD, however, th... Vladimir Tsichevski
01:40 PM Bug #9874 (New): Incorrect TAB and BACKTAB handling in FILL-IN with no other tab stops
Vladimir Tsichevski
10:46 AM Bug #9873 (WIP): FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Same issue for the @CUT@ operation. Vladimir Tsichevski
09:04 AM Bug #9873 (Review): FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Fixed in 9873a rev. 15843. Please, review. Vladimir Tsichevski
09:03 AM Bug #9873 (WIP): FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Vladimir Tsichevski
08:56 AM Bug #9873: FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Support for these key combinations was introduced in revision 15947. These operations modify the caret position, whic... Vladimir Tsichevski
08:38 AM Bug #9873 (Test): FILL-IN: client crashes on CTRL-SHIFT-LEFT or CTRL-SHIFT-RIGHT
Vladimir Tsichevski

04/03/2025

03:25 PM Bug #9855 (Review): Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Hynek, please, review.
The remaining things:
# I didn’t sort fields and methods in the modified classes to keep...
Vladimir Tsichevski
03:13 PM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Date format adjustment implemented in 9855a rev. 15830. The result passes @TestDateFormatAdjustment.cls@ tests. Vladimir Tsichevski

04/02/2025

04:58 PM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Update: Aside from one exception, date format components can consist of any positive number of nines, resulting in an... Vladimir Tsichevski
02:40 PM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Attached is a @test-date-format-formatting-adjustment.p@ 4gl procedure, which proves the hypothesis that format adjus... Vladimir Tsichevski
10:45 AM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Attached is a class @DateFormatAdjuster.java@ with the @reorderForDateFormatAssignment@ method, which does format adj... Vladimir Tsichevski
08:41 AM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Vladimir Tsichevski wrote:
> UPD2: A format component may consist of any number of nines from 1 to 4, not just @99@ ...
Vladimir Tsichevski
12:03 PM Bug #4135: high dpi screens display in low dpi
Eugenie Lyzenko wrote:
> Sergey Ivanovskiy wrote:
> > Eugenie, could you post references to standalone testcases th...
Sergey Ivanovskiy

04/01/2025

03:49 PM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Eugenie, could you post references to standalone testcases that can help to test direct m...
Eugenie Lyzenko
03:13 PM Bug #4135: high dpi screens display in low dpi
Eugenie, could you post references to standalone testcases that can help to test direct manipulation functionality? Sergey Ivanovskiy
03:10 PM Bug #4135: high dpi screens display in low dpi
Committed revision 15820 (4135b) added zooming. Hynek, please review these changes. I did not succeed in fixing 2d->w... Sergey Ivanovskiy
09:13 AM Bug #4135: high dpi screens display in low dpi
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Found only the code that resized maximized windows but I need to...
Sergey Ivanovskiy
08:21 AM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Found only the code that resized maximized windows but I need to repaint all of them.
...
Hynek Cihlar
08:15 AM Bug #4135: high dpi screens display in low dpi
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Please point on the referenced methods that can invalidate windo...
Sergey Ivanovskiy
03:44 AM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Please point on the referenced methods that can invalidate windows?
Please see @GuiWeb...
Hynek Cihlar

03/31/2025

06:15 PM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
UPD1: Formats are also adjusted when converting a date to a string, such as with @STRING(d, "99/99/9999")@.
UPD2: A ...
Vladimir Tsichevski
05:43 PM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Format adjustment can occur also in a date variable declaration, but the adjustment rules differs.
I've created a ...
Vladimir Tsichevski
08:52 AM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Here are the rules for date format adjustments in OE. It determine:
# In which situations format adjustment is req...
Vladimir Tsichevski
02:41 PM Bug #4135: high dpi screens display in low dpi
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Yes, please look at the video attached in #4135-74. We cannot us...
Sergey Ivanovskiy

03/30/2025

06:50 PM Bug #9855 (WIP): Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Attached @TestDateFormatAdjustment.cls@ is an advanced unit test class, which tests *all* (72) possible date format p... Vladimir Tsichevski

03/29/2025

06:42 AM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
The attached @TestDateFormatTransition.cls@ contains ABLUnit tests. Vladimir Tsichevski

03/28/2025

03:05 PM Bug #9855: Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
When a @DATE@ variable’s @FORMAT@ is set (e.g., @d:FORMAT = "99/99.9999"@), FWD should modify the format to match @SE... Vladimir Tsichevski
02:31 PM Bug #9855 (Test): Date FILL-IN: adjusts DATE format to SESSION:DATE-FORMAT order
Vladimir Tsichevski
02:12 PM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Yes, please look at the video attached in #4135-74. We cannot use cached drawings for new...
Hynek Cihlar
06:58 AM Bug #4135: high dpi screens display in low dpi
Yes, please look at the video attached in #4135-74. We cannot use cached drawings for new high density screen. It fol... Sergey Ivanovskiy
06:44 AM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> > I tried a simple jsfiddle and resize event does come when zoom is changed by the user. ...
Hynek Cihlar
06:31 AM Bug #4135: high dpi screens display in low dpi
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I have not succeeded yet in attempts to apply scaling for zoomin...
Sergey Ivanovskiy
06:25 AM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> I have not succeeded yet in attempts to apply scaling for zooming windows. It seems that ...
Hynek Cihlar

03/27/2025

07:19 AM Bug #4135: high dpi screens display in low dpi
To clarify these issues I did a screen shot video. After some efforts I got this result that shows that blur text and... Sergey Ivanovskiy
06:51 AM Bug #4135: high dpi screens display in low dpi
I tried two ways to create new renderer and to reset the existing renderer. In both cases I encountered issues relate... Sergey Ivanovskiy
06:48 AM Bug #4135: high dpi screens display in low dpi
I have not succeeded yet in attempts to apply scaling for zooming windows. It seems that one of the root cause is tha... Sergey Ivanovskiy

03/26/2025

05:40 AM Bug #4135: high dpi screens display in low dpi
First I have the trunk issue #4135-69 when switching between 2d and webgl renderers and the second issue is to find a... Sergey Ivanovskiy
05:37 AM Bug #4135: high dpi screens display in low dpi
Hynek, could you reproduce the issue in #4135-69 with the trunk version? Sergey Ivanovskiy

03/25/2025

11:46 AM Bug #4135: high dpi screens display in low dpi
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek, did you test switching renderer with the trunk recently? ...
Sergey Ivanovskiy
08:02 AM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Hynek, did you test switching renderer with the trunk recently? It seems when switching f...
Hynek Cihlar
07:58 AM Bug #4135: high dpi screens display in low dpi
Hynek, did you test switching renderer with the trunk recently? It seems when switching from 2d to webgl the window i... Sergey Ivanovskiy
04:15 AM Bug #4135 (WIP): high dpi screens display in low dpi
Sergey Ivanovskiy
03:57 AM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Hynek Cihlar wrote:
> > > > I o...
Hynek Cihlar
02:05 AM Bug #4135: high dpi screens display in low dpi
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > I only tried a simple JS fiddle but t...
Sergey Ivanovskiy
05:46 AM Bug #9826: ChUI: blinking cursor possible issue
Run @7143-1445.p@ program in ChUI.
# the blinking cursor initially appears on the selected radio-button, which is ...
Vladimir Tsichevski
05:37 AM Bug #9826 (New): ChUI: blinking cursor possible issue
Vladimir Tsichevski
05:39 AM Bug #9825: ChUI: Incorrect rectangle height
Screenshot
!7143-1445-chui_native.png!
Vladimir Tsichevski
05:35 AM Bug #9825: ChUI: Incorrect rectangle height
Run the @7143-1445.p@ example.
# ChUI: shows 2 lines when 3 are expected, and:
# Intersects with the radio-s...
Vladimir Tsichevski
05:27 AM Bug #9825 (New): ChUI: Incorrect rectangle height
Vladimir Tsichevski

03/24/2025

04:30 PM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > I only tried a simple JS fiddle but the result was good. Try to ...
Hynek Cihlar
02:19 PM Bug #4135 (Review): high dpi screens display in low dpi
4135b rev 15819. Sergey Ivanovskiy
02:17 PM Bug #4135: high dpi screens display in low dpi
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Sergey Ivanovskiy wrote:
> > > > I t...
Sergey Ivanovskiy
12:28 PM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > I think we still need to use med...
Hynek Cihlar
10:16 AM Bug #4135: high dpi screens display in low dpi
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I think we still need to use media query because we should detec...
Sergey Ivanovskiy
09:47 AM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> I think we still need to use media query because we should detect screen density. @device...
Hynek Cihlar
09:06 AM Bug #4135: high dpi screens display in low dpi
I think we still need to use media query because we should detect screen density. @devicePixelRatio@ increases with s... Sergey Ivanovskiy
06:52 AM Bug #4135: high dpi screens display in low dpi
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Code review 4135b.
> >
> > How is the scale factor of 2 deter...
Hynek Cihlar
06:10 AM Bug #4135: high dpi screens display in low dpi
Hynek Cihlar wrote:
> Code review 4135b.
>
> How is the scale factor of 2 determined for high resolution screens?...
Sergey Ivanovskiy
05:20 AM Bug #4135 (WIP): high dpi screens display in low dpi
Code review 4135b.
How is the scale factor of 2 determined for high resolution screens? Why don't you use @window....
Hynek Cihlar

03/21/2025

03:06 PM Bug #4135 (Review): high dpi screens display in low dpi
Committed revision 15793 (4135b) fixed found issues. Please review. Passed manual ui tests with the large customer ap... Sergey Ivanovskiy
09:38 AM Feature #9787 (Test): Missing NUM-ITERATIONS frame widget attribute full support
Greg Shah
08:43 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
Branch @9787a@ was merged to trunk as revno @15808@ then it was archived. Eugenie Lyzenko
08:28 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ rebased with trunk revision @15807@, new revision is @15810@.
Starting merge in trunk.
Eugenie Lyzenko
08:04 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
Hynek Cihlar wrote:
> Please merge 9787a to trunk after 9491b.
OK.
Eugenie Lyzenko
08:02 AM Feature #9787 (Merge Pending): Missing NUM-ITERATIONS frame widget attribute full support
Please merge 9787a to trunk after 9491b. Hynek Cihlar
07:49 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ rebased with trunk revision @15806@, new revision is @15809@.
Hynek,
Do you have another objection ...
Eugenie Lyzenko
09:33 PM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ updated for review to revision @15806@.
The change fixes the typo in history entry number for file @Co...
Eugenie Lyzenko
09:38 AM Bug #9792 (Test): Frame handle: Can't query side-labels
Greg Shah
08:45 AM Bug #9792: Frame handle: Can't query side-labels
The fix merged to trunk as revision @15808@. Eugenie Lyzenko

03/20/2025

02:26 PM Bug #4135: high dpi screens display in low dpi
Guessed what happened from rev @4135a@ to rev @4135b@. Now images are drawn with help of @drawImage@ that takes into ... Sergey Ivanovskiy
01:08 PM Bug #4135 (WIP): high dpi screens display in low dpi
I found that the issues in the current version. The images are broken, it was observed after clean rebuilt. So this b... Sergey Ivanovskiy
08:12 AM Bug #4135 (Review): high dpi screens display in low dpi
Sergey Ivanovskiy
08:12 AM Bug #4135: high dpi screens display in low dpi
Moved changes over the current versions. Please review revision 15792 (4135b). I am not sure if the goal is reached o... Sergey Ivanovskiy
01:45 PM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ rebased with trunk revision @15803@, new revision is @15805@.
The @ChUI@ regression testing is in prog...
Eugenie Lyzenko
07:02 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
Hynek Cihlar wrote:
> Code review 9787a. The changes look good. Please include ChUI also run regression tests.
Ye...
Eugenie Lyzenko
05:15 AM Feature #9787 (Internal Test): Missing NUM-ITERATIONS frame widget attribute full support
Code review 9787a. The changes look good. Please include ChUI also run regression tests. Hynek Cihlar
09:23 AM Bug #9807 (Test): Ctrl-A and select-all do not work in an editor when the first line is empty aft...
Branch 9807a was merged into trunk as rev.15802 and archived. Andreea Bârzu
09:05 AM Bug #9807 (Merge Pending): Ctrl-A and select-all do not work in an editor when the first line is ...
Sooo, 9807a can be merged now. Radu Apetrii
08:28 AM Bug #9807: Ctrl-A and select-all do not work in an editor when the first line is empty after pres...
For GUI regression testing I included:
* editor with no text
* text is multi-line in editor
* text is multi-line i...
Andreea Bârzu
07:50 AM Bug #9807: Ctrl-A and select-all do not work in an editor when the first line is empty after pres...
On Andreea's request, ChUI regression tests were run, and they passed. ✅ Razvan-Nicolae Chichirau
04:58 AM Support #9812: browser resolution
Andrei Iacob wrote:
> I am not expriencing any rendering issue anymore, most probably I had some problematic changes...
Hynek Cihlar
04:35 AM Support #9812: browser resolution
I am not expriencing any rendering issue anymore, most probably I had some problematic changes, but in trying to recr... Andrei Iacob
03:42 AM Support #9812: browser resolution
Andrei what kind of issues do you see in particular? We should not have issues with any resolution or even scale set ... Hynek Cihlar
03:22 AM Support #9812: browser resolution
Greg Shah wrote:
> Do you mean the size (in pixels) of the browser "content" window?
The size (in pixels) of the ...
Andrei Iacob
09:57 PM Bug #7657: 8-bit character entry problem in ChUI
The @7657a@ rebased with trunk revision @15800@, new revision is @15826@.
Just rebase to match current trunk.
Eugenie Lyzenko

03/19/2025

03:37 PM Bug #9807 (Internal Test): Ctrl-A and select-all do not work in an editor when the first line is ...
Andreea Bârzu wrote:
> *Committed 9807 / revision 15792.*
> Hynek, can you please review?
Code review. The chan...
Hynek Cihlar
11:00 AM Bug #9807 (Review): Ctrl-A and select-all do not work in an editor when the first line is empty a...
Andreea Bârzu
11:00 AM Bug #9807 (WIP): Ctrl-A and select-all do not work in an editor when the first line is empty afte...
*Committed 9807 / revision 15792.*
Hynek, can you please review?
Andreea Bârzu
06:06 AM Bug #9807: Ctrl-A and select-all do not work in an editor when the first line is empty after pres...
When select-all/ctrl-a is chosen, setSelection() is called. For the use-case from #9801-1 there are 2 lines(the first... Andreea Bârzu
05:32 AM Bug #9807: Ctrl-A and select-all do not work in an editor when the first line is empty after pres...
Testcase:... Andreea Bârzu
05:22 AM Bug #9807 (Test): Ctrl-A and select-all do not work in an editor when the first line is empty aft...
Andreea Bârzu
01:39 PM Support #9812: browser resolution
Do you mean the size (in pixels) of the browser "content" window? Or do you mean the size of the device screen on wh... Greg Shah
01:37 PM Support #9812: browser resolution
From Andrei Iacob:
> What is the official support of FWD for web browsers resolutions? While working on #9772, I'v...
Greg Shah
01:37 PM Support #9812 (New): browser resolution
Greg Shah
11:51 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ rebased with trunk revision @15800@, new revision is @15802@. Eugenie Lyzenko
10:51 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ rebased with trunk revision @15799@, new revision is @15801@. Eugenie Lyzenko
09:45 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ rebased with trunk revision @15798@, new revision is @15800@. Eugenie Lyzenko
09:19 AM Bug #4135: high dpi screens display in low dpi
Greg Shah wrote:
> Is this ready for review?
No, it is not ready. I am just applying the changes manually. From the...
Sergey Ivanovskiy
08:39 AM Bug #4135: high dpi screens display in low dpi
Is this ready for review? Greg Shah
03:21 AM Bug #4135: high dpi screens display in low dpi
Created 4135b, moving effective changes of 4135a over 4135b. Sergey Ivanovskiy
07:44 AM Bug #9808: Incorrect screen value for datetime / datetime-tz
The fill-in screen values for @datetime@ and @datetime-tz@ are not correctly set. Specifically, some separators are h... Paula Păstrăguș
07:40 AM Bug #9808 (New): Incorrect screen value for datetime / datetime-tz
Paula Păstrăguș

03/18/2025

12:37 PM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ rebased with trunk revision @15790@, new revision is @15792@.
Just rebase.
Eugenie Lyzenko
09:00 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ updated for review to revision @15781@. Rebased with recent trunk @15789@. New revision is @15791@.
In...
Eugenie Lyzenko
10:55 AM Bug #9732 (Test): Pressing Dead keys with Dutch system language produces different key events dep...
Branch 9293d was merged into trunk as rev. 15790 and archived. Sergey Ivanovskiy
10:04 AM Bug #9732 (Merge Pending): Pressing Dead keys with Dutch system language produces different key e...
The changes are good. Please merge 9293d to trunk. Hynek Cihlar
01:43 AM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
I fixed found issues and the changes passed CHUI regression tests. Can 9392d be merged into the trunk? Sergey Ivanovskiy
09:19 AM Bug #4437 (Closed): copy, paste and cut functionality don't work as expected
Greg Shah
08:49 AM Bug #4437: copy, paste and cut functionality don't work as expected
This is an old issue that you have made. We don't have a corresponding Jira issue.
I don't know why this is still ...
Wendy Allefs
09:01 AM Bug #9792: Frame handle: Can't query side-labels
The fix committed to @9787a@ revision @15781@. Waiting for review and merge notification. Eugenie Lyzenko
07:57 AM Bug #9792: Frame handle: Can't query side-labels
Greg Shah wrote:
> Code Review #9792-5
>
> I agree completely. Good fix.
>
> You can add it to 9787a. Is the...
Eugenie Lyzenko
06:35 AM Bug #9792 (Internal Test): Frame handle: Can't query side-labels
Code Review #9792-5
I agree completely. Good fix.
You can add it to 9787a. Is there something else to fix here?
Greg Shah
02:19 AM Bug #4135 (WIP): high dpi screens display in low dpi
The changes are over the old revision. It needs to clean these changes and apply over the branch over the current tru... Sergey Ivanovskiy

03/17/2025

06:20 PM Bug #9799: blurry text rendering in the GUI web client
From #1811-1371:
> I can't find a way to disable anti-aliasing when drawing text, via some simple setting in CSS/c...
Greg Shah
05:51 PM Bug #9799 (New): blurry text rendering in the GUI web client
Greg Shah
06:11 PM Bug #4135: high dpi screens display in low dpi
Sergey: Please rebase 4135a and let's get it reviewed and merged. I'd like to see if it helps #9800. Greg Shah
03:55 PM Bug #9792 (Review): Frame handle: Can't query side-labels
Eugenie Lyzenko
03:55 PM Bug #9792 (WIP): Frame handle: Can't query side-labels
Eugenie Lyzenko
03:54 PM Bug #9792: Frame handle: Can't query side-labels
Made some research and found the @SIDE-LABEL@ is just an abbreviation for @SIDE-LABELS@. In 4GL it is possible to use... Eugenie Lyzenko
12:42 PM Bug #9792: Frame handle: Can't query side-labels
Greg Shah wrote:
> Let's just clear this now.
OK.
But what does @SIDE-LABEL@ mean for frame widget? The same a...
Eugenie Lyzenko
09:49 AM Bug #9792: Frame handle: Can't query side-labels
Let's just clear this now. Greg Shah
09:37 AM Bug #9792: Frame handle: Can't query side-labels
Example... Dănuț Filimon
09:35 AM Bug #9792 (Test): Frame handle: Can't query side-labels
Dănuț Filimon
03:12 PM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
9293d also passed ctrl-c regression tests. Sergey Ivanovskiy
02:36 PM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
9293d was rebased rev 15784 and added history entries rev 15785. Sergey Ivanovskiy
02:05 PM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
Hynek Cihlar wrote:
> Code review 9293d revision 15767. A minor point, changing @convertKey@ param name to @unicodeP...
Sergey Ivanovskiy
01:34 PM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
9293d rev. 15767 passed the main regression in 3 runs, in first run there are 3 failed tests including 1 known failed... Sergey Ivanovskiy
11:10 AM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
Code review 9293d revision 15767. A minor point, changing @convertKey@ param name to @unicodePoint@ would make the us... Hynek Cihlar
05:48 AM Bug #9732 (Review): Pressing Dead keys with Dutch system language produces different key events d...
Sergey Ivanovskiy
05:45 AM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Yes, the same issue is in the trunk. Should I create new issue o...
Sergey Ivanovskiy
10:59 AM Feature #9787 (Review): Missing NUM-ITERATIONS frame widget attribute full support
The @9787a@ updated for review to revision @15780@.
Complete runtime support for @NUM-ITERATIONS@ attribute with f...
Eugenie Lyzenko
09:25 AM Feature #9787 (WIP): Missing NUM-ITERATIONS frame widget attribute full support
Eugenie Lyzenko
09:23 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
Greg Shah wrote:
> Yes, fix it now.
Created task branch @9787a@ from trunk revision @15779@.
Eugenie Lyzenko
07:06 AM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
Yes, fix it now. Greg Shah
10:14 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
Roger Borrello wrote:
> Galya, the situation where the application gives NPE noted in #8353-33 has been "re-reported...
Galya B
10:12 AM Bug #8353: Fully support stanza INI LOAD/USE/UNLOAD scenarios
Galya, the situation where the application gives NPE noted in #8353-33 has been "re-reported" by the customer. I crea... Roger Borrello

03/14/2025

06:11 PM Feature #9787: Missing NUM-ITERATIONS frame widget attribute full support
The original source can be simple:... Eugenie Lyzenko
06:08 PM Feature #9787 (Test): Missing NUM-ITERATIONS frame widget attribute full support
Eugenie Lyzenko
01:19 PM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
Sergey Ivanovskiy wrote:
> Yes, the same issue is in the trunk. Should I create new issue or work here and fix this ...
Hynek Cihlar
11:37 AM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
Yes, the same issue is in the trunk. Should I create new issue or work here and fix this with 9293d? Sergey Ivanovskiy

03/13/2025

04:20 PM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
Sergey Ivanovskiy wrote:
> But sadly I found the issue that relates to @FillinGuiImpl@ and @EditorGuiImpl@ does not ...
Eugenie Lyzenko
04:19 PM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
I have no objections for rev @9293d@/@15766@. Eugenie Lyzenko
03:44 PM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
But sadly I found the issue that relates to @FillinGuiImpl@ and @EditorGuiImpl@ does not display some codes, for an e... Sergey Ivanovskiy
02:46 PM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
I tested the large customer application and did not find regressions. Sergey Ivanovskiy
12:48 PM Bug #9732 (Internal Test): Pressing Dead keys with Dutch system language produces different key e...
Sergey Ivanovskiy wrote:
> Thank you for the review, I fixed all these notes in rev 15766 (9293d). Please review.
...
Hynek Cihlar
06:43 AM Bug #9732 (Review): Pressing Dead keys with Dutch system language produces different key events d...
Thank you for the review, I fixed all these notes in rev 15766 (9293d). Please review. Sergey Ivanovskiy
02:57 AM Bug #9732 (WIP): Pressing Dead keys with Dutch system language produces different key events depe...
Code review 9293d.
Just some minor points.
Please deduplicate the code checking for active IME (where "active"...
Hynek Cihlar

03/12/2025

12:40 PM Bug #9732 (Review): Pressing Dead keys with Dutch system language produces different key events d...
Committed revision 15765 (9293d). Please review changes. Sergey Ivanovskiy
11:05 AM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
Create branch 9293d. Sergey Ivanovskiy
07:36 AM Feature #4853 (Closed): implement support for reporting a device-id which is meant to identify a ...
Greg Shah

03/11/2025

12:24 PM Bug #9657: Date FILL-IN with no separator format: incorrect display value for unknown date value
Vladimir Tsichevski wrote:
> Fixed in 9657a rev. 15712. Has to be tested with ChUI.
I'm having difficulties runni...
Vladimir Tsichevski

03/07/2025

09:55 AM Feature #9055: server-side processing of client platform dependencies in the UI
From Hynek:
> It sounds like you are more up to a parallel albeit limited UI implementation on the server.
>
> I...
Greg Shah
09:53 AM Feature #9055: server-side processing of client platform dependencies in the UI
From Hynek:
> Do you anticipate to identify the individual UI resources (client calls, UI features, etc.) used in ...
Greg Shah
09:53 AM Feature #9055: server-side processing of client platform dependencies in the UI
About PASOE:
PASOE implements multiple 4GL sessions in each agent process, each of those 4GL sessions is on its ow...
Greg Shah

03/06/2025

02:50 AM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
I tested another desktop system, Ubuntu 22.04 and Google Chrome Version 133.0.6943.141 (Official Build) (64-bit) and ... Sergey Ivanovskiy
02:04 AM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
I found that @gedit@ for these two systems behaves differently when
1) Dead key @'@ was pressed down and up.
2) Th...
Sergey Ivanovskiy
01:48 AM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
But for the desktop Ubuntu 18.04 and Google Chrome Version 134.0.6998.35 (Official Build) (64-bit) and Dutch system l... Sergey Ivanovskiy
01:43 AM Bug #9732: Pressing Dead keys with Dutch system language produces different key events depending ...
For Ubuntu 22.04 and Google Chrome Version 133.0.6943.141 (Official Build) (64-bit) and Dutch system language
I obs...
Sergey Ivanovskiy
 

Also available in: Atom