Re: [Codestriker-user] Javascript error while trying to add comment to topic
Brought to you by:
sits
|
From: Keith L. <the...@gm...> - 2005-08-05 01:00:17
|
I'll try to take a stab at it over the next few days and see if I can't come up with something. A co-worker of mine had some ideas to try. If we work something out, we contribute it back for the next release. Thanks, On 8/4/05, David Sitsky <si...@us...> wrote: > Yes - embedding Codestriker within frames would definately stuff it up. >=20 > The javascript is full of calls like top.XXX. To get this working > correctly, we'd need to replace the top.XXX calls with the appropriate > code for referring to the parent frame. >=20 > You might be able to replace top. with parent. to get this working. >=20 > I don't have time right now to look into this, but should have some next > week. >=20 > Cheers, > David >=20 > On Thu, 4 Aug 2005 20:25, Keith Levy wrote: > > On the final version of 1.9.0. > > > > I just thought of something, I run the software through a custom > > portal that uses frames. Could that be an issue? > > > > Keith > > > > On 8/4/05, David Sitsky <si...@us...> wrote: > > > On Thu, 4 Aug 2005 07:48, Keith Levy wrote: > > > > I have been receiving the following javascript error when trying to > > > > add a comment under v1.9.0: > > > > > > > > 'top.add_comment_html is not a function' > > > > > > > > The box pops up but has no content. Also, this happens > > > > periodically, rather than all the time, and occurs from multiple > > > > areas (line # from topic, add comment link from comments tab, etc) > > > > Previously this was working fine in my browsers (IE and Firefox), > > > > but now I get this error from both of them.. > > > > > > When you say previously it never happened - do you mean on a beta > > > version of 1.9.0, or 1.8.5? > > > > > > Can you send me the raw HTML source as an attachment when you get the > > > javascript error? This should help me locate the problem. > > > > > > -- > > > Cheers, > > > David >=20 > -- > Cheers, > David >=20 > |