HTML5-placeholder-polyfill icon indicating copy to clipboard operation
HTML5-placeholder-polyfill copied to clipboard

Small and robust polyfill for the HTML5 placeholder attribut.

Results 25 HTML5-placeholder-polyfill issues
Sort by recently updated
recently updated
newest added

This is basically the code from @MarcusPope's issue: https://github.com/ginader/HTML5-placeholder-polyfill/issues/31 We had the same issue in IE8 with jQuery 1.9 as others reported, and this resolved it (along with including jquery.browser...

**1.`visuallyhidden` ``s NOT hidden on browsers that support placeholder** (example: Firefox 18.0.). **2. `float: right` and `text-align: right` placeholders NOT positioned correctly in IE 7-9** with `visuallyhidden` ``s. Workaround to...

I have a case where the placeholders are misplaced inside a absolute positioned container. I already added position relative to to div containers wrapping the label and input fields, but...

IE requires two changes to fix this problem. First, the resize event needs to be attached to window instead of document. And the second fix is more for performance versus...

This is happening particularly in IE. This can be observed in your home page too. Please fix this ASAP. Thanks in advance. ![image](https://f.cloud.github.com/assets/4672231/638327/64c70f04-d2b9-11e2-922a-04551e635c29.png)

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 placeholder text doesn't appear in the search field when the clip property is used to hide the label. A work-around is to use absolute positioning as shown in the...

I am getting this error in IE8 with jQuery 1.4.4 ``` SCRIPT87: Invalid argument. jquery-1.4.4-uncompressed.js?v=1.4.4, line 5514 character 4 ``` What could be causing the problem?

The way the generated placeholders are positioned can be corrupted if you have hidden elements in the DOM above the location of the INPUT. For example, I had a long...

If you style your input as text-align: right (for example, for financial forms) the generated placeholder continues to appear on the left.