Active
Project:
Chatroom
Version:
master
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Dec 2009 at 18:22 UTC
Updated:
27 Jul 2011 at 22:40 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedi haven't tested this in older versions of firefox, i know it works in 3.5.x and IE 8.
the css for the popout in general needs work, patches welcome.
Comment #2
Anonymous (not verified) commentedjust renaming issue.
Comment #3
butt-head commentedOppss ... I thought I had the last firefox version. In fact, when I search for updates, firefox tells me that I have the last one ...
But I've entered in the firefox official site and I can see that there's a newer version that's not available for my linux distribution.
Anyway, I'll try to install this latest firefox version in some way. When I get it, I'll let you know.
If, for some reason, I can't get it ... or I still don't like how works the 'View in popout' link ... is it possible to remove this function in your module??
Thanks! :)
Comment #4
butt-head commentedNow I've got installed the last firefox version and the result is just the same ... a popout windows that doesn't work properly.
I guess this is due to something else than only the browser version. As you said, this is because the css.
I use the 'Elegant' theme: http://drupal.org/project/elegant
Could you help me please to remove this function of your chatroom module??
Thanks!
Comment #5
sheckoo90 commentedsame problem popout is not working ! what should i do !
Comment #6
sheckoo90 commentedguys i fixed the problem of popout !
fixed
go to the file chatroom.js
and change this function
Drupal.behaviors.chatroom = function(context) {
$("#chatroom-popout-link").click(function (e) {
e.preventDefault();
e.stopPropagation();
url: Drupal.settings.basePath + Drupal.settings.chatroom.banUserPath + '/' +
window.open(Drupal.settings.basePath + '?q=node/' + Drupal.settings.chatroom.chatId + '&chatroom_popout=true', '', Drupal.settings.chatroom.popoutParams);
});
///changed the '?chatroom_popout=true' to '&chatroom_popout=true'
and alsoo added "?q=" before "ndoe"
it works :)
Comment #7
Anonymous (not verified) commented