Re: Bug in TreeTableView rendering

2019-10-16 Thread Jeanette Winzenburg
Zitat von Sverre Moe : A comment on the JDK-8231644 issue was added by Jeanette Winzenburg https://bugs.openjdk.java.net/browse/JDK-8231644 hmm .. no testing done but: the data object looks pathological - it's always problematic to have nodes as data (even though technically possible). That

Re: Bug in TreeTableView rendering

2019-10-16 Thread Sverre Moe
A comment on the JDK-8231644 issue was added by Jeanette Winzenburg https://bugs.openjdk.java.net/browse/JDK-8231644 > hmm .. no testing done but: the data object looks pathological - it's always problematic to have nodes as data (even though technically possible). That will explode with the known

Re: Bug in TreeTableView rendering

2019-09-30 Thread Kevin Rushforth
Thanks. -- Kevin On 9/30/2019 6:59 AM, Sverre Moe wrote: I filed it on bugreport.java.com > We will review your report and have assigned it an internal review ID : 9062382. /Sverre man. 30. sep. 2019 kl. 14:49 skrev Kevin Rushforth mailto:kevin.rushfo...@oracl

Re: Bug in TreeTableView rendering

2019-09-30 Thread Kevin Rushforth
Bugs filed at bugreport.java.com will become public once reviewed, which usually takes a day or so. I can (and will for the ones filed today) speed up the process if needed. -- Kevin On 9/30/2019 7:29 AM, Nir Lisker wrote: I cannot find the bug by searching for the number either as keyword o

Re: Bug in TreeTableView rendering

2019-09-30 Thread Nir Lisker
> > I cannot find the bug by searching for the number either as keyword or bug > id. > The bug was still not moved to the public issue tracker (JBS). It first goes through a behind-the-scenes review to filter irrelevant and security issues (and maybe other things). That number is clearly stated as

Re: Bug in TreeTableView rendering

2019-09-30 Thread Magosányi Árpád
I cannot find the bug by searching for the number either as keyword or bug id. Not having a public issue tracker is kinda defeats being open source. On 9/30/19 2:59 PM, Sverre Moe wrote: > I filed it on bugreport.java.com >> We will review your report and have assigned it an internal review ID

Re: Bug in TreeTableView rendering

2019-09-30 Thread Sverre Moe
I filed it on bugreport.java.com > We will review your report and have assigned it an internal review ID : 9062382. /Sverre man. 30. sep. 2019 kl. 14:49 skrev Kevin Rushforth < kevin.rushfo...@oracle.com>: > Hi Sverre, > > Thanks for bringing this to our attention. Can you please file a bug at >

Re: Bug in TreeTableView rendering

2019-09-30 Thread Nir Lisker
Hi Michael, doesn't this again exclude all external developers from discussing issues > with other developers? > The mailing lists were established as the place where these discussions should take place, and anyone can write there. The situation with the javafxports/openjfx repo was a problematic

Re: Bug in TreeTableView rendering

2019-09-30 Thread Kevin Rushforth
This mailing list would be the place for discussion of issues. If there is additional relevant information that comes out of the discussion, someone with an OpenJDK ID can add it to the bug report. One problem with an enabled issue tracker, which is what we have now in the javafxports/openjdk-

Re: Bug in TreeTableView rendering

2019-09-30 Thread Michael Paus
Hi, doesn't this again exclude all external developers from discussing issues with other developers? To my opinion disabling the issue tracker defeats the whole purpose of using GitHub at all, or did I misunderstand something here? Michael Am 30.09.19 um 14:45 schrieb Kevin Rushforth: The off

Re: Bug in TreeTableView rendering

2019-09-30 Thread Kevin Rushforth
Hi Sverre, Thanks for bringing this to our attention. Can you please file a bug at bugreport.java.com [1]? This seems like a good time to remind everyone that JBS [2] is our bug tracking system. This GitHub issue tracker is not actively tracked or managed. The official GitHub repos in the op

Re: Bug in TreeTableView rendering

2019-09-30 Thread Sverre Moe
I have created an issue for this on GitHub. https://github.com/javafxports/openjdk-jfx/issues/607 /Sverre man. 26. aug. 2019 kl. 20:03 skrev Sverre Moe : > I think I have found a bug/regression with Java 11 regarding TreeTableView. > This has worked fine on JavaFX 8, but is messed up with JavaFX