[Pro] Whar would make placeholder text not appear?

I happened to view the Form on one of the client’s employee’s laptops (Win7) and I noticed placeholder text is not showing. Every other PC / Mac it’s viewing fine.

Kryters


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

It’s IE 10 and up, if they’re using IE. Firefox and Chrome have supported this for quite a while. I have written a polyfill for the behavior, and you can add it to your page with two lines of JavaScript.

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/prototype/1.7/prototype.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/placeholder-shiv/0.2/placeholder-shiv.js"></script>

If you’re already using Prototype in your page, you can (and should) skip the first line. Put this in your page head, using Page / HTML Markup, in the Before slot.

Walter

On Apr 28, 2014, at 8:05 AM, Kryten wrote:

I happened to view the Form on one of the client’s employee’s laptops (Win7) and I noticed placeholder text is not showing. Every other PC / Mac it’s viewing fine.

Kryters


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you Lone Ranger. Never off duty…

K


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options