RFR: 8185831: Psuedo selectors do not appear to work in Node.lookupAll()
Kevin Rushforth
kcr at openjdk.org
Tue Sep 19 12:45:48 UTC 2023
On Tue, 19 Sep 2023 12:17:16 GMT, Sai Pradeep Dandem <duke at openjdk.org> wrote:
> **Issue:**
> Using pseudo classes in programmatic query using Node.lookupAll() or Node.lookup() gives unexpected results.
>
> **Cause:**
> There is no check for checking the psuedo states matching in the applies() method of SimpleSelector.java.
>
> **Fix:**
> Included the check for the states for matching.
This causes many test failures, which suggests that this is not the right fix. And no, the solution is not to change the existing tests.
-------------
Changes requested by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/1245#pullrequestreview-1633177330
More information about the openjfx-dev
mailing list