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

  • SEARCH
  • Home
  • 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 9006033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:18:23+00:00 2026-06-16T01:18:23+00:00

I don’t understand why I can’t get the right range object. It’s hard for

  • 0

I don’t understand why I can’t get the right range object. It’s hard for me to explain the problem.

For example: I have five divs, each div contain a phrase. Logically if I trigger a mousedown event in one of these div I can get the event-target. Ok, this is elementary.

But, if I work with the range object on a mousedown event, the event-target is always that I have clicked but the range.startContainer is pointing at the previous div;

Check out this fiddle:


 1 LineLineLine
 2 LineLineLineLineLine
 3 LineLineLineLine
 4 LineLineLine
 5 LineLineLineLine

Steps for reproducing the problem ( See console ):

  1. Hold down your mouse button on first line ( Console say "undefined" [*] )
  2. Release your mouse button ( Range is securely pointing at first line now )
  3. Hold down your mouse button on the fourth line ( Console say "firstline" )
  4. The console show the previous clicked line

[*] Is undefined because the document don’t have a range
yet, but this is insignificant because I can create one at fly and inject him in document.

I can deduce that the mousedown event is executed before the range.. Or not?

  • 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-16T01:18:24+00:00Added an answer on June 16, 2026 at 1:18 am

    I don’t think you can get the right range on mousedown, the trigger is faster than the range detection. You can use mouseup (demo):

    $("div.line").mouseup(setPos);
    

    Or add a small delay (demo):

    $("div.line").mousedown(function() {
        setTimeout(setPos, 4);
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Don't have much to say, just can get into the event handler. XAML: <Grid>
Don't know why but I can't find a solution to this. I have 3
Don't know how to explain it better but i'm trying to get a response
Don't ask me how but I'm in a situation where I have DCPs published
Don't be scared of the extensive code. The problem is general. I just provided
Don't these two mean the same thing, first get the value and then increment?
Don't ask why but I have the requirement to draw a border around certain
Don't think that I'm mad, I understand how php works! That being said. I
Don't they both have to convert to machine code at some point to execute
I don't know how better to describe this. So take this example. var a

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.