I’ve found a lot of problem to manage sites with Quick Edit if template use MooFx:
MooFx does’nt work (breaking the layout) and in Quick Edit work only the first tab: i’cant switch to ’content’, ’settings’ and ’go’ tabs.
I assume you’re using the most recent version from SVN. If not try updating and see if it’s any better.
This could be related to just including Moo.fx twice, you might want to comment out the moo.fx include link in /assets/modules/quick_edit/output.class.inc.php.
Are you getting any javascript erros at all? And is the problem the same across different browsers?
Thanks for your help in figuring this out.
Thanks adam
I’m using rev100 and I’ve no javascript errors (with Win Firefox, IE and Opera).
you’re right

issue seems related to twice moofx calls or twice prototype calls.
This is the Front end code when admin logged:
//-->
</script>
<script language="javascript" type="text/javascript" src="/assets/templates/MODXit/scripts/prototype.lite.js"></script>
<script language="javascript" type="text/javascript" src="/assets/templates/MODXit/scripts/moo.fx.js"></script>
<script language="javascript" type="text/javascript" src="/assets/templates/MODXit/scripts/moo.fx.pack.js"></script>
<script language="javascript" type="text/javascript" src="/assets/templates/MODXit/scripts/moo.fx.config.js"></script>
<script type="text/javascript">var MODX_MEDIA_PATH = "media";</script>
<script type="text/javascript">var MODX_MEDIA_PATH = "media";</script>
<!-- Start QuickEdit headers -->
<script type="text/javascript" src="/manager/media/script/scriptaculous/prototype.js"></script>
<script type="text/javascript" src="assets/modules/quick_edit/javascript/Cookie.js"></script>
<script type="text/javascript" src="assets/modules/quick_edit/javascript/Drag.js"></script>
<script type="text/javascript" src="assets/modules/quick_edit/javascript/moo.fx.js"></script>
<script type="text/javascript" src="assets/modules/quick_edit/javascript/QuickEdit.js"></script>
<link type="text/css" rel="stylesheet" href="assets/modules/quick_edit/styles/toolbar.css" />
<!-- End QuickEdit headers -->
commenting include in output.class.inc.php seems work - but how can we fix for all moofx sites?
Adam, if you need, i can create an admin account to verify and test the issue - is a new modxcms related italian site that i’m working
Well I was planning on implementing something that should fix this. I’ll just have to do it a bit sooner than expected. I’ll let you know when I have a fix.