I have run into some troubles viewing the chat on the new Internet Explorer 8. the worst problem was the chat flooding the area outside the chat frame.
the right coloumn that lists names of people in the room appears at the bottom of the screen - over where you enter the text - makes it impossible to join in the converations.
Comments
Comment #1
permutations commentedThat's an issue with your theme, not the chat. I'm running IE8 and have no problems with the chat.
Comment #2
kosmixal commentedYou will have to turn compability node on for ie8. I don't know how to fix this for ie8 without compability on.
Hope that helps.
Comment #3
l33roy commentedthe same issue here. Its not theme problem. I have this error message:
Message: Object does not support this property or method
String: 403
Symbol: 3
Code: 0
URI-code: http://whole-sale.ru/sites/default/files/js/js_024bc6a956a52a8a23a65838d...
I cant view this js file...
Comment #4
awolfey commentedThis can be fixed by forcing compatibility mode.
Put this at the top of the head section of the page template you use for PFC.
Comment #5
awolfey commentedl33roy, your issue looks related to jquery / prototype incompatibility.
Comment #6
Zorath commentedIf im not misstaken this is the main issue, className wont work in IE 8.
The following snippet is used alot, for example in pfcgui.js - function getOnlineContentFromTabId.
If you set up a variable is_ie8:
and then change to above code to:
That fixed the issue for me atleast