Re: Framework for saving window positions, etc?

2019-04-19 Thread Jason Shattu
+1 -- Original Message -- From: "Andrew Munn" To: openjfx-dev@openjdk.java.net Sent: 20/04/2019 01:35:31 Subject: Framework for saving window positions, etc? What are best practices for saving users' window positions, sizes, table column order/width, etc so these things are restored on

Re[2]: 2 Bugs in the JFXPanel

2019-04-16 Thread Jason Shattu
How are the priorities determined as to which bugs or features you work on? What's the latest road-map for JavaFX? -- Original Message -- From: "Kevin Rushforth" To: "wp1119767-thimo wp1119767-thimo" ; openjfx-dev@openjdk.java.net Sent: 16/04/2019 15:25:13 Subject: Re: 2 Bugs in th

Some general questions about JavaFX

2019-04-15 Thread Jason Shattu
Hi all, From a developer who wants to use JavaFX 11+ and as someone that wants to raise bugs, what's the difference between the Oracle Java Bug Database (which is very difficult to use) and the GitHub repo issues list. I've found 3 annoying bugs with JavaFX in the recent 11+ version (not pr

Re[2]: JDK-8220272: Found the problem + possible fix

2019-04-15 Thread Jason Shattu
Forgive my ignorance, but I can't work out how to submit an OpenJFX bug report. The link you've sent ultimately brings you to this page: https://bugs.openjdk.java.net/secure/Dashboard.jspa but I don't see any thing for JavaFX here. Thanks, Jason -- Original Message -- From: "Nir Li

Wobbly left contents in SplitPane when moving divider in JavaFX 11 onwards

2019-04-14 Thread Jason Shattu
Hi all, this code highlights the problem running on JavaFX 11+, import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.SplitPane; import javafx.scene.control.TextArea; import javafx.stage.Stage; public class DemoBug extends Application { public static

Bug in TreeTableCell label rendering when doing cell.setText(null)

2019-04-14 Thread Jason Shattu
Hi Guys, Noticed a problem with TreeTableView that has existed at least from JavaFX 11, but doesn't exists in JavaFX 8. On the overridden method for TreeTableCell.updateItem(cell) If you cell.setText(null) then the graphic node appears fully left justified regardless of proper indentation a