Activity
From 07/11/2021 to 08/09/2021
08/06/2021
- 03:48 PM Bug #5587 (WIP): Decimal format not handled properly
- 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...
- 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...
- 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...
- 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 ... - 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.... - 10:08 AM Bug #5587 (WIP): Decimal format not handled properly
08/04/2021
- 02:29 PM Support #4955 (Closed): web client/javascript drawing - fast vs crisp
- 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 ... - 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 ... - 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 ...
- 07:50 AM Support #5584 (New): WidgetRegistry.getComponent() is expensive and can be optimized
- 07:47 AM Support #5583 (New): MenuGuiImpl redraws everything when only a subset of drawing is needed
- 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...
- 07:23 AM Bug #5582 (New): webgl renderer is significantly slower than canvas2d (performance regression)
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...
- 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...
- 10:12 AM Bug #5581 (New): ChUI slowdown when child OS process holds open input
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...
- 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, ... - 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...
- 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...
- 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... - 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...
- 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... - 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...
- 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...
- 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.
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...
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...
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 @...
- 07:07 AM Bug #5570 (New): properly support keyboard input for multi-byte charsets
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 ... - 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... - 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... - 11:57 AM Bug #5564: Prevent unnecessary triggers to destroyed widgets
- This patch was added in 3821c revisions 12710 and 12714:...
- 11:46 AM Bug #5564 (New): Prevent unnecessary triggers to destroyed widgets
07/13/2021
- 02:01 PM Bug #5118: TREELIST widget issues
- Vladimir Tsichevski wrote:
> Another differences:
>
> # In FWD column dragging start right at the first mouse mov... - 12:54 PM Bug #5543: Placement, visibility and dimension issues of down frame children
- The testcases used in #5518 are now available in @testcases/uast/gui_down_frame/@.
- 08:13 AM Bug #5543: Placement, visibility and dimension issues of down frame children
- Please check in the testcases to @testcases/uast/gui_down_frame/@. They will be found there more easily for other ta...
- 08:09 AM Bug #5543: Placement, visibility and dimension issues of down frame children
- Some testcases for down frames show:
* incorrect placement of child widgets: when the child is a frame, it is someti... - 07:56 AM Bug #5543 (New): Placement, visibility and dimension issues of down frame children
Also available in: Atom