We had purchased recently AFL. Our enviroment has AVL-1.5.3 + Joomla 2.5.14 + JCE Editor + Yootheme Nano3.
We have we found that when adding a new listing, if using JCE editor, the editor screen is positioned wrongly ( as “floating” ) on the middle of the page.
Browser beeing used is Firefox 23.0.1 Mac OSX 10.8
This rule fixed it: .defaultSkin table#jform_description_tbl
{clear:left; margin-left:-30px;}
I also add this rule in my template stylesheet custom.css (even though it’s not in play on the back end) with a note to re-modify jce if this goes away in an update.