Hi, I faced the same issue ( 1.9-dev branch ). I fixed it locally and then compared it with the master branch. As I see it is fixed with array_intersect() but there is one more array_slice() call that will cause the same problems in some cases (for selectors with ~). So it's needed to be changed too. :)
Hi, I faced the same issue (I had an old version :) ). I fixed it locally and then compared it with the latest version. As I see it is fixed with array_intersect() but there is one more array_slice() call that will cause the same problems in some cases (for selectors with ~). So it's needed to be changed too.