jQWidgets Forums

jQuery UI Widgets Forums Editors NumberInput Problems with pasting

This topic contains 6 replies, has 2 voices, and was last updated by  Peter Stoev 6 years, 4 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • Problems with pasting #97091

    Gat
    Participant

    Hello,

    we have two problems with pasting(STRG+V) numbers.

    1:
    Pasting(STRG+V) numbers from a file like excel into the numberinputs doesn’t work.
    Pasting into normal inputs works correct.
    It will work in IE, but not in firefox and chrome which are used from most of our customers.
    http://jsfiddle.net/85f0zqsw/ <– Try to paste a number from a windows-editor.

    2:
    The localization setting doesn’t work when values will be copied from one numberinput and pasted to another numberinput.
    Our localization setting is the following:
    decimalseparator = “,” and thousandsseparator = “.”;
    If we copy the number “25,45000” from one numberinput to another numberinput the new value is “2545000,00000”.
    http://jsfiddle.net/85f0zqsw/

    Best Regards,
    Gat

    Problems with pasting #97096

    Peter Stoev
    Keymaster

    Hi Gat,

    Thank you for the feedback. We will look at these in future versions.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Problems with pasting #100585

    Gat
    Participant

    Any updates so far?

    Problems with pasting #101652

    Peter Stoev
    Keymaster

    Hi Gat,

    The issue about localization is planned to be fixed in jQWidgets ver.6.0.7.

    Thank you for the feedback.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

    Problems with pasting #102493

    Gat
    Participant

    Hi,

    First test with the version 6.1.0 and both problems still exists:

    My blockquotes aren’t working this is copied from my first post:

    1:
    Pasting(STRG+V) numbers from a file like excel into the numberinputs doesn’t work.
    Pasting into normal inputs works correct.
    It will work in IE, but not in firefox and chrome which are used from most of our customers.
    http://jsfiddle.net/85f0zqsw/ <– Try to paste a number from a windows-editor.

    2:
    The localization setting doesn’t work when values will be copied from one numberinput and pasted to another numberinput.
    Our localization setting is the following:
    decimalseparator = “,” and thousandsseparator = “.”;
    If we copy the number “25,45000” from one numberinput to another numberinput the new value is “2545000,00000”.
    http://jsfiddle.net/85f0zqsw/

    ———————— End first post

    1:
    Copy from excel is still not supported. Why should a standard behavior be blocked?
    For example our customers work with different items and every time they have to type it instead of copying from excel.

    2:
    It work with decimalSeparator:’,’.
    But the combination of decimalSeparator:’,’ and groupSeparator:’.’ does not work.
    Here is the new fiddle:
    http://jsfiddle.net/dt5m9w1o/

    Problems with pasting #103055

    Gat
    Participant

    Any news?

    Will there be a fix in the near future?
    We are waiting more than a year…

    Problems with pasting #103086

    Peter Stoev
    Keymaster

    Hi Gat,

    1. Ctrl+C from one number input and Ctrl+V to another works.
    2. Ctrl+C from one number input and Ctrl+V to another web app or text editor works.
    3. Ctrl+C from another program and Ctrl+V in number input is something which we will not support. This includes copy from excel.
    4. According to us, the localization issue which was reported is already resolved.
    5. Pasting with groupSeparator – ‘.’ and decimalSeparator – ‘,’ is not yet supported.

    Regards,
    Peter

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.