Skip to content

htmlentities #19

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. encode value with htmlentities (from phpjs)
2. add it in a input text value=""
3. input displays """
What is the expected output? What do you see instead?
Using latest google chrome.
expected: "
instead: "
I have to fix them after pageload:
$("input[type=text]").each(function() {
$(this).val(html_entity_decode($(this).val()));
});
if I reinput the original value via google chrome debug console, it's decoded proprely
12:13 <~Sirber> niaiserie de

Original issue reported on code.google.com by s1r...@gmail.com on 11 Nov 2011 at 5:43

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions