Skip to content

Placeholder positions not updating in Firefox 18 #42

@JesseDunlap

Description

@JesseDunlap

I was encountering an issue with an automatic resizing text box which would push the inputs below it down. On a seemingly random basis, the placeholder of an input below the auto-resizing input would not update (e.g. wouldn't move down). Adding the code below on line 165 seemed to fix the issue.

$('input').on("resize", function() {
    positionPlaceholder(placeholder,input);
});

Screenshot of the problem:

Untitled

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions