Hi Jeff,

You're right on this one. I did some more research and got a few hints from
anther FC user who has this issue:

@@@
In /farcry_core/admin/includes/lib/tinymce/jscripts/tiny_mce/tiny_mce.js
there is a whole lot of browser sniffing going on.  If  your clients are
using IE7, you may be able to redefine "this.isMSIE" to get it to work since
any unknown version is served the IE 5  stuff.

The function "insertHTML( html )" is delivered inline from /farcry_core/admin/edittabedit.cfm. It's the one that sends the commands to
the TinyMCE  js functions on inserting HTML.  You may be  able to dial down
to the problem though the function calls in there.
@@@

We'll have a look at it. Maybe you want to do some debugging too. Would let
you know if we come up with a definite solution.

Adrian Wagner

--
View this message in context: 
http://www.nabble.com/tinyMCE---always-inserts-nav-node-links-at-the-top--tf2463718s621.html#a8213322
Sent from the FarCry - Dev mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to