Not sure what is causing this, but when we go to edit a guide on our site the Edit form only appears as two lines high, and the preview button doesn't work.
Whenever I hit the preview button it gives me this:
---------------------------
Line: 523
Char: 3
Error: Object doesn't support this property or method
Code: 0
URL:
http://guildtracker.dkpsystem.com/guide.php?guideid=6---------------------------
Line 523 on my site has this function:
function fillpicker(msg)
{
document.getElementById("picker").innerHTML=msg;
}
The error shows up in IE 7, and not Firefox. Firefox works fine.
I checked to see if maybe my style sheet or something else was causing the error where the edit form was only two lines high. Nothing that I could tell.