Project

General

Profile

Activity

From 07/12/2020 to 08/10/2020

08/10/2020

02:09 PM Feature #4170: add drag and drop support to treeview widget
I occidentally checked that two test cases related to image-list widget aren't compiled with the current version 1144... Sergey Ivanovskiy

08/05/2020

06:16 PM Bug #4842: com-handle of CONTROL-FRAME validity
In OE the @com-handle@ of @CONTROL-FRAME@ is valid just after the @CONTROL-FRAME@ is created. In FWD, this @com-handl... Vladimir Tsichevski
06:12 PM Bug #4842 (Closed): com-handle of CONTROL-FRAME validity
Vladimir Tsichevski
02:02 PM Bug #4841 (Review): com-handle to handle automatic input parameter conversion
Vladimir Tsichevski
02:02 PM Bug #4841 (WIP): com-handle to handle automatic input parameter conversion
Fixed in 3821c rev. 11439, 4011b rev. 11620. Vladimir Tsichevski
10:41 AM Bug #4841: com-handle to handle automatic input parameter conversion
The proposed patch (in @ControlFlowOps.InternalEntryCalled.valid(...)@ and @handle.assign(BaseDataType)@):... Vladimir Tsichevski
10:26 AM Bug #4841: com-handle to handle automatic input parameter conversion
The problem:
In OE, it is Ok to pass a @com-handle@ value as a parameter to a procedure, which declares the corres...
Vladimir Tsichevski
10:18 AM Bug #4841 (Closed): com-handle to handle automatic input parameter conversion
Vladimir Tsichevski

08/04/2020

09:02 AM Feature #4837: Add javascript keyboard test application for the virtual desktop
This task is from #3690-76 and #3690-82. Sergey Ivanovskiy
08:59 AM Feature #4837 (WIP): Add javascript keyboard test application for the virtual desktop
Sergey Ivanovskiy

08/03/2020

09:32 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Sergey Ivanovskiy wrote:
> Greg Shah wrote:
> > Sergey: I think we should have this test app built into FWD and exp...
Greg Shah
09:31 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Sergey Ivanovskiy wrote:
> What is the driver level? Please use for testing the test page attached in this Redmine t...
Adrian Lungu
09:28 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Removed key released events for SPACE with modifiers in 3821c/rev. 11430 as mentioned in #3690-77 to avoid ALT+SPACE ... Adrian Lungu
09:14 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Greg Shah wrote:
> Sergey: I think we should have this test app built into FWD and expose it for testing purposes. ...
Sergey Ivanovskiy
09:11 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Adrian Lungu wrote:
> Sergey Ivanovskiy wrote:
> > I didn't observe that it was due to the changes related SPACE pr...
Sergey Ivanovskiy
08:48 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Sergey Ivanovskiy wrote:
> I didn't observe that it was due to the changes related SPACE processing. The browser gen...
Adrian Lungu
08:27 AM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
Sergey: I think we should have this test app built into FWD and expose it for testing purposes. Do we want to expose... Greg Shah

08/01/2020

03:45 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
I didn't observe that it was due to the changes related SPACE processing. The browser generates SPACE key down, SPACE... Sergey Ivanovskiy
03:43 PM Bug #3690: BUTTON widget reaction on SPACEBAR and ENTER keys
This is a simple test page for keyboard reader for branch 3821c. Please place them in 3821c project root with these t... Sergey Ivanovskiy

07/30/2020

03:28 PM Bug #4809 (Rejected): menu items created during triggers do not have their triggers fired properly
Greg Shah
02:49 PM Bug #4809 (Review): menu items created during triggers do not have their triggers fired properly
The example above is invalid in OpenEdge, so the issue must be closed (rejected). Vladimir Tsichevski
02:47 PM Bug #4809 (WIP): menu items created during triggers do not have their triggers fired properly
Vladimir Tsichevski

07/29/2020

04:00 PM Bug #4826: HTTP 413 error with Web Client
Greg Shah wrote:
> Is the recreate to use Hotel GUI in virtual desktop mode and to OS login/logout many times until ...
Igor Skornyakov
03:54 PM Bug #4826: HTTP 413 error with Web Client
Is the recreate to use Hotel GUI in virtual desktop mode and to OS login/logout many times until the problem occurs? Greg Shah
03:50 PM Bug #4826: HTTP 413 error with Web Client
After multiple logins to Web Client I got the HTTP *413 Payload Too Large* response on the OS login.
I understand th...
Igor Skornyakov
03:45 PM Bug #4826 (Closed): HTTP 413 error with Web Client
Igor Skornyakov
11:52 AM Bug #4809: menu items created during triggers do not have their triggers fired properly
Greg, the @TRIGGERS@ phrase is the same as explicitly registering a trigger with a handle:... Constantin Asofiei
10:25 AM Bug #4809: menu items created during triggers do not have their triggers fired properly
We have nothing to pass other than @lt.scope@. I suspect that dynamically created widgets with @TRIGGERS@ clauses ... Greg Shah
09:34 AM Bug #4809: menu items created during triggers do not have their triggers fired properly
Greg Shah wrote:
> Is the solution as simple as putting @TriggerManager.mergeTriggerRegistry()@ in a @finally@ block...
Vladimir Tsichevski

07/24/2020

02:24 PM Bug #4809: menu items created during triggers do not have their triggers fired properly
Is the solution as simple as putting @TriggerManager.mergeTriggerRegistry()@ in a @finally@ block for the @LogicalTer... Greg Shah
02:15 PM Bug #4809: menu items created during triggers do not have their triggers fired properly
Menu item action are not triggered, if menu items were added after the frame becomes visible.
In the following exa...
Vladimir Tsichevski
02:04 PM Bug #4809 (Rejected): menu items created during triggers do not have their triggers fired properly
Vladimir Tsichevski

07/23/2020

07:02 AM Feature #4170: add drag and drop support to treeview widget
Code review 3821c revision 11407. The changes are good. Hynek Cihlar
07:01 AM Feature #4170: add drag and drop support to treeview widget
Code review 3821c revision 11405.
@getFirstSiblingNode@ and @getLastSiblingNode@ still don't consider the case whe...
Hynek Cihlar

07/22/2020

04:08 PM Feature #4170: add drag and drop support to treeview widget
Committed the first drag&drop test case rev 2230 @uast/treeview/test-treeview-ver5-sp2-1.w@ with its hint file. There... Sergey Ivanovskiy
03:47 PM Feature #4170: add drag and drop support to treeview widget
Sorry, I missed @TreeNodeResource.this.getChildNode()@. Fixed it in the committed rev 11407 (3821c). Sergey Ivanovskiy
11:39 AM Feature #4170: add drag and drop support to treeview widget
With this version rev 11405 (3821c)... Sergey Ivanovskiy
11:24 AM Feature #4170: add drag and drop support to treeview widget
Hynek Cihlar wrote:
> Code review 3821c revision 11403.
>
> @TreeWidgetBase.getDropHighlight@, the method uses @I...
Sergey Ivanovskiy
10:31 AM Feature #4170: add drag and drop support to treeview widget
Should we support a conversion of @chCtrlFrame:TreeView:HWND@? It is supposed that @chCtrlFrame:TreeView@ is mapped t... Sergey Ivanovskiy
09:39 AM Feature #4170: add drag and drop support to treeview widget
Code review 3821c revision 11403.
@TreeWidgetBase.getDropHighlight@, the method uses @Integer.MIN_VALUE@ @config.d...
Hynek Cihlar
09:28 AM Feature #4170: add drag and drop support to treeview widget
Code review 3821c revision 11402.
@TreeNodeResource.getChildren@, @nodes@ must be checked for @null@.
@TreeNode...
Hynek Cihlar
04:29 AM Feature #4170: add drag and drop support to treeview widget
Please review the committed revision 11403 (3821c) that implemented drop highlight node functionality. Now working on... Sergey Ivanovskiy

07/21/2020

01:48 PM Feature #4170: add drag and drop support to treeview widget
Hynek, please review the committed revision 11402 (3821c) that added CHILD, NEXT, PREVIOUS, CHILDREN, FirstSibling, L... Sergey Ivanovskiy
03:23 AM Feature #4170: add drag and drop support to treeview widget
Sergey Ivanovskiy wrote:
> I committed rev 2226 @uast/treeview/test-treeview-ver5-sp2-1.w@ the 4GL UI manual drag&dr...
Sergey Ivanovskiy

07/20/2020

08:27 AM Feature #4170: add drag and drop support to treeview widget
OK. I will search OLEStartDrag events. Sergey Ivanovskiy
07:34 AM Feature #4170: add drag and drop support to treeview widget
Please look into the customer application code which must be made to work. Ask Roger (using email) where it can be f... Greg Shah
06:45 AM Feature #4170: add drag and drop support to treeview widget
I committed rev 2226 @uast/treeview/test-treeview-ver5-sp2-1.w@ the 4GL UI manual drag&drop test for MS Tree View 32b... Sergey Ivanovskiy
03:30 AM Feature #4170: add drag and drop support to treeview widget
Sergey Ivanovskiy wrote:
> I committed this 4GL program @uast/treeview/test-treeview-sp6-3.w@ rev 2225 that followed...
Sergey Ivanovskiy
02:12 AM Feature #4170: add drag and drop support to treeview widget
I committed this 4GL program @uast/treeview/test-treeview-sp6-3.w@ rev 2225 that followed the notes from #4170-5 to #... Sergey Ivanovskiy

07/19/2020

02:25 AM Feature #4170: add drag and drop support to treeview widget
Greg Shah wrote:
> Is there any remaining work or testing needed for this task?
I reviewed all drag and drop note...
Sergey Ivanovskiy
 

Also available in: Atom