Re: RFR: 8185831: Pseudo selectors do not appear to work in Node.lookupAll() [v9]

2023-10-27 Thread Kevin Rushforth
On Thu, 26 Oct 2023 18:39:45 GMT, Andy Goryachev wrote: >> Sai Pradeep Dandem has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Minor change >> - Updated documentation in regards with pseudo states lookup > > modules/javafx.graphics/src

Re: RFR: 8185831: Pseudo selectors do not appear to work in Node.lookupAll() [v9]

2023-10-26 Thread Andy Goryachev
On Mon, 23 Oct 2023 23:11:53 GMT, Sai Pradeep Dandem 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

Re: RFR: 8185831: Pseudo selectors do not appear to work in Node.lookupAll() [v9]

2023-10-23 Thread Sai Pradeep Dandem
> **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 > s