Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8408869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:45:02+00:00 2026-06-09T23:45:02+00:00

I have a function that selects the first 5 characters of a input onclick.

  • 0

I have a function that selects the first 5 characters of a input onclick. This works for the very first click. When the input box still has focus, in chrome, a second click within the first 5 characters removes the selection and the caret is blinking at the position of the click.

I expect the first 5 characters to still-be/remain selected.

This appears to be a chrome issue as it works fine in Firefox.

Here is my fiddle:
http://jsfiddle.net/valamas/3eaYq/2/

How can I get this working with chrome?

I have tried resetting the selection using

sender.setSelectionRange(0, 1);
sender.setSelectionRange(0, 5);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T23:45:04+00:00Added an answer on June 9, 2026 at 11:45 pm

    This is indeed an issue with Chromium (and a two year old issue at that). To make Chrome behave the same as Firefox, simply wrap the contents of doSelect in a setTimeout call:

    function doSelect(sender, e) {
        setTimeout(function(){
            sender.setSelectionRange(0, 5);
        }, 0);
    }
    

    See also: the updated JS Fiddle


    Update: The bug is now marked as FIXED and will be delivered in Chrome 39.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this jQuery script that works fine: $(select).change(function () { var finalPrice =
I have a function that, when the user selects one or more items, it
I have the following Javascript code that works perfectly: $(document).ready(function() { $(#Select1).setDefault(); $(#Select2).setDefault(); $(#Select3).setDefault();
I have function Start() that is fired on ready. When I click on .ExampleClick
I have a function that takes an input string and then runs the string
I have some XML code that looks like this <SEARCHRESULTS> <FUNCTION name=BarGraph> <PARAMETER name=numList></PARAMETER>
I have two select boxes, the first select box has two options: First set
Hi I have a function that will generate a random string which works fine.
I have an MS SQL function that is called with the following syntax: SELECT
Inside my Controller i have function that runs after user clicks on item, which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.