Activity
From 04/11/2025 to 05/10/2025
05/07/2025
- 10:50 AM Bug #4135: high dpi screens display in low dpi
- There is the drawing issue that I thought was fixed by using draw instead of repaint but this issue is still present....
05/06/2025
- 03:06 PM Bug #9929 (Internal Test): FILL-IN: Incorrect APPLY statement behavior
- Code review 9929a.
The changes look OK to me. Kudos for keeping the changes to the bare minimum :-).
Please go ... - 11:24 AM Bug #4135: high dpi screens display in low dpi
- @repaint@ must be done in an event-drawing bracket, otherwise no draw will be executed.
@repaint@ is needed so th... - 10:00 AM Bug #4135: high dpi screens display in low dpi
- Hynek, I think that we need to @WindowGuiImpl::draw@ but not @repaint@ that ...
- 06:00 AM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> Code review 4135b.
>
> @ChuiWebSimulator.java@, @ClientProtocolHooks.java@, @p2j.socket.js@... - 04:20 AM Bug #4135 (WIP): high dpi screens display in low dpi
- Code review 4135b.
@ChuiWebSimulator.java@, @ClientProtocolHooks.java@, @p2j.socket.js@ require history entry.
...
05/02/2025
- 11:16 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> Committed revision 15866(4135b) should fix #4135-124 trunk issue.
Hynek, please review...
04/30/2025
- 08:23 AM Bug #7657: 8-bit character entry problem in ChUI
- The javascript web client for printed typed keys sends this value @key.codePointAt(0)@ as a Unicode code point value ...
- 07:58 AM Bug #7657: 8-bit character entry problem in ChUI
- I imported the project and did a search for @Utils.toCharArray(int i)@ usages. The result was one usage...
- 07:28 AM Bug #7657: 8-bit character entry problem in ChUI
- I looked at the diff and found that these changes bring back this code...
- 10:07 PM Bug #7657: 8-bit character entry problem in ChUI
- The @9526b@ rebased with trunk revision @15878@, new revision is @15879@.
The branch was tested with Java 17. No p...
04/29/2025
- 10:47 AM Bug #9929 (Review): FILL-IN: Incorrect APPLY statement behavior
- The issue was fixed in 9929a, revision 15877. Now, printable keyboard characters sent using the @APPLY@ are processed...
- 09:32 AM Bug #9929: FILL-IN: Incorrect APPLY statement behavior
- I analyzed the @processKeyEvent@ method implementations in @FillIn@ and @FillInGuiImpl@ to see if I could split the c...
04/28/2025
- 04:56 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with trunk revision @15877@, new revision is @15905@.
- 03:28 PM Bug #9949: Fix window activation and z-order for system parent-child windows
- There are cases when top-level windows in GUI do not correctly activate and stack (z-order) when system parent-child ...
- 03:20 PM Bug #9949 (New): Fix window activation and z-order for system parent-child windows
- 03:13 PM Feature #9948: Implement batch output GUI mode
- OE supports using the batch mode switch @-b@ for both character and GUI output modes. Meanwhile, FWD only supports ba...
- 03:08 PM Feature #9948 (New): Implement batch output GUI mode
- 02:20 PM Bug #9929 (WIP): FILL-IN: Incorrect APPLY statement behavior
- 12:17 PM Bug #4135: high dpi screens display in low dpi
- Committed revision 15866(4135b) should fix #4135-124 trunk issue.
- 11:30 AM Bug #4135: high dpi screens display in low dpi
- I tested these changes...
- 07:07 AM Bug #4135 (Review): high dpi screens display in low dpi
- The trunk version has a bug #4135-124 related to the menu drawing, concurrency and the graphic cache.
If the graphic...
04/26/2025
- 09:40 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with trunk revision @15875@, new revision is @15903@.
Tested with regular samples used with im...
04/25/2025
- 09:13 AM Bug #4135: high dpi screens display in low dpi
- Hynek: are you OK with moving #4135-124 to another task?
I'd like to get 4135b into trunk as soon as it is ready. ... - 11:29 PM Bug #7657: 8-bit character entry problem in ChUI
- The @7657a@ rebased with trunk revision @15873@, updated to revision @15901@.
The update after rebase to fix rebas...
04/24/2025
- 09:50 AM Bug #9929: FILL-IN: Incorrect APPLY statement behavior
- **Problem origin**
In FWD, the processing of keyboard events for @FILL-IN@ widgets depends on whether the containi... - 03:21 AM Bug #9936: Fix cases when clicking on an empty line in an editor should move cursor out of the vi...
- Testcase:...
- 03:06 AM Bug #9936 (New): Fix cases when clicking on an empty line in an editor should move cursor out of ...
04/23/2025
- 10:36 AM Bug #9929: FILL-IN: Incorrect APPLY statement behavior
- In OE, the @APPLY@ statement enables programmatic simulation of user input by sending events to widgets, facilitating...
- 10:33 AM Bug #9929 (Closed): FILL-IN: Incorrect APPLY statement behavior
04/22/2025
- 06:13 PM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I recorded this video to clarify the issue.
>
> Please compar...
04/21/2025
- 11:01 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> I recorded this video to clarify the issue.
Please compare the actions executed by the... - 10:59 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> Could you please check if the initial screen would be blur for this new @isHighResolution... - 10:19 AM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> I noticed one issue. When I first login to an app the UI is blurry (even on 100% zoom), but wh... - 10:12 AM Bug #4135: high dpi screens display in low dpi
- I recorded this video to clarify the issue.
- 04:33 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> Committed revision 15864 (4135b) this version seems working with graphics cache but it ne... - 03:53 AM Bug #4135: high dpi screens display in low dpi
- I tested zooming on the latest branch and the results are pretty impressive. The improvement in display clarity is hu...
04/19/2025
- 02:10 PM Bug #9916 (Review): FILL-IN: date format: incorrect condition for triggering normalization of thi...
- 02:10 PM Bug #9916 (WIP): FILL-IN: date format: incorrect condition for triggering normalization of third ...
- 02:09 PM Bug #9916: FILL-IN: date format: incorrect condition for triggering normalization of third component
- Fixed in 9916a rev. 15867. The fix was trivial. Please, review.
- 09:52 AM Bug #9916: FILL-IN: date format: incorrect condition for triggering normalization of third component
- In OE, a FILL-IN widget bound to a date variable with a format containing separators (e.g., "99/99/9999") processes s...
- 09:44 AM Bug #9916 (Closed): FILL-IN: date format: incorrect condition for triggering normalization of thi...
04/18/2025
- 05:05 PM Bug #9913: DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- I removed the call to @completeEdit()@ in @ENTER@ key processing in @processKeyEvents()@ in @FillInImpl@.
This was... - 03:04 PM Bug #9913: DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- Greg Shah wrote:
> Only running the @ENTRY@ triggers after the user presses another key does not seem right.
Also... - 07:43 AM Bug #9913: DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- Only running the @ENTRY@ triggers after the user presses another key does not seem right.
- 12:03 PM Bug #4135: high dpi screens display in low dpi
- Committed revision 15864 (4135b) this version seems working with graphics cache but it needs new fresh eyes. There is...
04/17/2025
- 05:46 PM Bug #9913: DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- When a user presses the @ENTER@ key in a FILL-IN widget in OE character mode, the following sequence of events is pro...
- 03:27 PM Bug #9913: DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- Vladimir Tsichevski wrote:
> 1. Disable the focus shift triggered by the @ENTER@ key in FWD GUI mode.
Processin... - 03:26 PM Bug #9913 (WIP): DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- 12:54 PM Bug #9913: DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- Greg Shah wrote:
> > In OE, pressing Enter does not alter the FILL-IN's displayed content.
>
> Make sure you test... - 08:23 AM Bug #9913: DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- > In OE, pressing Enter does not alter the FILL-IN's displayed content.
Make sure you test ChUI. I think that ENT... - 08:02 AM Bug #9913: DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- In the OE system, a FILL-IN widget bound to a date variable normalizes its contents (aka auto-completion) only when i...
- 07:56 AM Bug #9913 (WIP): DATE FILL-IN: Unexpected normalization on Enter and Tab keys
- 03:07 PM Bug #4135: high dpi screens display in low dpi
- Found at least one bug in my code changes that affects canvas proportion. If scale factor is greater than 1, then the...
04/16/2025
- 11:51 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> No, zooming detection is already present in the code changes. The problems if my view is ... - 11:15 AM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Greg Shah wrote:
> > > > Didn't the ... - 11:11 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> If the browser content is zoomed, then browser adds scroll bars to extend its view size.
... - 10:59 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Greg Shah wrote:
> > > Didn't the customer already complain abo... - 10:28 AM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> Greg Shah wrote:
> > Didn't the customer already complain about zooming? I worry that we do ... - 09:01 AM Bug #4135: high dpi screens display in low dpi
- It is a valid use case that must work properly.
- 08:51 AM Bug #4135: high dpi screens display in low dpi
- Greg Shah wrote:
> Didn't the customer already complain about zooming? I worry that we do need to fix this now.
... - 08:35 AM Bug #4135: high dpi screens display in low dpi
- Didn't the customer already complain about zooming? I worry that we do need to fix this now.
- 02:52 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> I tested zoom functionality with @graphicsCache = FALSE@ setting but enabling this cache ... - 02:45 AM Bug #4135: high dpi screens display in low dpi
- I tested zoom functionality with @graphicsCache = FALSE@ setting but enabling this cache adds new painting issues. In...
04/15/2025
- 02:17 PM Bug #4135: high dpi screens display in low dpi
- So the maximized windows behavior is not the same as the browser zooms its content.
- 02:15 PM Bug #4135: high dpi screens display in low dpi
- If the browser content is zoomed, then browser adds scroll bars to extend its view size.
- 02:12 PM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Maximized windows should always occup... - 12:19 PM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Maximized windows should always occupy the browser's view. I.e. ... - 09:05 AM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> Maximized windows should always occupy the browser's view. I.e. when the browser window is res... - 03:16 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > I think that maximize window is ... - 03:02 AM Bug #4135 (WIP): high dpi screens display in low dpi
- I changed review status because there are open issues with maximized windows.
- 03:00 AM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > I think that maximize window is buggy now.
>
> What is the is... - 01:19 AM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> I think that maximize window is buggy now.
What is the issue?
- 06:30 AM Feature #9055: server-side processing of client platform dependencies in the UI
- Constantin Asofiei wrote:
> We have FRAME processing in PASOE agents - see #8661-818 The assumption was these were ... - 06:20 AM Feature #9055: server-side processing of client platform dependencies in the UI
- Hynek Cihlar wrote:
> Constantin, do we have a comprehensive list of UI statements or UI features used on the server... - 06:19 AM Feature #9055: server-side processing of client platform dependencies in the UI
- Constantin, do we have a comprehensive list of UI statements or UI features used on the server side?
If the list i...
04/14/2025
- 03:02 PM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > On zoom event all windows preserve their dimensions.
>
> See ... - 02:19 PM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> On zoom event all windows preserve their dimensions.
See the following test case:
<pr... - 02:03 PM Bug #4135: high dpi screens display in low dpi
- On zoom event all windows preserve their dimensions.
- 01:57 PM Bug #4135: high dpi screens display in low dpi
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Code review 4135b.
> >
> > Instead of @ThinClient.getInstance... - 01:53 PM Bug #4135: high dpi screens display in low dpi
- Hynek Cihlar wrote:
> Code review 4135b.
>
> Instead of @ThinClient.getInstance().eventDrawingBracket(w, w::draw)... - 01:28 PM Bug #4135: high dpi screens display in low dpi
- Code review 4135b.
@ChuiWebSimulator.java@, @ClientProtocolHooks.java@, @GuiWebDriver.java@, @GuiWebSocket.java@, ...
Also available in: Atom