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 |
Jump to:
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
In the code, there is ... and it needs to be xhanged to ...
#2
Could you clarify? Perhaps using code tags?
Dave
#3
Sorry...
The line 282 orginally:
$output .= "<title>Chatbox Iframe<title>\n";Change it to:
$output .= "<title>Chatbox Iframe</title>\n";#4
Should be fixed.
Dave
#5