On Fri, 6 Oct 2023 07:25:54 GMT, Prasanta Sadhukhan
wrote:
>> SwingNode does not update its internal cache of Swing pref/max/min height
>> and widths when its JComponent content's corresponding size constraints are
>> updated. As such, it isn't resized to honor those size constraints.
>>
>>
On Fri, 13 Oct 2023 16:29:44 GMT, Abhishek Kumar wrote:
> Should we handle the keyEvents too for the affected LAFs ?
>
> I guess test can be enhanced for all the affected LAFs.
The same test cannot be enhanced for all available LAF. The placement and
layout of components differs.
> Candidat box can moving with caret on windows version. Someone must wrote
> codes for linux(ubuntu), but it doesn't work, so he didn't commit the codes.
> Why it doesn't work, is the key problem.
>
> 1, I wrote a example for linux:
> https://github.com/quantum6/X11InputMethod
>
> I tried all
On Fri, 6 Oct 2023 03:24:36 GMT, Renjith Kannath Pariyangad
wrote:
> Hi Reviewers,
> I have added screen shot capturing facility to the test case and that will
> help for debugging in case of failure. Please review and let me know your
> suggestions or comments if any.
>
> Regards,
> Renjith.