On Thu, 13 Aug 2026 09:24:41 GMT, Alexander Zvegintsev <[email protected]> wrote:
> The test fails because it clicks at the wrong location when focusing a table > cell. It attempts to click the center of the table instead of the center of > the cell. > > The center of the table works on Ubuntu 24.04: > <img width="515" height="63" alt="image" > src="https://github.com/user-attachments/assets/ce7e0621-3658-479e-87f2-c66aef416138" > /> > > > However, it doesn't work on Oracle Linux 9: > <img width="524" height="70" alt="image" > src="https://github.com/user-attachments/assets/84aef905-95a4-4767-bbf8-d125caca16d5" > /> > > On OL9, the frame title is shorter, which shifts the cell so that it is no > longer rendered at the center of the table. > > > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 8ffe6c9d Author: Alexander Zvegintsev <[email protected]> URL: https://git.openjdk.org/jdk/commit/8ffe6c9d0ff5102dd72ba14bebba36e20d4513a3 Stats: 13 lines in 1 file changed: 4 ins; 2 del; 7 mod 8390288: The javax/swing/JTable/7124218/SelectEditTableCell.java fails on OL9.5 Reviewed-by: psadhukhan, jdv ------------- PR: https://git.openjdk.org/jdk/pull/32332
