jQWidgets Forums

jQuery UI Widgets Forums Editors MaskedInput focus() Google Chrome

This topic contains 2 replies, has 2 voices, and was last updated by  SysProfile 9 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • focus() Google Chrome #82979

    SysProfile
    Participant

    When the focus method is used in Google Chrome the cursor moves to the last position on the right, on the other browsers this problem does not happen, why?

    focus() Google Chrome #82999

    Peter Stoev
    Keymaster

    Hi SysProfile,

    This is related how the web browser handles the focus of Inputs. We call the built-in focus method of the INPUT tag.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    focus() Google Chrome #83089

    SysProfile
    Participant

    The method jqxMaskedInput(“focus”) does not work correctly, I modified my code with the following lines. You can make this change ?, I bought the product (shaurat@sysprofile.com.ar) and would be useful to solve these small details

    Original Code
    $(“#userID”).jqxMaskedInput(“focus”);

    Real solution
    $(“#userID :input”).focus();

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

You must be logged in to reply to this topic.