Hynek Cihlar's activity
From 12/24/2025 to 01/22/2026
01/22/2026
- 01:42 PM User Interface Bug #10423: Scrollbar is clipped by frame after a virtual width assignment
- Vladimir Tsichevski wrote:
> Hynek,
>
> side question: What exactly is *Aspect4J* used for in the FWD runtime?
>... - 02:44 AM User Interface Bug #10423 (Merge Pending): Scrollbar is clipped by frame after a virtual width assignment
- Please merge 10423a to trunk.
01/20/2026
- 12:08 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Hynek, could you help with spreadsheet testcase sample? I need to test how the spreadshee... - 06:24 AM User Interface Bug #10894: Date FILL-IN: Client crash on APPLY '0' after APPLY '?'
- I think there is a regression, more details in a PM.
01/19/2026
- 01:59 PM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Eugenie Lyzenko wrote:
> Yes, it behaves correctly *but* the bound check and button refresh dependency on the bound ... - 01:14 PM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Eugenie Lyzenko wrote:
> But technically we still inside button (bounds check will return @TRUE@) and the button ref... - 12:50 PM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Eugenie Lyzenko wrote:
> The real button size is in green frame. As you can see it is overlapped with other frame an... - 07:03 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Eugenie Lyzenko wrote:
> However this idea will *not* work when button widget is overlapped with other non-tooltip w... - 04:53 AM User Interface Bug #10913 (WIP): multiple tabs draw labels highlighted at the same time
- Code review 10913a.
The solution with the hard-coded timeout will mostly work, but I can see edge cases where it w... - 07:17 AM User Interface Bug #10894: Date FILL-IN: Client crash on APPLY '0' after APPLY '?'
- Vladimir Tsichevski wrote:
> Hynek Cihlar wrote:
> > Code review 10894a. The changes look good.
>
> I've rebased...
01/14/2026
- 01:15 PM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Eugenie Lyzenko wrote:
> The branch @10913a@ has been rebased with recent trunk @16346@. Updated to revision @16353@... - 02:46 AM User Interface Bug #10915: ugly dialogs
- Sergey Ivanovskiy wrote:
> I agree that makes sense for me. What additional tests should be done for merging this ta...
01/13/2026
- 08:14 AM User Interface Bug #10915: ugly dialogs
- Sergey Ivanovskiy wrote:
> Is there a possible case to get @onComplete@ message with @files@ object evaluated to fal... - 06:47 AM User Interface Bug #10915: ugly dialogs
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Hynek Cihlar wrote:
> > > In @dojo.connect(u, "onComplete", fun... - 05:45 AM User Interface Bug #10915: ugly dialogs
- Hynek Cihlar wrote:
> In @dojo.connect(u, "onComplete", function(files)@ @sendFileChoose@ is called conditionally if... - 03:29 AM User Interface Bug #10915: ugly dialogs
- Sergey, if you haven't also please test the various edge cases. An upload is interrupted by the user, a connection er...
- 05:49 AM User Interface Bug #10913 (WIP): multiple tabs draw labels highlighted at the same time
- Let's also address the edge case Paula identified. Eugenie, please find out why are the button dimensions incorrect.
- 03:10 AM User Interface Bug #10913 (Review): multiple tabs draw labels highlighted at the same time
- Paula, please review.
01/12/2026
- 01:47 PM User Interface Bug #10913 (Internal Test): multiple tabs draw labels highlighted at the same time
- Code review 10913a.
The change looks good. Please go ahead with regression testing. - 06:59 AM User Interface Bug #4221 (Closed): Error in BaseEntity class
- 06:58 AM User Interface Bug #10894 (Internal Test): Date FILL-IN: Client crash on APPLY '0' after APPLY '?'
- Code review 10894a. The changes look good.
- 06:41 AM User Interface Bug #10915: ugly dialogs
- Sergey Ivanovskiy wrote:
> Hynek, please review, the mouse handler was not restored because I missed tests after the... - 06:22 AM User Interface Bug #10423 (Internal Test): Scrollbar is clipped by frame after a virtual width assignment
- Razvan-Nicolae Chichirau wrote:
> *Hynek*: Please check 10423a/rev. 16280.
It's good. Please regression-test. - 04:18 AM User Interface Bug #11056: SHIFT + TAB doesn't work on Swing ChUI
- Razvan-Nicolae Chichirau wrote:
> Knowing this affects only Swing ChUI, I've done the following:
> * ChUI regressio...
01/11/2026
- 06:00 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Eugenie Lyzenko wrote:
> So for now I'm inclining to suggest pretty radical solution. We will not use any widget to ...
01/09/2026
- 07:33 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Paula Păstrăguș wrote:
> If you’re referring to my suggestion, then yes, by checking whether the widget has a toolti... - 07:02 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Paula, will preventing the exit handler execution resolve your test case? If so this should be the preferred solution.
- 02:21 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Paula, please review 10913a.
- 02:20 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Eugenie Lyzenko wrote:
> In these conditions I would suggest to completely remove bound checking code. And merge the... - 02:23 AM User Interface Bug #11056 (Internal Test): SHIFT + TAB doesn't work on Swing ChUI
- Razvan-Nicolae Chichirau wrote:
> Can this be moved to Internal Testing?
I think so. Sergey, if you think there a...
01/08/2026
- 03:05 AM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Eugenie Lyzenko wrote:
> Hynek Cihlar wrote:
> > Code review 10913a.
> >
> > Why do we need to check the mouse ...
01/07/2026
- 01:35 PM User Interface Bug #10913: multiple tabs draw labels highlighted at the same time
- Code review 10913a.
Why do we need to check the mouse cursor is inside a button in @mouseExited@? Shouldn't @mous...
01/05/2026
- 10:07 AM User Interface Bug #10894 (WIP): Date FILL-IN: Client crash on APPLY '0' after APPLY '?'
- Code review 10894a.
@extractComponentText@:
* Please fix the indentation.
* The @param screen description is mis... - 09:53 AM User Interface Bug #10876 (Internal Test): Date FILL-IN: Incorrect ENTER key handling in GUI mode
- Vladimir, please address the FIXME comment and go ahead with regression testing. ChUI regression tests will be also n...
- 09:47 AM User Interface Bug #10423 (WIP): Scrollbar is clipped by frame after a virtual width assignment
- Code review 10423a. The changes look good, just please move @CoordinatesConversion cc = LogicalTerminal.coordinates()...
- 09:17 AM User Interface Bug #4221: Error in BaseEntity class
- Wow, this issue is already 6 years old! Which branch should be reviewed? 4124a doesn't exist.
12/30/2025
- 03:07 PM User Interface Bug #10915 (WIP): ugly dialogs
- Code review 10915a.
In @dojo.connect(u, "onComplete", function(files)@ @sendFileChoose@ is called conditionally if... - 08:52 AM Build and Source Control Feature #4645: Migrate Ant build logic into Gradle and use the standard Java plugin
- I'm extending the scope of the issue to also add the standard Gradle Java plugin in order to allow the build to be us...
- 03:57 AM User Interface Bug #10100 (Internal Test): Setting the SORT Attribute in a Realized Widget
- Code review 10100a. The changes look good. Please go ahead with regression testing.
12/29/2025
- 02:07 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Hynek, is this rev 16336 (9709b) passed the review if we don't take into account the secu... - 02:03 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Hynek, could you please explain ... - 12:49 PM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> Hynek, could you please explain or develop your idea more thoroughly because it is not cl... - 11:49 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Sergey Ivanovskiy wrote:
> It seems that NONE is only option. In practice I did some tests that showed that another ... - 07:53 AM Documentation Support #9709: Needed: Basic example of configuring separate client and server
- Code review 9709b.
Potential @NPE@, @env.get(BrokerCore.BROKER_DEDICATED_HOST)@ may in theory return @null@. For s... - 05:32 AM User Interface Bug #11056: SHIFT + TAB doesn't work on Swing ChUI
- Razvan-Nicolae Chichirau wrote:
> ATM we only treat the shift+tab combination in @keyPressed()@ and that's why I wro...
Also available in: Atom