Skip to content

Problem with id attribute containing colon in Firefox  #230

Closed
@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions