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

IE8 : Space added before the color value #6

Closed
cdshardis opened this issue Jan 21, 2013 · 2 comments
Closed

IE8 : Space added before the color value #6

cdshardis opened this issue Jan 21, 2013 · 2 comments
Labels

Comments

@cdshardis
Copy link

After having selected a value with the picker, on IE8 (or IE9 and document mode set on IE8 value) a space is added at the beginning. Working Fine on IE9, FF or Chrome.

@kullarkert
Copy link

I added 1 extra line to _setValue function:

_setValue: function(c, noHide) {
        c = c.replace(/ /g,'');

evoluteur pushed a commit that referenced this issue Mar 28, 2013
Issue #6. Checked in the fix proposed by kullar84.
@evoluteur
Copy link
Owner

Thanks for the fix. I just checked it in.

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

No branches or pull requests

3 participants