Set a page like this ...
Run it, get the focus on the combobox then tab to move focus to the editor.
I expected the toolbar to display but it doesn't unless you actually click inside the editor. Surely that's not right.
--
Stuart
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <telerik:radscriptmanager runat="server"></telerik:radscriptmanager> <br/> <br/> <br/> <br/> <br/> <br/> <div> <telerik:RadComboBox ID="RadComboBox1" runat="server"> <Items> <telerik:RadComboBoxItem Value="1" Text="Monday"/> <telerik:RadComboBoxItem Value="2" Text="Tuesday"/> <telerik:RadComboBoxItem Value="4" Text="Wednesday"/> <telerik:RadComboBoxItem Value="8" Text="Thurday"/> <telerik:RadComboBoxItem Value="16" Text="Friday"/> <telerik:RadComboBoxItem Value="32" Text="Saturday"/> <telerik:RadComboBoxItem Value="64" Text="Sunday"/> </Items> </telerik:RadComboBox> <telerik:RadEditor ID="RadEditor1" runat="server" EnableResize="false" ContentAreaMode="Div" EditModes="Design" Height="100px" NewLineBr="false" ToolbarMode="ShowOnFocus" ToolsFile="~/App_Data/Editor/ToolsFileLimited.xml" Width="256px"> </telerik:RadEditor> </div> </form> </body></html>Run it, get the focus on the combobox then tab to move focus to the editor.
I expected the toolbar to display but it doesn't unless you actually click inside the editor. Surely that's not right.
--
Stuart