Hi,
I'm working on integrating the YUI Layout Manager in my company's application. And I have somme issues with Cute Editor that I will explain next.
First of all, my environnement :
ASP.Net 2, C#
Cute Editor 6
YUI 2.5.1
IE 7
So, I haven't tested every detail, but so far, the Cute Editor seems to work fine. My issue for now is related to the positionning of the DropDownLists such as the 'police' one for instance. Actually, the YUI layout manager does its stuffs in javascript and uses some absolute positionning. It also creates a lot of new divs in javascript once the page's DOM elements are loaded. So, the issue is that when I click on the police "select box" for instance, the DropDownList show up at the wrong place, far from the "select box". As I don't really know how the DropDownLists positions are calculated, I couldn't until now find my way out with this. Any idea ?
For the moment my ideas are :
- find a way to change the position calculation itself, in the configuation or in some javascript function
- force the CE javascript to be executed before, or after the YUI javascript
- nest the CE control in an Iframe. But it's gonna be a lot of issues with postback.
- write some javascript that will get the DropDownList elements and change their position.
So, if you see something, that would be great.
Thank's.