Coder Social home page Coder Social logo

Comments (9)

devonbeard avatar devonbeard commented on August 27, 2024

I'm also having the same issue. For example in ie11 (or any IE), when you click a dropdown and then use the arrows to move the list up or down it closes within 1 second or so. Does that for both the arrows and the scroll bar.
screen shot 2014-12-24 at 11 27 58 am

from fancyselect.

notnotgabriel avatar notnotgabriel commented on August 27, 2024

Same error here.

from fancyselect.

victormiguez avatar victormiguez commented on August 27, 2024

+1 ):

from fancyselect.

dan24678 avatar dan24678 commented on August 27, 2024

Seeing this in IE (9+, didn't test 8 or lower), Chrome & Safari. Only FF seems fine.

from fancyselect.

devonbeard avatar devonbeard commented on August 27, 2024

I was trying to debug this and the issue is with the close.fs trigger function. It may need to be broken out into two functions one for when you click an option list item it closes the dropdown and then one for clicking on the outside of the element to close.

from fancyselect.

oddnavy avatar oddnavy commented on August 27, 2024

Having this issue in FF and IE too.

from fancyselect.

devBwebi avatar devBwebi commented on August 27, 2024

Same here! I hope it'll be fixed.
Couldn't achieve a solution.

from fancyselect.

pepa-linha avatar pepa-linha commented on August 27, 2024

Yep, there is a problem with closing a options list when original select (tag ) lost focus, then options are hided. Fancy select is bad designed with that because tag with class "trigger" should be focusable but it is not, then tag with class with "options" should be child "trigger" element... Fast solution is remove handling "blur.fs", in code sel.on('blur.fs', function() { })

from fancyselect.

devBwebi avatar devBwebi commented on August 27, 2024

Thanks pepa-linha!
Have you tried it? is it working? I will give it a shot right away.

from fancyselect.

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.