DrupalChat doesn't start (hangs on the loading.gif) with jQuery > 1.5.

Exception: With polling method "iFlyChat server" it works with other jQuery versions.

If I change the jQuery version to 1.5 everything works as expected.

CommentFileSizeAuthor
#5 jquery_cdn_url_protocol-2414165.patch711 byteskitserve
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

romansta’s picture

Issue summary: View changes
romansta’s picture

Another exeption: It works an phones. I think, because of the option "Enable Mobile App".

romansta’s picture

Title: Chat doesn't start (hangs on the loading.gif) with jquery > 1.5 » Chat doesn't start (hangs on the loading.gif) on a https site

I got the solution: on line 11 in drupalchat/js/drupalchat.js change "http" to "https".

Otherwise a mixed-content error blocks loading of "http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"

kitserve’s picture

kitserve’s picture

Status: Active » Needs review
FileSize
711 bytes
darklrd’s picture

  • darklrd committed ddb16c7 on 7.x-1.x authored by kitserve
    Issue #2414165 by kitserve, romansta: Chat doesn't start (hangs on the...
darklrd’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.