Project

General

Profile

Activity

From 03/08/2022 to 04/06/2022

04/06/2022

06:19 PM Bug #6254: SELECTION-LIST: horizontal scrollbar is always inactive
Horizontal scrolling is not working in @SELECTION-LIST@. The scrollbar is visible, but inactive even if long lines ex... Vladimir Tsichevski
06:18 PM Bug #6254 (New): SELECTION-LIST: horizontal scrollbar is always inactive
Vladimir Tsichevski
05:49 PM Bug #6251: Swing ChUI: BACK-TAB does not work
Test example @5937.p@.
The @TAB@ key works properly, but the @BACK-TAB@ does not do anything for any widget in the...
Vladimir Tsichevski
05:48 PM Bug #6251 (Rejected): Swing ChUI: BACK-TAB does not work
Vladimir Tsichevski
05:34 PM Bug #6250: SELECTION-LIST: declaring event trigger does not suppress normal event processing
# In OE, if I define an event trigger, the default event processing is suppressed. For example, if I define event tri... Vladimir Tsichevski
05:32 PM Bug #6250 (New): SELECTION-LIST: declaring event trigger does not suppress normal event processing
Vladimir Tsichevski
04:25 PM Bug #6249: SELECTION-LIST: lookup items beginning with SPACE issue
@SELECTION-LIST@ lookup feature: go to first or next item beginning with the character pressed.
When the user pres...
Vladimir Tsichevski
04:15 PM Bug #6249 (New): SELECTION-LIST: lookup items beginning with SPACE issue
Vladimir Tsichevski
03:34 PM Bug #6248: SELECTION-LIST: No mouse double-click actions
This issue was initially referenced in #5937. Vladimir Tsichevski
03:33 PM Bug #6248: SELECTION-LIST: No mouse double-click actions
In OE, when the user double-click an item in @SELECTION-LIST@:
# In *single selection mode*: @DEFAULT-ACTION@ is t...
Vladimir Tsichevski
03:32 PM Bug #6248 (New): SELECTION-LIST: No mouse double-click actions
Vladimir Tsichevski
01:10 PM Bug #6247: SELECTION-LIST drawing issues in GUI mode
These issues were previously registered as #5937-9 and #5937-10. Vladimir Tsichevski
01:08 PM Bug #6247: SELECTION-LIST drawing issues in GUI mode
The selection list in OE:
!5937-OE.png!
the same list in FWD:
!5937-FWD.png!
The differences:
1. in FWD th...
Vladimir Tsichevski
01:04 PM Bug #6247 (New): SELECTION-LIST drawing issues in GUI mode
Vladimir Tsichevski
11:11 AM Bug #6245: SELECTION-LIST: the first item is not initially highlighted in Swing ChUI
The test example @5937-simple.p@. Vladimir Tsichevski
11:05 AM Bug #6245: SELECTION-LIST: the first item is not initially highlighted in Swing ChUI
In OE ChUI, when the ``SELECTION-LIST`` is first shown, the first item is highlighted:
!6245-OE.png!
In FWD Swi...
Vladimir Tsichevski
11:03 AM Bug #6245 (New): SELECTION-LIST: the first item is not initially highlighted in Swing ChUI
Vladimir Tsichevski
09:51 AM Bug #6241: NPE in LinuxKeyboardReader when Escape is pressed
# Open any application with a window in ChUI Swing.
# Press @Escape@. Client crashes with NPE.
The stack trace:
...
Vladimir Tsichevski
09:38 AM Bug #6241 (New): NPE in LinuxKeyboardReader when Escape is pressed
Vladimir Tsichevski
06:48 AM Bug #6240: Context menu should open on mouse down and not mouse click
The attached diff simply moves the code responsible for showing context menus from @mouseClicked@ to @mousePressed@. ... Hynek Cihlar
06:45 AM Bug #6240 (New): Context menu should open on mouse down and not mouse click
Hynek Cihlar

04/05/2022

05:57 PM Bug #6239: SELECTION-LIST dragging with mouse does not scroll
In OE if the user drags an item in a @SELECTION-LIST@ with vertical scrolling enabled, the list is scrolled when the ... Vladimir Tsichevski
05:52 PM Bug #6239 (New): SELECTION-LIST dragging with mouse does not scroll
Vladimir Tsichevski
03:20 PM Bug #6238: Incorrect focus after frame hidden
The following test case shows the issue. In GUI focus must be set in @t2@ after the button is chosen, but it is set i... Hynek Cihlar
03:18 PM Bug #6238 (New): Incorrect focus after frame hidden
Hynek Cihlar

04/04/2022

12:21 PM Bug #6234: Frame does not receive focus
Example program @frame-focus.p@. In OE, when the user presses a key, the @ANY-KEY@ trigger is fired, and a message is... Vladimir Tsichevski
12:18 PM Bug #6234 (New): Frame does not receive focus
Vladimir Tsichevski
07:19 AM Support #6212 (Closed): View frame display default value for fill-in for some data types
Greg Shah
02:54 AM Support #6212: View frame display default value for fill-in for some data types
6212.patch checked in 3821c revision 13734. Hynek Cihlar

04/03/2022

07:34 PM Support #6212: View frame display default value for fill-in for some data types
Yes, go ahead. Greg Shah
03:00 PM Support #6212: View frame display default value for fill-in for some data types
Hynek Cihlar wrote:
> Greg Shah wrote:
> > Hynek: Please review and merge to 3821c if it is OK.
>
> Marian, the ...
Hynek Cihlar

04/02/2022

02:31 PM Support #6212: View frame display default value for fill-in for some data types
Greg Shah wrote:
> > Normally this should not be called when data type or format is being set
>
> The @DISPLAY <e...
Marian Edu
09:40 AM Support #6212: View frame display default value for fill-in for some data types
> Normally this should not be called when data type or format is being set
The @DISPLAY <expr> format "<fmt>" &#64...
Greg Shah
08:35 AM Support #6212: View frame display default value for fill-in for some data types
Hynek Cihlar wrote:
> Marian, the change also affects other use cases than only @VIEW@ or visibility change. For exa...
Marian Edu

04/01/2022

12:08 PM Support #6212: View frame display default value for fill-in for some data types
Greg Shah wrote:
> Hynek: Please review and merge to 3821c if it is OK.
Marian, the change also affects other use...
Hynek Cihlar
08:26 AM Support #6212: View frame display default value for fill-in for some data types
Hynek: Please review and merge to 3821c if it is OK. Greg Shah
06:41 AM Support #6212 (Review): View frame display default value for fill-in for some data types
Marian Edu
06:41 AM Support #6212 (WIP): View frame display default value for fill-in for some data types
Attached a quick patch to fix this and for whatever reason the screen width for datetime format only considered the d... Marian Edu

03/28/2022

08:48 AM Support #6212: View frame display default value for fill-in for some data types
When calling @view@ on a frame, or change it's @visibility@ in FWD some of the fill-ins in the frame shows a default ... Marian Edu
08:45 AM Support #6212 (Closed): View frame display default value for fill-in for some data types
Marian Edu
08:36 AM Bug #6211: Display changes z-order
When a @display@ statement is used with a widgets list the FWD implementation changes the widgets z-order in frame by... Marian Edu
08:23 AM Bug #6211 (New): Display changes z-order
Marian Edu

03/21/2022

08:16 AM Bug #4993 (Closed): Overlay prevents input when modal dialog open in embedded mode in Chrome
Confirmed, this is fixed. Greg Shah

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
 

Also available in: Atom