On Wed, 26 Jun 2024 06:33:43 GMT, Markus Mack <mm...@openjdk.org> wrote:
>> This PR ensures the `tickMarksUpdated()` method (overriden with minor tick >> mark layout code in subclasses) is called during `Chart` `Axis` layout when >> needed. >> Previously, it was only called when tick mark length or range was changed, >> which is not happening during axis animations, causing minor ticks to become >> outdated when animations are enabled. >> >> I've added a test that fails with the previous code, specifically checking >> the tick mark spacing. >> Alternatively the test could be implemented by accessing >> ValueAxis.minorTickMarkValues, which would need to be made at least >> package-private however (with a shim). This implementation checks the tick >> mark `Path` shape instead, which is already publicly accessible (but could >> be considered an implementation detail). > > Markus Mack has updated the pull request incrementally with one additional > commit since the last revision: > > use JUnit4 assertEquals @drmarmac Your change (at version 81b4be6abc9bd47d6b5163d1d7e32f9b138a1d57) is now ready to be sponsored by a Committer. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1489#issuecomment-2192372025