Re: RFR: 8154846: SwingNode does not resize when content size constraints are changed [v4]

2023-10-15 Thread Ambarish Rapte
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. >> >>

Re: RFR: 4365952: Cannot disable JFileChooser [v2]

2023-10-15 Thread Tejesh R
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.

Re: RFR: 8264728: When use chinese IME, the candidate box isn't moved with caret of JTextArea [v10]

2023-10-15 Thread 柳鲲鹏
> 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

Re: RFR: JDK-8317112 : Add screenshot for Frame/DefaultSizeTest.java

2023-10-15 Thread Alexey Ivanov
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.