Skip to content

Problem with id attribute containing colon in Firefox #230

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

Closed
ghost opened this issue May 17, 2012 · 3 comments
Closed

Problem with id attribute containing colon in Firefox #230

ghost opened this issue May 17, 2012 · 3 comments

Comments

@ghost
Copy link

ghost commented May 17, 2012

I have problems witch such select in FF

<select id="one:two">
        <option value="1">1</option>
        <option value="2">2</option>
        <option value="3">3</option>
        <option value="4">4</option>
</select>

it dont display selected value. IE has no problem with it. problem is that some code which escapes ':' character as ':'.
Pls who knows how to solve this problem, is it bug?
THx for any help

fnagel added a commit that referenced this issue May 17, 2012
@fnagel
Copy link
Owner

fnagel commented May 17, 2012

This is a problem. Ive pushed a patch. Please test and give feedback!

Related to: #163 & #176

@ghost
Copy link
Author

ghost commented May 18, 2012

Great, now it works, thx !!!

@fnagel
Copy link
Owner

fnagel commented May 18, 2012

Great, thanks for your fast feedback!

@fnagel fnagel closed this as completed May 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant