Greetings!

Does this feature work??

I click on this link and the chatroom appears incomplete and splitted, so the chat windows is cut and I can't even type anythin on the chatroom ... and I can't scroll the window.

I'm a ubuntu 8.04 LTS and firefox 3.0.15 user. Does it work in anothers browsers??

Thanks in advance!

Comments

Anonymous’s picture

Assigned: Unassigned »

i 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.

Anonymous’s picture

Title: View in popout » test popout in older firefox

just renaming issue.

butt-head’s picture

Oppss ... 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! :)

butt-head’s picture

Now 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!

sheckoo90’s picture

same problem popout is not working ! what should i do !

sheckoo90’s picture

Issue tags: +popout fixed

guys 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 :)

Anonymous’s picture

Assigned: » Unassigned