Hi Telerik,
when using Radeditors in Radpane, the Toolbar (mode="ShowOnFocus") scrolls with the scrollbar. Is there anything to mention?
Thanks and best regards,
Andreas
1 Answer, 1 is accepted
0
Accepted
Rumen
Telerik team
answered on 09 Jul 2009, 01:42 PM
Hi Andreas,
We completely understand your requirements, however, with the current implementation of RadWindow, they are impossible possible to achieve, because in your scenario the RadEditor's toolbar and the editor itself do not belong to the same parent.
In a few words - when RadEditor's ToolBarMode property is set to ShowOnFocus, the toolbars of the editor are rendered in RadWindow, which is a first child of the <form /> tag, while RadEditor itself is rendered on the place where its server tag has been put. As the scollbar belongs to one of the panes of RadSplitter, and not to the <html />, it is not possible when scrolling it, the toolbar to scroll along, simple because they do not belong to the same DOM parent.
You may use IE Developer Toolbar or FireBug to better understand my explanations as well.