Activity
From 07/06/2020 to 08/04/2020
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.
- 08:59 AM Feature #4837 (WIP): Add javascript keyboard test application for the virtual desktop
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... - 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... - 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 ...
- 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. ... - 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... - 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... - 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...
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...
- 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...
07/30/2020
- 03:28 PM Bug #4809 (Rejected): menu items created during triggers do not have their triggers fired properly
- 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).
- 02:47 PM Bug #4809 (WIP): menu items created during triggers do not have their triggers fired properly
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 ... - 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?
- 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... - 03:45 PM Bug #4826 (Closed): HTTP 413 error with Web Client
- 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:...
- 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 ...
- 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...
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...
- 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... - 02:04 PM Bug #4809 (Rejected): menu items created during triggers do not have their triggers fired properly
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.
- 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...
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...
- 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).
- 11:39 AM Feature #4170: add drag and drop support to treeview widget
- With this version rev 11405 (3821c)...
- 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... - 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...
- 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... - 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... - 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...
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...
- 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...
07/20/2020
- 08:27 AM Feature #4170: add drag and drop support to treeview widget
- OK. I will search OLEStartDrag events.
- 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...
- 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...
- 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... - 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 #...
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...
07/07/2020
- 12:27 AM Feature #4164: implement misc UI features (frame options, misc attributes)
- Greg Shah wrote:
> Code Review Task Branch 3821c Revision 11358
>
> This seems better. Confirm it with testing.
...
Also available in: Atom