- Posts: 4
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question Bug in kunena.special.js.php gives javascript errors in IE
15 years 2 months ago #88993
by srebbul
If have noticed the following bug in kunena.special.js.php
Line 82 en 83
window.onload=kunenaCheckPollallowed($('postcatid').getSelected().get("value"));
window.onload=kunenaCheckAnonymousAllowed($('postcatid').getSelected().get("value"));
Which should be
window.onload=function () {kunenaCheckPollallowed($('postcatid').getSelected().get("value"))};
window.onload=function () {kunenaCheckAnonymousAllowed($('postcatid').getSelected().get("value"))};
Can anybody confirm my conclusion?
Kind regards
Rob
Line 82 en 83
window.onload=kunenaCheckPollallowed($('postcatid').getSelected().get("value"));
window.onload=kunenaCheckAnonymousAllowed($('postcatid').getSelected().get("value"));
Which should be
window.onload=function () {kunenaCheckPollallowed($('postcatid').getSelected().get("value"))};
window.onload=function () {kunenaCheckAnonymousAllowed($('postcatid').getSelected().get("value"))};
Can anybody confirm my conclusion?
Kind regards
Rob
Please Log in or Create an account to join the conversation.
15 years 2 months ago #88998
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re: Bug in kunena.special.js.php gives javascript errors in IE
Hello,
Which IE version do you have ?
Which IE version do you have ?
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
15 years 2 months ago #89002
by srebbul
Replied by srebbul on topic Re: Bug in kunena.special.js.php gives javascript errors in IE
Both IE 7 and 8 (both native and compatibility mode).
Please Log in or Create an account to join the conversation.
15 years 2 months ago #89034
by GoremanX
THE place to discuss photography!
www.friendlyphotozone.com
Replied by GoremanX on topic Re: Bug in kunena.special.js.php gives javascript errors in IE
do you use some kind of css/js combiner/compressing plugin? I had to add a bunch of exceptions for Kunena javascript files to mine, otherwise I'd get similar errors.
THE place to discuss photography!
www.friendlyphotozone.com
Please Log in or Create an account to join the conversation.
15 years 2 months ago #89039
by severdia
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Replied by severdia on topic Re: Bug in kunena.special.js.php gives javascript errors in IE
srebbul, did you make that change and it's tested as working for you?
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.
15 years 2 months ago #89062
by srebbul
Replied by srebbul on topic Re: Bug in kunena.special.js.php gives javascript errors in IE
Severdia,
Before I made the change I got the error "Object doesn't support this property or method" in all IE's at my disposal at character 47606 in mootools.js.
After the change it looks like all works fine on all the platforms I can check.
Can you confirm my conclusion that I made the correct change?
Rob
Before I made the change I got the error "Object doesn't support this property or method" in all IE's at my disposal at character 47606 in mootools.js.
After the change it looks like all works fine on all the platforms I can check.
Can you confirm my conclusion that I made the correct change?
Rob
Please Log in or Create an account to join the conversation.
Time to create page: 0.266 seconds