Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Input field hints invisible on IE #24

Open
jonasb opened this issue Jan 16, 2013 · 2 comments
Open

Input field hints invisible on IE #24

jonasb opened this issue Jan 16, 2013 · 2 comments

Comments

@jonasb
Copy link
Member

jonasb commented Jan 16, 2013

The hints in input fields are not visible on IE. Should we perhaps have explicit labels outside the input fields? (Especially important on signin/signup but I guess also for most fields)

Could this perhaps be addressed by upgrading to a newer Bootstrap?

Screenshot_1_17_13_0_40-2
(screenshot from http://browsershots.org/http://web.coderdojo.se/signin)

@qzio
Copy link
Contributor

qzio commented Feb 8, 2013

hmm, I guess we have a couple of options.
Use js to enable placeholders for legacy browsers (ie https://github.com/mathiasbynens/jquery-placeholder)
Don't use placeholders, use normal labels instead.
Use the value="" attribute.

any takers?
I think my vote goes to not use placeholders, use normal labels.

@olleolleolle
Copy link
Contributor

I can do labels.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants