Coder Social home page Coder Social logo

Comments (20)

 avatar commented on July 23, 2024

I can confirm the same thing. No IE 11 love on Win8 either.

from select-or-die.

vestman avatar vestman commented on July 23, 2024

I'm on it!

P.S. Any chance one of you could check if #6 occurs for you to on Windows?

from select-or-die.

 avatar commented on July 23, 2024

#6 isn't an issue. Looks perfect, just not keeping the selection.

from select-or-die.

ThomasGrolleau avatar ThomasGrolleau commented on July 23, 2024

no #6 for me, it's working perfectly on my FF 30.0 on Win7

from select-or-die.

thers avatar thers commented on July 23, 2024

IE 10 on Win8 x64 is also affected, the only way to change seletion is focus on field using tab then space to open list then select item and hit enter button, everything else just won't work. And as i can see on site isn't the most recent version, because i see #4 bugs ;)

from select-or-die.

robpataki avatar robpataki commented on July 23, 2024

I can also confirm IE11/Win8 and IE10/Win7 has this issue. I just checked the selectordie (http://vst.mn/selectordie/) page after noticing the bug and none of the examples work on that page with IE :/

from select-or-die.

stephenmcghee avatar stephenmcghee commented on July 23, 2024

Seems to be happening in all versions of IE.
After selecting an option, it reverts back to the original.

from select-or-die.

robpataki avatar robpataki commented on July 23, 2024

I looked into it the other day and I've found that the issue is lying in the _private.optionClick method. It seems that the jquery event delegation doesn't work in IE properly for some reason and the event target is always the first option.

from select-or-die.

mlumbroso avatar mlumbroso commented on July 23, 2024

Hi,

here is what I see on your website with IE11.0.9600 and Win 8.

bugie11

Thanks for the debug :-)

from select-or-die.

cah4a avatar cah4a commented on July 23, 2024

Hi!

I found that issue in _private.focusSod.
If detach this handler from $sod.focusin event, it work pretty good.

I think, we have here some IE bug. IE lose scope on click event, while using blur/focus methods.

from select-or-die.

cah4a avatar cah4a commented on July 23, 2024

Sorry, no IE bug here))

While clicking on some option, IE sends focusin event. _private.focusSod handler remove "open" class, so drop-down box disappears.
IE not sends click event to hidden element, while _private.focusSod handler manually trigger click event on current active element.

cah4a@2d5e057
This hack do the trick.

from select-or-die.

HandHugs avatar HandHugs commented on July 23, 2024

Also having this issue - IE 10 on Windows 8 not working at all - also tested IE 11 in windows 8.1, same result : can't select anything other than first option.

from select-or-die.

janhocevar avatar janhocevar commented on July 23, 2024

I'm confirming that @cah4a 2d5e957 works.

from select-or-die.

levsoroka avatar levsoroka commented on July 23, 2024

Yes fix from @cah4a works.
@vestman you need to update your site, caz its broken in ie :)

from select-or-die.

HandHugs avatar HandHugs commented on July 23, 2024

How do we make the change that @cah4a suggested? Can we make a fork that works in IE? Does this fix the issue with it not working in iOS, too??

from select-or-die.

cah4a avatar cah4a commented on July 23, 2024

@HandHugs you can simply use that source.

In iOs it should fallback in system select behaviour:

2014-08-09 19 22 23
iPad

2014-08-09 19 20 33
iPhone

from select-or-die.

connorbond avatar connorbond commented on July 23, 2024

Is this being actively worked on? I am also having the same issue on an ecommerce site, and simply removing for IE will not go down well with clients. 'Dropdown' appears, but the select is not updated

from select-or-die.

 avatar commented on July 23, 2024

There's already been several confirmations that cah4a/Select-or-Die@2d5e057 is the fix. Thanks again @cah4a

Read the comments before posting another "me too" or "fix it for me" post. @vestman has been pretty silent on the pull requests so who knows if he's gonna merge anything.

from select-or-die.

connorbond avatar connorbond commented on July 23, 2024

I meant to ask whether it had been merged, I saw the comment but I am struggling to add this to my own copy. Sorry.

from select-or-die.

vestman avatar vestman commented on July 23, 2024

Fixed and merged! Thanks for the help, @cah4a and everyone else!

from select-or-die.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.