-
Notifications
You must be signed in to change notification settings - Fork 513
8341281: Root TreeItem with null value breaks TreeTableView #1767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back zelmidaoui! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
Good job, the fix seems to be working. You can also try using the monkey tester to test various scenarios, I've updated it to include null values for root in the TreeTableViewPage and TreeViewPage Could you also come up with a unit test(s) for the fix, that will fail in the master branch but pass with the fix, preferably a headless test? Once you have the test, you can make this PR ready for review (RFR). |
please ignore the failing pre-submit Windows test - we have an ongoing issue with the github actions (GHA), see https://bugs.openjdk.org/browse/JDK-8354337 |
if you merge the latest |
Reviewers: @andy-goryachev-oracle @arapte /reviewers 2 |
@kevinrushforth |
When the Root TreeItem is set to null, need to relayout to show the children items
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jfx.git pull/1767/head:pull/1767
$ git checkout pull/1767
Update a local copy of the PR:
$ git checkout pull/1767
$ git pull https://git.openjdk.org/jfx.git pull/1767/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1767
View PR using the GUI difftool:
$ git pr show -t 1767
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jfx/pull/1767.diff
Using Webrev
Link to Webrev Comment