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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:41:26+00:00 2026-05-20T10:41:26+00:00

I’ve tested in a few modern browsers with inconsistent results. I’m sure it has

  • 0

I’ve tested in a few modern browsers with inconsistent results. I’m sure it has something to do with capturing vs bubbling event support differences. I’ve setup a test environment to replicate the issue here: pastebin and use this service to run a live preview.

The problem is this: Some browsers will ignore the anchor href click event when an ancestor prevents bubbling. It doesn’t make sense because the middle element will fire its event before it bubbles down but the anchor element will not. Why does a javascript click event work but the href event will not?

Here are my results when “click me” is pressed:

Chrome 9.0.597.98: href is ignored + inner and outter is printed

IE 8.0.6001.19019: href works + inner and outter is printed

Firefox 3.6.13: href is ignored + inner and outter is printed

So my ultimate question is: How do I get href to work cross-browser when an ancestor element is preventing event bubble? Any insight would be greatly appreciated.

EDIT:

I would just like to note that the discussion continues in Pointy’s comments and I would also like to thank him for his tremendous help!

  • 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-05-20T10:41:27+00:00Added an answer on May 20, 2026 at 10:41 am

    The problem is that it’s not

    event.returnResult = false;
    

    in IE, it’s:

    event.returnValue = false;
    

    The link makes it through in IE because you’re not correctly telling the browser not to take the default action.

    If you want the default action to take place, then don’t call “.preventDefault()” and don’t set “returnValue” to false.

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

Sidebar

Related Questions

No related questions found

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.