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

2025-02-25 Thread Andy Goryachev
On Mon, 24 Feb 2025 23:56:01 GMT, Kevin Rushforth wrote: >> Andy Goryachev has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 22 commits: >> >> - Merge remote-tracking branch 'origin/master' into >> 8349091.charts.thread.safety >>

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

2025-02-24 Thread Kevin Rushforth
On Thu, 20 Feb 2025 23:04:15 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 [v4]

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