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

2025-02-12 Thread Andy Goryachev
On Wed, 12 Feb 2025 17:39:57 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, ev

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

2025-02-12 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