On Tue, 19 Sep 2023 12:17:16 GMT, Sai Pradeep Dandem <d...@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

Reply via email to