I'm embedding the Prometheus editor into a multipage controlled by a multitab.
When I place the editor on the multipage that is loaded first (selectedindex) then it is rendered normally, however if I the editor control is placed on a multipage that is selected by the user then the control toolbars are stretched vertically as if some overriding attribute is set to 100% and is messing up the toolbar styles.
I assume this is a common issue, but I can't seem to find it in the forums.
Some notes:
1) This is not a custom style issue on my end. I can remove all styles etc and replicate this behavior by only using rad controls on a blank aspx page.
2) You can easily replicate this behavior by creating a blank aspx page and creating a tab control with 2 tabs along with a corresponding multipage control with 2 pages. Place the editor on the 2nd page and make sure the selected index is set to 0. After the page is loaded, select the 2nd tab/page and you'll see the behavior.
When I place the editor on the multipage that is loaded first (selectedindex) then it is rendered normally, however if I the editor control is placed on a multipage that is selected by the user then the control toolbars are stretched vertically as if some overriding attribute is set to 100% and is messing up the toolbar styles.
I assume this is a common issue, but I can't seem to find it in the forums.
Some notes:
1) This is not a custom style issue on my end. I can remove all styles etc and replicate this behavior by only using rad controls on a blank aspx page.
2) You can easily replicate this behavior by creating a blank aspx page and creating a tab control with 2 tabs along with a corresponding multipage control with 2 pages. Place the editor on the 2nd page and make sure the selected index is set to 0. After the page is loaded, select the 2nd tab/page and you'll see the behavior.