Giter VIP home page Giter VIP logo

Comments (6)

indrimuska avatar indrimuska commented on July 28, 2024

Hi @hyeonnykim, thank you for reporting this.
It seems to be caused by jQuery's attr() method, it converts the string "0200_111111" into the integer 200... and I don't know why. Anyway, I found a fix for this issue and I'm going to patch it tomorrow with a new release of the plugin. Thank you again man! 👍

from jquery-editable-select.

indrimuska avatar indrimuska commented on July 28, 2024

Sorry, but I am not able to make it work. I thought I had a workaround but I was wrong and it seems it doesn't work with IE (tested on IE11). This is the plunker I've tested (check out the method copyAttributes on line 123), if you find some way to make it work, just let me know.

EDIT: There's a not-so-beautiful workaround that you can use in your application, adding a non blank string prefix to the option's value. If the value starts with a NON-NUMBER character (i.e. "v", "_", ...) then everything works very well. I think this is an internal bug of IE.

from jquery-editable-select.

3noch avatar 3noch commented on July 28, 2024

I'm seeing this on Chrome too.

from jquery-editable-select.

3noch avatar 3noch commented on July 28, 2024

@indrimuska It looks like you're copying the select options into a ul? The value attribute on li tags is always interpreted as a number, which might be the problem: http://www.w3schools.com/tags/att_li_value.asp

from jquery-editable-select.

indrimuska avatar indrimuska commented on July 28, 2024

Well, you're right, but I still get the correct value in Chrome:

Elements Console

from jquery-editable-select.

3noch avatar 3noch commented on July 28, 2024

I see. I was using .val() so perhaps that was my problem.

from jquery-editable-select.

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.