Integrated: 8173321: TableView: Click on right trough has no effect when cell height is higher than viewport height

JoachimSchriek duke at openjdk.org
Wed Feb 22 18:12:57 UTC 2023


On Mon, 26 Dec 2022 19:08:55 GMT, JoachimSchriek <duke at openjdk.org> wrote:

> This is my (Joachim.Schriek at gmx.de) first contribution to openjfx. My Contributor Agreement is signed but still in review.
> So please be patient with an absolute beginner as contributor ... .
> The work of this pull request was fully done in my spare time.
> 
> I first filed the bug myself in 2017. I had begun working with JavaFX in 2014.
> 
> The two changes address the two problems mentioned in JDK-8173321:
> - Using a JavaFX TableView, a click on the right trough has no effect when the cell height of the cell currently displayed is higher than viewport height
> - The ScrollBar ist displayed with a minimal height.
> 
> The changes were tested and ran well with Java 17 and the current master branch of openjfx.

This pull request has now been integrated.

Changeset: a3c22053
Author:    Joachim Schriek <Joachim.Schriek at dxc.com>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/a3c2205365bb03f081f617e0b3b24e3e0a398003
Stats:     214 lines in 2 files changed: 203 ins; 1 del; 10 mod

8173321: TableView: Click on right trough has no effect when cell height is higher than viewport height

Reviewed-by: kcr, aghaisas

-------------

PR: https://git.openjdk.org/jfx/pull/985


More information about the openjfx-dev mailing list