Bugs
: K-Meleon Forum
You can talk about issues with k-meleon here. But please, for confirmed bugs, use the bug tracker to report and give feedback on bugs.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=desga2] This is a Javascript problem in the website code. If you test it blocking Javascript (F7) not show any error message and works fine but is bad displayed. The site is checking bad the UA string in this script code: http://www.net-angel.ru/scripts/IncludeSDPScripts.js?build=8007 [code] _editor_url="./"; _editor_lang="en"; var agt=navigator.userAgent.toLowerCase(); var is_ie=((agt.indexOf("msie")!=-1)&&(agt.indexOf("opera")==-1)); var is_opera=(agt.indexOf("opera")!=-1); var is_mac=(agt.indexOf("mac")!=-1); var is_mac_ie=(is_ie&&is_mac); var is_win_ie=(is_ie&&!is_mac); var is_gecko=(navigator.product=="Gecko"); var buildNumber="7013"; function getJsInc(_1){var _2=navigator.appVersion; if(_2.indexOf("5.0")>=0&&_2.indexOf("MSIE")){return "<script src='"+_1+"?"+buildNumber.substring(3)+"' type='text/javascript'></script>"; }else{return "<script src='"+_1+"?"+buildNumber+"' type='text/javascript'></script>"; }}function getCssInc(_3){var _4=navigator.appVersion; if(_4.indexOf("5.0")>=0){return "<link type='text/css' rel='stylesheet' href='"+_3+"'>"; }else{return "<link type='text/css' rel='stylesheet' href='"+_3+"?"+buildNumber+"'>"; }}function includeSDPScripts(_5,_6,_7,_8){if(_8!=null){_editor_lang=_8.toLowerCase(); }var _9=""; if(_7!=null){buildNumber=_7; }if(fromIframe==null){fromIframe="false"; }if(parent["JS_INCLUDED"]!=null&&fromIframe=="false"){return; }_9+=getJsInc(_5+"/scripts/thirdparty.js"); _9+=getJsInc(_5+"/scripts/servicedesk.js"); _9+=getJsInc(_5+"/scripts/ajax.js"); _9+=getJsInc(_5+"/framework/javascript/framework.js"); _9+=getJsInc(_5+"/components/javascript/components.js"); _9+=getJsInc(_5+"/lang/en.js"); _9+=getJsInc(_5+"/lang/"+_editor_lang+".js"); document.writeln(_9); parent["JS_INCLUDED"]="true"; parent["MC_JS_INCLUDED"]="true"; fromIframe=="false"; }function includeSDPStyle(_a,_b,_c,_d){if(_b!=null){_editor_lang=_b.toLowerCase(); }var _e="<link rel='SHORTCUT ICON' href='/images/favicon.ico'/>"; if(fromIframe==null){fromIframe="false"; }if(parent["CSS_INCLUDED"]!=null&&fromIframe=="false"){return; }if(_b!=null&&_b.indexOf("zh")>=0){_e+=getCssInc(_a+"/style/style_zh.css"); }else{if(_d=="RTL"){_e+=getCssInc(_a+"/style/style_rtl.css"); _e+=getCssInc("/style/cal_style.css"); _e+=getCssInc("/style/cal_style_RTL.css"); }else{_e+=getCssInc(_a+"/style/style.css"); _e+=getCssInc("/style/cal_style.css"); }}_e+=getCssInc("/custom/style/custom_style.css"); _e+=getCssInc("/style/htmlarea.css"); _e+=getCssInc("/style/dashboard.css"); document.writeln(_e); parent["CSS_INCLUDED"]="true"; fromIframe=="false"; }function includeScripts(_f){var _10=""; if(fromIframe==null){fromIframe="false"; }if(parent["JS_END_INCLUDED"]!=null&&fromIframe=="false"){return; }document.writeln(_10); parent["JS_END_INCLUDED"]="true"; fromIframe=="false"; } [/code] In Firefox 3.5 and Seamonkey 2 work fine but not in K-Meleon. This is because the JS code detect a Gecko browser but unknown the version. I'm working to fix this problem.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development