Closed (fixed)
Project:
DrupalChat
Version:
7.x-1.0-beta15
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2013 at 10:20 UTC
Updated:
24 May 2013 at 17:50 UTC
The chat window keeps loading forever in IE8,9,10 (see screenshot). Firefox 17+ works.
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.408.png | 849 bytes | mkesper |
Comments
Comment #1
darklrd commentedHello,
Launch Developer Tools in IE (by pressing F12) and do you get any error in console?
Which version of jQuery are you using?
Thanks
Comment #2
mkesper commentedThis was the version delivered With Drupal7. It chokes in Cookie plugin with "Drupal" is undefined.
With 1.5/1.7/1.8 (via jQuery update module), I get
jQuery, MooTools or Prototype needs to be loaded before jStorage!in Title Alert 0.7Comment #3
darklrd commentedIt seems like you are loading jQuery at a later stage, is it so? You don't need to use jQuery update module in D7 to get this module running.
Comment #4
mkesper commentedThe strange thing is that IE shows the site in Document Mode: IE7 Standards (Page Default). If I set it to IE 8 standards, it loads! :)
Is that a theme option? We use a modified bartik theme.
Comment #5
darklrd commentedoh, were you earlier running IE in compatibility mode?
Comment #6
mkesper commentedIt seems so. How can I avoid this? It breaks also many other things...
Comment #7
darklrd commentedWe can close this thread now :) Searching on net gave me this result - http://stackoverflow.com/questions/6348959/how-to-disable-compatibility-.... Hope it helps.
Comment #8
mkesper commentedThanks for the hint with F12. Would have taken a long time without. :)
Comment #9
darklrd commentedYou are welcome! :)