Hi,
There is a small problem with CB (Version 1.8.1) and IE8
The function Chargement() in menubest.js, doesn't check for the existence of an element with id 'conteneurmenu'.
This makes IE show javascript error "...property style is not defined..."
After enclosing the code of the function in
if (document.getElementById("conteneurmenu")){...
...}
the problem dissapears.
The problem is not recognisable in the page, except if there is javascript after this error, which doesn't execute.
This problem is reproducible 100% with IE8 and IE9 in IE8 mode.
With IE9 in IE9 mode it doesn't happen all the time.
Could not confirm using IE7, IE8, and IE9 rendering. This typically only happens if you've some sort of fatal JS error before CBs JS has a chance to execute. That results in the following JS erroring. Where exactly are you seeing this?
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
I have following configuration:
- public user list
- public profiles
Not logged in and viewing profile (no profile cb menu) - javascript error (see js_error.png scrrenshot)
Logged in and viewing profile (profile cb menu) - no javascript error (see js_noerror.png)
Ah, I see the issue. It only happens when CB Menu is present and configured to display as a menu bar. I've created the below bug ticket for further investigation.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.