I recently upgraded from 2009.2.713.35 to 2009.2.826.35 and now I am noticing extremely weird behavior with the RadEditor that wasn't present in the previous version.
Essentially I have a three panel layout on my page. The left panel contains a tree list and the middle panel dynamically loads a usercontrol when I click on a tree node. This works perfectly.
My problem is that the very first time I click on a node that loads a usercontrol containing a RadEditor, the editor is completely deformed - buttons are there, but not aligned correctly and missing labels. The editing surface panel is enormous and everything seems all over the place.
However, if I click on another node that uses the same usercontrol, then the editor appears exactly how I would assume it would. In fact, it appears to work perfectly from then on.
It seems that this is due to me using a relative width in the control (99%) because once I changed this setting to a flat pixel width, I haven't been able to reproduce the problem (Yet).
How did this happen between versions? Is this a known problem? Is there a way I can still have relative widths on this control?
Essentially I have a three panel layout on my page. The left panel contains a tree list and the middle panel dynamically loads a usercontrol when I click on a tree node. This works perfectly.
My problem is that the very first time I click on a node that loads a usercontrol containing a RadEditor, the editor is completely deformed - buttons are there, but not aligned correctly and missing labels. The editing surface panel is enormous and everything seems all over the place.
However, if I click on another node that uses the same usercontrol, then the editor appears exactly how I would assume it would. In fact, it appears to work perfectly from then on.
It seems that this is due to me using a relative width in the control (99%) because once I changed this setting to a flat pixel width, I haven't been able to reproduce the problem (Yet).
How did this happen between versions? Is this a known problem? Is there a way I can still have relative widths on this control?
