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

Placeholder not updating with selected option in Windows 8 (IE/Chrome) #37

Open
Steviant-zz opened this issue Jun 19, 2015 · 5 comments

Comments

@Steviant-zz
Copy link

On SOD elements with a placeholder, the label shows the first option on select, rather than the placeholder or the selected option, both in Internet Explorer 10 and Chrome 43, on Windows 8.

Works fine in Firefox though, oddly.

@vestman
Copy link
Owner

vestman commented Dec 17, 2015

I guess you've moved on, @steviant. But would you mind creating a fiddle where I can take a look at this issue? Here's one that you can fork https://jsfiddle.net/vestman/g7pvajc2/

The reason I'm asking is because I'm not able to reproduce it in IE10 nor Chrome (I'm testing on Windows 7)

@Steviant-zz
Copy link
Author

Ack, ye gods, this was a while back. I don't have a Windows rig to test on now, as I stumbled on this issue while working as a contractor for a particular client. I'll ping it over to them, though, as it was them that raised it with me in the first place.

@vestman
Copy link
Owner

vestman commented Dec 17, 2015

He, yeah, SoD haven't been getting a lot of attention from me the last year. Thought it was time to change that... Hehe.

Any way, thanks!

@diogolmenezes
Copy link

Hi! Any solution for this bug ? :(

@diogolmenezes
Copy link

Hey man, i found the error. On windows 8 Chrome if IF is TRUE

// If it's a touch device
if (_private.isTouch()) {
$sod.addClass("touch");
}

In Edge is false, thats why edge works fine. In my case i only comment this condition, but if u use in mobile you have to test the mobile header to :)

hope it helps.

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

No branches or pull requests

3 participants