Find the jQuery/JavaScript Bug - $50 Bounty Challenge for a Guru

  • Status: Closed
  • Prize: $50
  • Entries Received: 7
  • Winner: ElVox

Contest Brief

Greetings freelancers,

This is a bug fix contest for experts in jQuery, JavaScript and Internet Explorer DOM. The bug fix reward is $50 US, guaranteed to be awarded for one of the solutions. This could be easy money for a Javascript/jQuery guru.

You must follow these instructions to be eligible. If you haven’t read the instructions, I will know and your entry will be rejected.

Here’s the Problem: I have a web site under development. In Internet Explorer 10 (don’t know about previous), I suspect something is intercepting a button click event or interfering with it. At a certain point, you have to click two or three times on a button to submit the form. Latest FireFox and Chrome are fine. I haven’t been able to find the solution.

The Contest: Describe what is causing the problem and describe the successful fix or workaround. The solution must be one that requires the user to click only once in Internet Explorer 10 to post the data.

The details are in the attached Word document.

Good luck with the bug fix!

Recommended Skills

Public Clarification Board

  • kjopc
    Contest Holder
    • 11 years ago

    Update: This may be a "security" issue with IE 10 related to file uploads and submitting a form. A possible workaround is to issue a large number of submits:

    $(this).closest('form').submit();
    $(this).closest('form').submit();
    $(this).closest('form').submit();
    $(this).closest('form').submit();
    $(this).closest('form').submit();
    $(this).closest('form').submit();

    • 11 years ago
    1. ElVox
      ElVox
      • 11 years ago

      A security issue is *exactly* what the issue is but I don't like that workaround. I guess I'll post a somewhat better JS solution (really a hack)...

      • 11 years ago
    2. kjopc
      Contest Holder
      • 11 years ago

      Further to the discussion: http://social.msdn.microsoft.com/Forums/ie/en-US/ea76c8be-8cb1-469d-996b-19f0115d4e68/ie-10-wont-submit-form-after-jquery-file-upload

      • 11 years ago
  • ExpertChirag
    ExpertChirag
    • 11 years ago

    I have no idea exactly Why need click more then one in your project because i have not seen your code But i face this kind of problem before and simply solution was work for me that make background-color of that Element and set opacity zero.

    • 11 years ago

How to get started with contests

  • Post your contest

    Post Your Contest Quick and easy

  • Get tons of entries

    Get Tons of Entries From around the world

  • Award the best entry

    Award the best entry Download the files - Easy!

Post a Contest Now or Join us Today!