I love this Cue editor. I think it is the best thing in the world.
However I am having al little problem:
I have a CuteEditor inside a usercontrol inside a ModalPopupExtender control. the user control needs some properties set before it is displayed by the Modalpopup popping up. So from my main page I call a method on the usercontrol that invokes the Databind method of a datasource control. The CuteEditor is in NO way databound.
So, I first call the method on the usercontrol (which is hidden), this binds my data on the usercontrol, then I call the Modalpopup.Show() method
The problem is that this creates a fliker on the page . Not necessarly where the modalpopup will appear. This flicker also appears when I hide the Modalpopup.
Finaly: This oinly happens when I have a CuteEditor on the user control. The moment i delete the Cuteeditor the problem disapears all together.
Is ther a solution or workaround?