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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T17:20:03+00:00 2026-06-04T17:20:03+00:00

This is probably a hard question to answer, considering it’s very hard to demonstrate

  • 0

This is probably a hard question to answer, considering it’s very hard to demonstrate the problem1.

I am using datatables + datatables jEditable, but I have completely altered (and improved) the code so that when a user double clicks a row in the table, a jQuery UI dialog box with a form opens where you can edit the row. It utilizes one form to do two tasks, namely, add & edit.

This is all fine and dandy in all browsers, except, you guessed it: IE.
And I swear, this is by far the strangest behavior by IE I have ever seen.

When you double click a row, the dialog box doesn’t show up, but then, when you open up the dev tools (F12), it suddenly works.

To clarify

  1. User opens Internet Explorer (in this case IE9, but it also happens on earlier ones)
  2. User navigates intranet
  3. User double-click datatable row. Nothing happens.
  4. User opens dev tools (F12) and closes it
  5. User double-click datatable row. Dialog opens.
  6. User closes tab and reopens and navigate there once more. Everything works.
  7. User closes internet explorer
  8. Repeat steps 1 through 8

It’s annoying that I can’t debug the problem because it goes away as soon as I open the debugger…!

I originally thought that the issue was because intranet sites on IE are by default opened in compatibility view, so I changed that setting in the hopes it would resolve the issue.
It did not.

Also, once the dev tools are opened, and I refresh the page, there are no errors or any signs of faulty code.

So…
What up wit dat?

1The code is fairly complex and I don’t know if I could simplify it enough and make a demonstration. This is done on an intranet, and the data used is classified, so I’m not allowed/can’t directly show you either.

  • 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-04T17:20:05+00:00Added an answer on June 4, 2026 at 5:20 pm

    This may not be the cause of your troubles. but I’ve seen similar behavior from IE before. The culprit was a stray console.log in the code. In IE window.console does not exist until the dev tools have been opened, and continues to exist on the window after dev tools have closed. If you have a stray console.log in your code, it could be blocking the dialog from opening as console is undefined, then beginning the moment you try to debug it.

    If you want to test this possibility but don’t want to hunt down the stray, just add the below to the top of your document:

    if (!window.console) {
      this.console = {
        log: $.noop
      };
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is probably quite a simple question but very hard to google! I'm loading
This is probably a basic question, but I have been having a hard time
This is probably a silly question but I'm having a hard time trying to
I have a really simple question and probably hard answer. How to add webpartzone
This is probably a question that has an easy/simple/obvious answer, but I've found myself
This is probably a simple question, but it's hard to Google. What is the
This is probably a very basic question, but I'm really new to generics in
This is a really dumb question. But I have a hard time with Oracle
This is probably a really easy question, it's just very hard to google a
I know this is probably super easy, but I'm having a hard time wading

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.