Hallo!
Eigentlich bin ich von dem Board echt begeistert und es läuft auch ganz gut.
Trotzdem hab ich krasse Probleme mit JavaScript in Opera. Der Beitragstext wird z.B. nicht übernommen oder es kommt eine Script-Meldung, dass "angeblich" kein Text geschrieben wurde (complete your message field!).
Hat jemand die selbe Erfahrung gemacht? Oder kennt einer das Problem genauer?
Ich würde Opera nicht gleich die Schuld geben....
Gruß Christian
Ein bug Report:
JavaScript - http://www.deluxebb.com/community/newpost.php?sub=editpost&tid=243&pid=899
Event thread: click
Error:
name: TypeError
message: Statement on line 1: Type mismatch (usually a non-object value used where an object is required)
Backtrace:
Line 1 of eval script
var vRTEs = allRTEs.split(";");
for (var i = 0;i < vRTEs.length;i++)
if (InsertChar != null)
InsertChar = null;
if (InsertTable != null)
InsertTable = null;
if (InsertLink != null)
InsertLink = null;
if (InsertImg != null)
InsertImg = null;
if (dlgReplace != null)
dlgReplace = null;
Line 1 of eval script
dlgCleanUp();
var leftPos = (screen.availWidth - width) / 2;
var topPos = (screen.availHeight - height) / 2;
options += "width=" + width + ",height=" + height + ",left=" + leftPos + ",top=" + topPos;
return window.open(url, win, options);
Line 1 of eval script
parent.command = command;
currentRTE = rte;
setRange(rte);
var linkText = "";
if (isIE)
else
parseRTE(rte);
InsertLink = popUpWin(includesPath + "insert_link.htm", "InsertLink", 50, 50, "status=yes,");
setFormText("0", linkText);
Line 1 of script
dlgInsertLink("rte1", "link");
At unknown location
[statement source code not available]

Javascript-Probleme








