Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hints not shown on inputs and selects #49

Open
ghost opened this issue Oct 4, 2013 · 1 comment
Open

Hints not shown on inputs and selects #49

ghost opened this issue Oct 4, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 4, 2013

I would like to display hint messages on invalid form fields, especially on inputs. However, hovering over a form element doesn't show the hint tooltip. This behaviour is cross-browser (IE10, Chrome 29, FF 24).

Wrapping an input in another element and adding data-hint attribute on the parent works for Chrome & FF, causes trouble in IE10 (sometimes it is shown, sometimes it isn't).

JsFiddle:
http://jsfiddle.net/maros_urbanec/8v4y7/

@mrzmyr
Copy link

mrzmyr commented Nov 10, 2013

Got the same issue, like marosurbanec described.
Its because input elements are replaced elements. On this elements you can't use :after or :before elements, which are used in hint.scss.

Stackoverflow Source

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

No branches or pull requests

2 participants