Project

General

Profile

Activity

From 02/18/2022 to 03/19/2022

03/14/2022

01:39 PM Bug #6167: Mouse event processing refactoring/improvement
h4. The patch description
h5. Main ideas
# The mouse released event must be dispatched to the widget which is...
Vladimir Tsichevski
01:35 PM Bug #6167: Mouse event processing refactoring/improvement
Another issue: in WEB, while no mouse buttons is pressed, all mouse events generated have @button=1@ instead of expec... Vladimir Tsichevski
01:33 PM Bug #6167: Mouse event processing refactoring/improvement
Another problem: in WEB, when the mouse enters a window area, the @MOUSE_ENTER@ event for the window is sent twice fr... Vladimir Tsichevski
01:28 PM Bug #6167: Mouse event processing refactoring/improvement
h4. WEB event slippage problem
I noticed the following problem with WEB mouse events synchronization:
h5. Situa...
Vladimir Tsichevski
01:24 PM Bug #6167: Mouse event processing refactoring/improvement
This issue is created after #6013, all customer-specific material removed.
h4. The main issue.
In 4gl, the @MO...
Vladimir Tsichevski
10:57 AM Bug #6167 (New): Mouse event processing refactoring/improvement
Vladimir Tsichevski

03/10/2022

01:51 PM Bug #6042 (Closed): Nested frame must not be made visible when empty and DISPLAY/ENABLE executed ...
Greg Shah
01:35 PM Bug #6042: Nested frame must not be made visible when empty and DISPLAY/ENABLE executed on the pa...
I can't replicate this either. Let's close it then. Hynek Cihlar

03/09/2022

06:57 AM Feature #6157: Missing widget properties
While writing testcases for widget realisation we've found a number of properties aren't supported in FWD (our curren... Marian Edu
06:55 AM Feature #6157 (New): Missing widget properties
Marian Edu
05:11 AM Bug #6042 (Feedback): Nested frame must not be made visible when empty and DISPLAY/ENABLE execute...
Hynek, are you sure about this? Running the test on my OE install does make the nested frame visible even if there ar... Marian Edu

03/08/2022

11:48 AM Bug #6155: Possibly incorrect widget Z-order
In the following example two frames and one button are created. All three are overlapped.... Vladimir Tsichevski
11:43 AM Bug #6155 (New): Possibly incorrect widget Z-order
Vladimir Tsichevski
09:07 AM Feature #4837: Add javascript keyboard test application for the virtual desktop
Yes, it should not be part of the running web client, it just must be launched from the web client. Greg Shah
08:57 AM Feature #4837 (WIP): Add javascript keyboard test application for the virtual desktop
Adding new test keys application dialog proved that the web application listeners continue to send events to the web ... Sergey Ivanovskiy

03/07/2022

07:55 PM Bug #6146: Browse abends if non-compatible query is assigned
Testcase attached. FWD abends, in 4GL all columns are deleted from the browse.... Stanislav Lomany
07:51 PM Bug #6146 (New): Browse abends if non-compatible query is assigned
Stanislav Lomany

03/02/2022

04:59 PM Bug #6130: Implement editing for overridden browse fields
For a browse you can specify override in @DEFINE BROWSE@ statement:... Stanislav Lomany
03:19 PM Bug #6130 (New): Implement editing for overridden browse fields
Stanislav Lomany

03/01/2022

12:01 PM Bug #6118: bug with RADIO-SET (and maybe other widgets) in down frames
In #6109, there was a bug where a frame was considered @0 DOWN@, and it had RADIO-SET widgets. It ended up with this... Constantin Asofiei
11:57 AM Bug #6118 (New): bug with RADIO-SET (and maybe other widgets) in down frames
Constantin Asofiei
11:34 AM Bug #6117: fix DOWN calculation when multiple FORM, DISPLAY, DEFINE FRAME, iterating block, are i...
In testcases project, @uast/combined_down@ contains some tests to fix DOWN problems found in #6109.
@fdn3.p@ needs...
Constantin Asofiei
11:26 AM Bug #6117 (New): fix DOWN calculation when multiple FORM, DISPLAY, DEFINE FRAME, iterating block,...
Constantin Asofiei

02/23/2022

02:47 PM Bug #6104: Desktop is fully repainted when a window is moved with WEB driver
Hynek Cihlar wrote:
> Interesting, I don't see this. Are there any extra steps beside creating a window and dragging...
Vladimir Tsichevski
01:14 PM Bug #6104: Desktop is fully repainted when a window is moved with WEB driver
Interesting, I don't see this. Are there any extra steps beside creating a window and dragging it? Hynek Cihlar
12:53 PM Bug #6104: Desktop is fully repainted when a window is moved with WEB driver
A problem with desktop repainting when a window is moved with WEB driver. Part of the window is not erased, when the ... Vladimir Tsichevski
12:49 PM Bug #6104 (New): Desktop is fully repainted when a window is moved with WEB driver
Vladimir Tsichevski

02/22/2022

02:01 PM Bug #6087: SPREADSHEET: cell format dialog ignores custom JVM locale
When custom JVM locale is set for the Web GUI client process it is correctly applied by Keikai for user input (for ex... Hynek Cihlar
01:59 PM Bug #6087 (New): SPREADSHEET: cell format dialog ignores custom JVM locale
Hynek Cihlar
12:39 PM Bug #6074: Movable widget problem
Alexandru Lungu wrote:
> Vladimir Tsichevski wrote:
> > I meant extracting to a variable of the @BaseConfig@ type a...
Vladimir Tsichevski
10:25 AM Bug #6074: Movable widget problem
Vladimir Tsichevski wrote:
> I meant extracting to a variable of the @BaseConfig@ type at the beginning of the code:...
Alexandru Lungu
10:03 AM Bug #6074: Movable widget problem
Alexandru Lungu wrote:
> Vladimir Tsichevski wrote:
> > I would extract the ((BaseConfig) widgetEff.config() expres...
Vladimir Tsichevski
08:41 AM Bug #6074: Movable widget problem
Eugenie Lyzenko wrote:
> If the frame is not *selectable* how it can become *selected*?
This was the same reasoni...
Alexandru Lungu
08:21 AM Bug #6074: Movable widget problem
The change I am working on in #6013 seems to fix #6074-12 and #6074-14. Vladimir Tsichevski

02/21/2022

03:41 PM Bug #6074: Movable widget problem
Also, after you drag the frame once, you can drag it by a point outside the frame area: by the point left or below of... Vladimir Tsichevski
03:37 PM Bug #6074: Movable widget problem
Vladimir Tsichevski wrote:
> Got NPE while testing @movable-frame.p@ here:
This happens with WEB only.
Vladimir Tsichevski
03:36 PM Bug #6074: Movable widget problem
Got NPE while testing @movable-frame.p@ here:... Vladimir Tsichevski
02:22 PM Bug #6074: Movable widget problem
Greg Shah wrote:
> Vladimir/Eugenie/Hynek: Please review.
The change looks good, and it fixes the original issue....
Vladimir Tsichevski
01:36 PM Bug #6074: Movable widget problem
Code review for @13549@.
Seems OK. But I have a questions.
If the frame is not *selectable* how it can become *...
Eugenie Lyzenko
01:01 PM Bug #6074: Movable widget problem
Vladimir/Eugenie/Hynek: Please review. Greg Shah
12:40 PM Bug #6074 (Review): Movable widget problem
3821c/rev. 13461 had some changes regarding selection. If the user presses anywhere in the window, the selected widge... Alexandru Lungu

02/20/2022

04:16 AM Feature #4438: parsing and conversion of .wrx files
Greg Shah wrote:
> > 2. The sources must be currently built with Visual Studio until it is ported in MinGW.
>
> E...
Hynek Cihlar

02/19/2022

10:28 AM Feature #4438: parsing and conversion of .wrx files
> 2. The sources must be currently built with Visual Studio until it is ported in MinGW.
Eugenie can help with thi...
Greg Shah

02/18/2022

03:11 PM Feature #4438: parsing and conversion of .wrx files
The initial version of Wrx parser is finished. I can already use it to unblock some of the related issues.
The remai...
Hynek Cihlar
 

Also available in: Atom