Re: RFR: 8349091: Charts: exception initializing in a background thread [v9]

2025-03-05 Thread John Hendrikx
On Wed, 5 Mar 2025 17:33:01 GMT, Andy Goryachev wrote: > @hjohn thank you for help with `Subscription`. Do you have any other comments? No, but admittedly I did not look beyond the subscription issue. I think Kevin and Alexander have got you covered on this one :) - PR Comment: h

Re: RFR: 8349091: Charts: exception initializing in a background thread [v9]

2025-03-05 Thread Andy Goryachev
On Tue, 4 Mar 2025 19:32:51 GMT, Andy Goryachev wrote: >> Root Cause: >> (Multiple) properties are getting bound to the global >> `Platform.accessibilityActive` property. Binding (and I say, accessing) of >> properties is not thread-safe. >> >> I also changed the design a bit. Originally, eve

Re: RFR: 8349091: Charts: exception initializing in a background thread [v9]

2025-03-05 Thread Alexander Zuev
On Tue, 4 Mar 2025 19:32:51 GMT, Andy Goryachev wrote: >> Root Cause: >> (Multiple) properties are getting bound to the global >> `Platform.accessibilityActive` property. Binding (and I say, accessing) of >> properties is not thread-safe. >> >> I also changed the design a bit. Originally, eve

Re: RFR: 8349091: Charts: exception initializing in a background thread [v9]

2025-03-04 Thread Andy Goryachev
> Root Cause: > (Multiple) properties are getting bound to the global > `Platform.accessibilityActive` property. Binding (and I say, accessing) of > properties is not thread-safe. > > I also changed the design a bit. Originally, every symbol in a chart had its > `focusTraversableProperty` boun

Re: RFR: 8349091: Charts: exception initializing in a background thread [v9]

2025-03-04 Thread Kevin Rushforth
On Tue, 4 Mar 2025 19:32:51 GMT, Andy Goryachev wrote: >> Root Cause: >> (Multiple) properties are getting bound to the global >> `Platform.accessibilityActive` property. Binding (and I say, accessing) of >> properties is not thread-safe. >> >> I also changed the design a bit. Originally, eve