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
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
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
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
: 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
From: openjfx-dev
mailto:openjfx-dev-boun...@openjdk.java.net>>
On Behalf Of
Danny Gonzalez
Sent: Tuesday, March 3, 2020 11:14 AM
To: openjfx-dev@openjdk.java.net<mailto:openjfx-dev@openjdk.java.net>
Subject: [EXTERNAL] JDK-8177945 : Single cell selection flickers when adding
data to TableView
> I wonder if the fix for https://bugs.openjdk.java.net/browse/JDK-8193445 has
> any impact on this.
>
>> -Original Message-
>> From: openjfx-dev On Behalf Of
>> Danny Gonzalez
>> Sent: Tuesday, March 3, 2020 11:14 AM
>> To: openjfx-dev@open
alez
> Sent: Tuesday, March 3, 2020 11:14 AM
> To: openjfx-dev@openjdk.java.net
> Subject: [EXTERNAL] JDK-8177945 : Single cell selection flickers when adding
> data to TableView
>
>
> There is currently an open bug to do with the issue of selection flickering
> when
There is currently an open bug to do with the issue of selection flickering
when using single cell selection and when adding data to a TableView.
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8177945
This bug seems to be low priority because it hasn’t been looked at since I
submitted it