Only in drupal, I get an "Object doesn't support this property or method" Error in IE8. Says Line:290 Char: 3 or bootstrap.js which is the Modal Data-api function of that JS. I have tested bootstrap outside of Drupal and I DO NOT receive the same error. Any thoughts?

Comments

wundo’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)
RobKoberg’s picture

EDIT: sorry read that as IE10 and Win8 (first cup of coffee)

IE10 has problems when the fade class is used. I remove it in my JS for IE10 like so:

jQuery(document).ready(function($) {

  if ( jQuery.browser.msie && 10 >= jQuery.browser.version ) {
    jQuery('.fade').removeClass('fade');
  }
markhalliwell’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (won't fix)

Scripted response: This issue has been closed while cleaning up the issue queue. This has likely already been addressed in 7.x-3.x. If it has not, please create a new issue describing the exact issue with that version. The 7.x-2.x branch currently only receives security fixes.