jQWidgets Forums

jQuery UI Widgets Forums Editors NumberInput bug with non-english input

This topic contains 5 replies, has 3 voices, and was last updated by  Fabio 11 years, 6 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • bug with non-english input #19232

    btpy
    Member

    input is declared like this:

    jqxNumberInput({ width: ‘100px’, height: ’25px’,
    inputMode: ‘simple’, spinButtons: true, theme: theme, decimalDigits: 0, min: 0 ?>,
    max: 1000000000 });

    And, when you use language that differs from english (on Windows), you can enter as many dots “.” as you want and cannot delete them.
    e.g. “…..0.0.0.0.0”
    Maybe it is somehow connected with encoding stuff?
    thank you

    bug with non-english input #19262

    support
    Participant

    Hi btpy,

    We were unable to reproduce the problem. Please provide the following information :
    1. Which language we should use ?
    2. With which jqWidgets version do you use ?

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

    bug with non-english input #19273

    btpy
    Member

    upd – use Chrome
    1. russian
    2. numberinput.js tells me that version is 2.5.5

    bug with non-english input #19416

    btpy
    Member

    if you are still interested, check this:
    jqxnumberinput.js

    _handleKeyDown
    _handleSimpleKeyDown

    near
    if (o == 190 || o == 110)
    there is another key code that fails: 191

    bug with non-english input #19420

    support
    Participant

    Hi btpy,

    We are unable to reproduce such behavior with jQWidgets 2.8.1. I suppose that the reported behavior is already resolved.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

    bug with non-english input #29029

    Fabio
    Participant

    When it is set with an instruction like $(‘#idcontainer .numberInput’).val(‘5.23’), the jqxNumberInput component focuses automatically althought it shouldn’t do that.

    This functionality should be chosen by the programmer.
    I propose to add a flag property that allows to enable or disable the autofocus during the setting of a value.

    thank you

    Fabio

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

You must be logged in to reply to this topic.