Blocks shows no data in IE7

adnanshareef - May 1, 2007 - 10:25
Project:Chatblock
Version:5.x-1.0.x-dev
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:dwees
Status:closed
Description

Hi,

I enabled and configured the module and it works perfectly fine under FireFox. But in IE7, the chat block dont shows any data. Here are my findings

1-Upon viewing the source of iFrame, the source is same as I see on FF (but it seems that the generated data is invisible in IE7)
2-Then, I removed every < script tags and java script function calls from the output. This still gave me the latest chat log in the generated html (but no sign of viewing the chat visually)
3-It seems that the problem is with the div tags such that IE7 is just not going to display that data.

Thanks
Adnan

#1

alippai - May 25, 2007 - 14:24

In the code, there is ... and it needs to be xhanged to ...

#2

dwees - May 25, 2007 - 20:18

Could you clarify? Perhaps using code tags?

Dave

#3

alippai - May 26, 2007 - 07:20

Sorry...
The line 282 orginally:

    $output .= "<title>Chatbox Iframe<title>\n";

Change it to:
    $output .= "<title>Chatbox Iframe</title>\n";

#4

dwees - May 28, 2007 - 18:37
Assigned to:Anonymous» dwees
Status:active» fixed

Should be fixed.

Dave

#5

Anonymous - June 11, 2007 - 18:49
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.