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

Support ID selectors with ":" in the middle #44

Open
atifaziz opened this issue Aug 23, 2015 · 2 comments
Open

Support ID selectors with ":" in the middle #44

atifaziz opened this issue Aug 23, 2015 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@atifaziz
Copy link
Owner

atifaziz commented Aug 23, 2015

Hi,
On one of the Apple sites I have the following span I try to select:

<span id="theForm:slsERRtable">

There seems to be no way to do it using Fizzler. The Id is valid (http://www.w3schools.com/tags/att_standard_id.asp)

I've tried the followings:

Thanks,
Corneliu.


Originally reported on Google Code with ID 44

Reported by corneliu%[email protected] on 2011-02-28 21:18:59

@atifaziz
Copy link
Owner Author

atifaziz commented Aug 23, 2015

I've attached a patch. There are 3 broken unit tests but they are broken because I've changed the sample html file not the code. I don't understand the selectors well enough to make sure that fixing the unit test does not make it a broken unit test.


Reported by corneliu%[email protected] on 2011-02-28 21:40:45


@atifaziz atifaziz added enhancement New feature or request and removed Status-New Type-Enhancement labels Aug 23, 2015
@atifaziz atifaziz added help wanted Extra attention is needed bug Something isn't working and removed help wanted Extra attention is needed enhancement New feature or request labels Jul 25, 2016
@atifaziz atifaziz added the good first issue Good for newcomers label Jun 15, 2018
@atifaziz atifaziz added the hacktoberfest https://hacktoberfest.digitalocean.com label Oct 1, 2018
@atifaziz atifaziz removed hacktoberfest https://hacktoberfest.digitalocean.com labels Jul 12, 2019
@atifaziz
Copy link
Owner Author

Meanwhile the selector [id='theForm:slsERRtable'] can be used as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant