Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    onChange not called when replacing chars in TextItem

    Hi all,
    I have an issue with TextItem. I use this TextItem only to input Numbers to it.

    I have added ChangeHandler to this item, but the method onChange is not called when I replace numbers by selecting them and type in new numbers.

    The way I mean replace numbers is following:

    1) I enter number 123. So far so good. onChange is called.
    2) I select two of numbers let's say 12 and type in only 4. onChange is not called.

    It's called eventually but the number of chars inputed to TextItem must match the original count or be higher.

    Is there something I do wrong or is that known issue???

    v10.0p_2014-12-26/LGPL Development Only

    #2
    Not a known issue. First, update to the latest patched build (see smartclient.com/builds).

    Then, if the issue still occurs:

    1. tell us what browser(s) show the problem. Be specific about version and platform/OS

    2. show a test case that reproduces the problem - this can be just minor changes to a Showcase example, for instance

    Comment

    Working...
    X