RE: [EXTERNAL] Re: RE: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-26 Thread David Grieve
dnesday, March 4, 2020 4:34 AM To: David Grieve mailto:david.gri...@microsoft.com>> Cc: openjfx-dev@openjdk.java.net<mailto:openjfx-dev@openjdk.java.net> Subject: [EXTERNAL] Re: JDK-8177945 : Single cell selection flickers when adding data to TableView Hi David, Just wanted to add some more inf

Re: RE: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-26 Thread Eric Bresie
ReconfigureCells) { > > > -Original Message- > > From: openjfx-dev On Behalf Of > > David Grieve > > Sent: Friday, March 6, 2020 9:29 AM > > To: Danny Gonzalez > > Cc: openjfx-dev@openjdk.java.net > > Subject: RE: JDK-8177945 : Single cell selection f

Re: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-12 Thread David Grieve
This fix causes several unit tests to fail. From: David Grieve Sent: Tuesday, March 10, 2020 12:48 PM To: David Grieve ; Danny Gonzalez Cc: openjfx-dev@openjdk.java.net Subject: RE: JDK-8177945 : Single cell selection flickers when adding data to TableView

RE: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-10 Thread David Grieve
om: Danny Gonzalez > Sent: Wednesday, March 4, 2020 4:34 AM > To: David Grieve > Cc: openjfx-dev@openjdk.java.net > Subject: [EXTERNAL] Re: JDK-8177945 : Single cell selection flickers when > adding data to TableView > > Hi David, > > Just wanted to add some more in

RE: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-06 Thread David Grieve
: Single cell selection flickers when adding data to TableView Hi David, Just wanted to add some more information. The cell selection flashing issue goes away If I put back the following code in the layout function in Parent.java: // // One idiom employed by

Re: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-04 Thread Danny Gonzalez
Hi David, Just wanted to add some more information. The cell selection flashing issue goes away If I put back the following code in the layout function in Parent.java: // // One idiom employed by developers is to, during the layout pass, // add o

Re: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-03 Thread Danny Gonzalez
Thanks for taking a look at this David. Danny > On 3 Mar 2020, at 16:50, David Grieve wrote: > > The importance of 05afad6 Is there in the commit itself: > > +// > +// One idiom employed by developers is to, during the layout pass, > +// add or remove nodes from the sc

RE: JDK-8177945 : Single cell selection flickers when adding data to TableView

2020-03-03 Thread David Grieve
The importance of 05afad6 Is there in the commit itself: +// +// One idiom employed by developers is to, during the layout pass, +// add or remove nodes from the scene. For example, a ScrollPane +// might add scroll bars to itself if it determines during layout +