Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skipping spaces in identifiers works when it shouldn't (query parsing bug?) #26

Open
jashmenn opened this issue Jul 15, 2016 · 0 comments
Labels

Comments

@jashmenn
Copy link
Member

See here: https://github.com/fullstackio/cq/pull/24/files#diff-fe2febbc5f58b33b58b6d9d892131548R390

The query let query = '.SubmitButton.onSubmit' seems to be parsed as if the identifiers are split by a space.

In CSS the nospace would mean the element that has both of those classes and in CSS the space means 'child-somewhere'. I'm not sure what the no-space version would mean to cq.

The todo here is to investigate this bug and fix it.

@jashmenn jashmenn added the bug label Jul 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant