Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Anyone seen this?

Quote Reply
Anyone seen this?
I get this when posting messages (See picture). The toolbar is squished! But it doesnt always do it.

I have ie 6.

But the toolbar works here all the time. Anyone seen this before?

Cat
Quote Reply
Re: [catlovette] Anyone seen this? In reply to
Big topic of discussion...

http://www.gossamer-threads.com/...i?post=222147#222147

Dave
Quote Reply
Re: [catlovette] Anyone seen this? In reply to
It happened to me so much I pretty much resigned myself to not posting on my own forum, but as soon as I got DSL the problem disappeared, so it seems that the fix offered to give the toolbar code more time to load is the ticket. hopefully this will be addressed very soon.

Steve

Visit The Guitar Diner
Quote Reply
Re: [Boomer] Anyone seen this? In reply to
I still dont understand why I dont get the problem here! I have made the time changes.

Also I keep getting javascript errors when using the toolbar buttons - All different error messages; Description:unspecified error line:324, etc the buttons dont press and un press they stay pressed! The toolbar just seems to error all the time! Is this also a known issue?

Cat
Quote Reply
Re: [catlovette] Anyone seen this? In reply to
Take a look at the editor.js replacement in this post:

http://www.gossamer-threads.com/...i?post=227298#227298

I've seen some very strange error messages that those changes _may_ fix, but I can't guarantee it.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [catlovette] Anyone seen this? In reply to
When I last looked at this problem on my own forums, I found that basically the onload action was not firing properly in the <iframe> (in the template file include_post_html_common_write.html). Here is what I did, and it seems to have fixed it... because there have been no more complaints :)

My fix was to simply move the onload function call in the <iframe> tag up into the onload function call in the window.

So, delete (or comment out) "onload=initOuterIFrame()" in the template file "include_post_html_common_write.html".

In the template file "edit.js", add the following line "window.onload=initOuterIFrame;". Just insert this line below the "window.onresize"... but it doesn't really matter where you put it.

Try to see if you can duplicate the problem on my forums, and if it doesn't happen... then this fix should probably work.
Go here: http://forums.christianity.com/...=8&do=post_write, then click on the "Advance Message Editor" tab to load the advance editor. (note: this is a live forum)

I hope that helps!

Joe
--
Christianity.com Forums
Quote Reply
Re: [joet] Anyone seen this? In reply to
I've enabled your solution on these forums, so if anyone was encountering the problem here, they should try it now.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] Anyone seen this? In reply to
This problem still exists. I never use the advanced editor but copied something from another site and decided to drag it into the editor. I then wanted to remove something and pressed a key by accident which took me back to the previous page which I didn't want, so I pressed my forward button but it said the page was no longer available, so I hit refresh and then all the buttons showed up squidged.

Last edited by:

Paul: Mar 23, 2003, 8:22 AM
Quote Reply
Re: [joet] Anyone seen this? In reply to
Sorry forgot to say thanks! The fix at http://www.gossamer-threads.com/...i?post=227298#227298 seemed to stop my problems. Thanks for your advice.

Cat xx