Project

General

Profile

Activity

From 07/21/2021 to 08/19/2021

08/19/2021

06:55 PM Bug #5118: TREELIST widget issues
The @hasChildren@ (branch or leaf) node attribute issue:
# When a child is added to a node, FWD sets the @hasChild...
Vladimir Tsichevski
07:49 AM Bug #5118: TREELIST widget issues
Mouse event (@OnMouseLeftUp@, @OnMouseLeftDown@, @OnMouseRightUp@) triggers issue: all 3 callback arguments passed to... Vladimir Tsichevski
07:42 AM Bug #5118: TREELIST widget issues
@DeleteOnCollapse@ mode issue:
In FWD, in @DeleteOnCollapse@ mode the collapsed node subtree is not removed, if th...
Vladimir Tsichevski

08/18/2021

07:09 PM Bug #5118: TREELIST widget issues
Vladimir Tsichevski wrote:
> The API call @tree:DeleteChildNodes(nodeId)@ is not currently implemented, but is is us...
Vladimir Tsichevski
05:12 PM Bug #5118: TREELIST widget issues
The API call @tree:DeleteChildNodes(nodeId)@ is not currently implemented, but is is used in customer code. Vladimir Tsichevski

08/06/2021

03:48 PM Bug #5587 (WIP): Decimal format not handled properly
Roger Borrello
03:42 PM Bug #5587: Decimal format not handled properly
I am going to compare how the @NumberType.toString@ handles the format, since the message comes out without the space... Roger Borrello
11:46 AM Bug #5587: Decimal format not handled properly
Another issue is the extra space that comes between the user data, and the first digit. It appears that the sign is r... Roger Borrello
10:29 AM Bug #5587: Decimal format not handled properly
Another issue is the alignment of side-labels is a little off in GUI when @colon-aligned@ is set. The alignment doesn... Roger Borrello
10:26 AM Bug #5587: Decimal format not handled properly
Another issue related to format is we don't give an error condition that the 4GL does.
In the testcase mentioned ...
Roger Borrello
10:21 AM Bug #5587: Decimal format not handled properly
The display output for a decimal fill-in does not match the 4GL.
In ChUI, we are not handling user data correctly....
Roger Borrello
10:08 AM Bug #5587 (WIP): Decimal format not handled properly
Roger Borrello

08/04/2021

02:29 PM Support #4955 (Closed): web client/javascript drawing - fast vs crisp
Greg Shah
02:23 PM Support #4955: web client/javascript drawing - fast vs crisp
Sergey Ivanovskiy wrote:
> Greg Shah wrote:
> > Other than #5390, #5532 and #5582, is there any additional work or ...
Hynek Cihlar
11:34 AM Support #4955: web client/javascript drawing - fast vs crisp
Greg Shah wrote:
> Other than #5390, #5532 and #5582, is there any additional work or known issues related to webgl ...
Sergey Ivanovskiy
07:35 AM Support #4955: web client/javascript drawing - fast vs crisp
Other than #5390, #5532 and #5582, is there any additional work or known issues related to webgl support? I want to ... Greg Shah
07:50 AM Support #5584 (New): WidgetRegistry.getComponent() is expensive and can be optimized
Greg Shah
07:47 AM Support #5583 (New): MenuGuiImpl redraws everything when only a subset of drawing is needed
Greg Shah
07:33 AM Bug #5582: webgl renderer is significantly slower than canvas2d (performance regression)
At one time, the webgl renderer was faster than canvas2d for some browser versions and at least equivalent to canvas2... Greg Shah
07:23 AM Bug #5582 (New): webgl renderer is significantly slower than canvas2d (performance regression)
Greg Shah

08/03/2021

05:06 PM Bug #5581: ChUI slowdown when child OS process holds open input
Testcase @./uast/hang_through.p@ was added. When you uncomment the @update i with frame f2.@ you get Progress to hang... Roger Borrello
10:42 AM Bug #5581: ChUI slowdown when child OS process holds open input
Most of the good information starts at #4982-87 and forward. The issue came to light when a supporting script was rev... Roger Borrello
10:12 AM Bug #5581 (New): ChUI slowdown when child OS process holds open input
Roger Borrello

08/02/2021

03:23 PM Feature #3880: enhanced browse 3rd phase of improvements
> > and "All Browses/Current User". What is the reason to disable global browse cfg editing? Is it just to be consis... Stanislav Lomany
02:25 PM Feature #3880: enhanced browse 3rd phase of improvements
> we disable reading/editing of "This Browse/Current User"
Yes.
> and "All Browses/Current User".
Actually, ...
Greg Shah
02:11 PM Feature #3880: enhanced browse 3rd phase of improvements
So, we disable reading/editing of "This Browse/Current User" and "All Browses/Current User". And leave "This Browse/A... Stanislav Lomany
01:46 PM Feature #3880: enhanced browse 3rd phase of improvements
> "Current user" setting are saved in local storage. If configuration for the current user exists in local storage, s... Greg Shah
09:58 AM Feature #3880: enhanced browse 3rd phase of improvements
> Don't we need some code in the drawing layer to disable the row striping?
I thought about it. I chose the curren...
Stanislav Lomany
09:25 AM Feature #3880: enhanced browse 3rd phase of improvements
> No. All enhancements that are in the directory or set via 4GL syntax should be displayed. The @DISABLE-USER-CFG-E... Stanislav Lomany
08:59 AM Feature #3880: enhanced browse 3rd phase of improvements
Code Review Task Brnach 3821c Revision 12741
I have no objections.
Don't we need some code in the drawing layer...
Greg Shah
08:47 AM Feature #3880: enhanced browse 3rd phase of improvements
> # All user-level ("This Browse/Current User" and "All Browses/Current User") setting are not applied to the given b... Greg Shah
03:48 AM Feature #3880: enhanced browse 3rd phase of improvements
3821c rev 12741 adds conversion support for DISABLE-ROW-STRIPING, DISABLE-USER-CFG-EDIT, UNIQUE-KEY and DB-FIELD-MAPP... Stanislav Lomany
05:39 AM Bug #4130: FWD truncates decimal part instead of rounding when displaying
Work was paused and 4130a is an active branch with pending changes that have now diverged greatly from trunk and 3821c. Greg Shah

08/01/2021

05:51 PM Feature #3880: enhanced browse 3rd phase of improvements
> Add a DISABLE-USER-CFG-EDIT browse option to disable the ability of a user to change any of the otherwise customiza... Stanislav Lomany

07/30/2021

05:43 PM Bug #4130: FWD truncates decimal part instead of rounding when displaying
I looked over these @uast/format_string@ tests, and got them running on @3821c_12737@. There are errors being reporte... Roger Borrello

07/29/2021

07:21 AM Bug #5570: properly support keyboard input for multi-byte charsets
FWD does not properly map UTF-8 characters to key codes as 4GL uses a rather raw bitstring representation. Consider @... Alexandru Lungu
07:07 AM Bug #5570 (New): properly support keyboard input for multi-byte charsets
Alexandru Lungu

07/27/2021

01:25 PM Bug #5564: Prevent unnecessary triggers to destroyed widgets
Constantin Asofiei wrote:
> Roger Borrello wrote:
> > Issue #5552 has been updated by Hynek Cihlar.
> >
> > Are ...
Hynek Cihlar
01:12 PM Bug #5564: Prevent unnecessary triggers to destroyed widgets
Roger Borrello wrote:
> Issue #5552 has been updated by Hynek Cihlar.
>
> Are the key input events already on the...
Constantin Asofiei
12:03 PM Bug #5564: Prevent unnecessary triggers to destroyed widgets
Issue #5552 has been updated by Hynek Cihlar.
Are the key input events already on the event queue, when the widget...
Roger Borrello
11:57 AM Bug #5564: Prevent unnecessary triggers to destroyed widgets
This patch was added in 3821c revisions 12710 and 12714:... Roger Borrello
11:46 AM Bug #5564 (New): Prevent unnecessary triggers to destroyed widgets
Roger Borrello
 

Also available in: Atom