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 1099879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T00:48:01+00:00 2026-05-17T00:48:01+00:00

I have a problem and I can’t figure out what exactly is causing this

  • 0

I have a problem and I can’t figure out what exactly is causing this behavior. I cannot access my input fields and textareas on my HTML form.

Unfortunately, the JS, HTML and CSS are very large, so I can’t really post it all here.

Can anybody tell me what to look for when debugging this strange behavior?

UPDATE

If I move the cursor over the input field I can see the text cursor, but when I click it the field does not get the focus. I can access the field via pressing the Tab key and if I right click on it and then click on the field I also get the focus for it.

…and nope, they don’t have the disabled or readonly attributes 😉

  • 1 1 Answer
  • 1 View
  • 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-05-17T00:48:02+00:00Added an answer on May 17, 2026 at 12:48 am

    when i click it the field does not get the focus. i can access the field via pressing the “tab-key”

    It sounds like you’ve cancelled the default action for the mousedown event. Search through your HTML and JS for onmousedown handlers and look for a line that reads.

    return false;
    

    This line may be stopping you from focusing by clicking.


    Re: your comment, I’m assuming you can’t edit the code that adds this handler? If you can, the simplest solution is to just remove the return false; statement.

    is there a way to just add functionality to the event-trigger by not overwriting it?

    That depends on how the handler is attached. If it’s attached using the traditional registration method, e.g. element.onmousedown, then you could create a wrapper for it:

    var oldFunc = element.onmousedown;
    element.onmousedown = function (evt) {
        oldFunc.call(this, evt || window.event);
    }
    

    Since this “wrapper” doesn’t return false, it will not cancel the default action (focusing) for the element. If your event is attached using an advanced registration method, such as addEventListener or attachEvent then you could only remove the event handler using the function name/reference and reattach it with a wrapped function similar to the above. If it’s an anonymous function that’s added and you can’t get a reference to it, then the only solution would be to attach another event handler and focus the element manually using the element.focus() method.

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

Sidebar

Related Questions

I have this problem I can't figure out, I query the DB this way:
Hy, I have a problem and I can't figure it out... declare @start_date datetime,
I have problem I can't figure out but I do have a hint. Before
I have a problem - i can't compile SqlCipher. I'm using this http://groups.google.com/group/sqlcipher/browse_thread/thread/55c6296b56bf4533/c792bbec6df7d4f4?tvc=2#c792bbec6df7d4f4 instructions
I have this problem that I can ref a button for control it. I
I have a problem that I can't resolve. Let's say I have this map
I have a problem i can't find the wrong in this function it sometimes
hello today i have a problem how can this happen ? everything that is
following up on this question , I now have another problem - how can
I have problem compilin this code..can anyone tell whats wrong with the syntax CREATE

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.