RFR: 8185831: Pseudo selectors do not appear to work in Node.lookupAll() [v10]
Sai Pradeep Dandem
duke at openjdk.org
Thu Oct 26 23:23:57 UTC 2023
> **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. So checking for "applies()" alone is not sufficient in lookup() method.
>
> **Fix:**
> Included an extra check for the psuedo states to match.
Sai Pradeep Dandem has updated the pull request incrementally with one additional commit since the last revision:
8185831: Changes to doc as per review comments
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1245/files
- new: https://git.openjdk.org/jfx/pull/1245/files/96a891a5..1bd2b77b
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1245&range=09
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1245&range=08-09
Stats: 8 lines in 1 file changed: 2 ins; 0 del; 6 mod
Patch: https://git.openjdk.org/jfx/pull/1245.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1245/head:pull/1245
PR: https://git.openjdk.org/jfx/pull/1245
More information about the openjfx-dev
mailing list