Hey guys,
I'm having some issues with the RadNodeInspector, it's been reported to us that our users can't edit the properties of the node with the keyboard, however using the mouse to click the increase/decrease spinner buttons seems to work, as well as the right click->paste. I've tried disabling all the styles, still the same issue. I haven't been able to catch any Javascript exceptions anywhere in any browser, so I don't think it's that either. I've removed all client command scripts etc, still can't get it to work.
Was wondering if anyone had seen anything similar, I'm a bit stuck on what to try next.
A video showing exactly what's happening
http://www.youtube.com/watch?v=BJA_9VYTcr0
                                I'm having some issues with the RadNodeInspector, it's been reported to us that our users can't edit the properties of the node with the keyboard, however using the mouse to click the increase/decrease spinner buttons seems to work, as well as the right click->paste. I've tried disabling all the styles, still the same issue. I haven't been able to catch any Javascript exceptions anywhere in any browser, so I don't think it's that either. I've removed all client command scripts etc, still can't get it to work.
Was wondering if anyone had seen anything similar, I'm a bit stuck on what to try next.
A video showing exactly what's happening
http://www.youtube.com/watch?v=BJA_9VYTcr0
<telerik:RadEditor ID="HTMLEditor"  EditModes="Design,Html"                            Height="480px" Style="min-height: 480px;                             min-width: 690px" runat="server" Skin="Office2007" EnableResize="true" ExternalDialogsPath="~/EditorDialogs"                            ContentFilters="MakeUrlsAbsolute,ConvertToXhtml,IECleanAnchors,ConvertCharactersToEntities,FixEnclosingP,                            FixUlBoldItalic,IndentHTMLContent,MozEmStrong,RemoveScripts">                            <contextmenus>                                <telerik:EditorContextMenu>                                    <telerik:EditorTool Name="Cut" />                                    <telerik:EditorTool Name="Copy" />                                    <telerik:EditorTool Name="Paste" />                                    <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" />                                    <telerik:EditorTool Name="PastePlainText" Text="Paste as Plain Text" />                                    <telerik:EditorTool Name="PasteHtml" Text="Paste HTML" />                                    <telerik:EditorTool Name="SelectAll" />                                    <telerik:EditorTool Name="CampaignerInsertImage" Text="Insert Image..." />                                    <telerik:EditorTool Name="LinkManager" Text="Edit Link..." ShowIcon="true" />                                </telerik:EditorContextMenu>                                <telerik:EditorContextMenu TagName="TD">                                    <telerik:EditorTool Name="InsertRowAbove" />                                    <telerik:EditorTool Name="InsertRowBelow" />                                    <telerik:EditorTool Name="DeleteRow" />                                    <telerik:EditorTool Name="InsertColumnLeft" />                                    <telerik:EditorTool Name="InsertColumnRight" />                                    <telerik:EditorTool Name="DeleteColumn" />                                    <telerik:EditorTool Name="MergeColumns" />                                    <telerik:EditorTool Name="MergeRows" />                                    <telerik:EditorTool Name="SplitCell" />                                    <telerik:EditorTool Name="SplitCellHorizontal" />                                    <telerik:EditorTool Name="DeleteCell" />                                    <telerik:EditorTool Name="SetCellProperties" />                                    <telerik:EditorTool Name="SetTableProperties" />                                </telerik:EditorContextMenu>                                <telerik:EditorContextMenu TagName="A" Enabled="true">                                    <telerik:EditorTool Name="LinkManager" Text="Edit Link..." />                                    <telerik:EditorTool Name="Unlink" />                                </telerik:EditorContextMenu>                                <telerik:EditorContextMenu TagName="IMG" Enabled="true">                                    <telerik:EditorTool Name="Cut" />                                    <telerik:EditorTool Name="Copy" />                                    <telerik:EditorTool Name="CampaignerInsertImage" Text="Replace Image..." />                                    <telerik:EditorTool Name="CampaignerEditImage" Text="Edit Image..." />                                    <telerik:EditorTool Name="SetImageProperties" />                                </telerik:EditorContextMenu>                            </contextmenus>                            <modules>                                <telerik:EditorModule Name="RadEditorStatistics"/>                                <telerik:EditorModule Name="RadEditorDomInspector"/>                                <telerik:EditorModule Name="RadEditorNodeInspector" Enabled="true" />                                                             </modules>                            <tools>                                <telerik:EditorToolGroup>                                    <telerik:EditorTool Name="SaveDesign" Text="Save " ShowText="true" />                                    <telerik:EditorTool Name="SaveAs" Text="Save As My Template" ShowText="false" ShowIcon="true" />                                    <telerik:EditorTool Name="Print" />                                    <telerik:EditorTool Name="AjaxSpellCheck" ShowIcon="true" Text="Spellchecker" />                                    <telerik:EditorTool Name="SelectAll" />                                    <telerik:EditorTool Name="FindAndReplace" ShowIcon="true" />                                    <telerik:EditorSeparator Visible="true" />                                    <telerik:EditorTool Name="Undo" ShowIcon="true" />                                    <telerik:EditorTool Name="Redo" ShowIcon="true" />                                    <telerik:EditorSeparator Visible="true" />                                    <telerik:EditorTool Name="Cut" />                                    <telerik:EditorTool Name="Copy" />                                    <telerik:EditorToolStrip Name="CampaignerPasteToolStrip" PopupHeight="150">                                        <telerik:EditorTool Name="Paste" Text="Paste" />                                        <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" />                                        <telerik:EditorTool Name="PastePlainText" Text="Paste as Plain Text" />                                        <telerik:EditorTool Name="PasteHtml" Text="Paste HTML" />                                    </telerik:EditorToolStrip>                                    <telerik:EditorSeparator Visible="true" />                                    <telerik:EditorTool Name="CampaignerInsertImage" Text="Insert Image" />                                    <telerik:EditorTool Name="CampaignerEditImage" Text="Edit Image..." Enabled="false" />                                    <telerik:EditorTool Name="LinkManager" ShowIcon="true" Text="Insert Link" />                                    <telerik:EditorTool Name="Unlink" ShowIcon="true" />                                    <telerik:EditorTool Name="InsertHorizontalRule" ShowIcon="true" />                                    <telerik:EditorTool Name="InsertParagraph" />                                    <telerik:EditorTool Name="InsertSymbol" />                                    <telerik:EditorTool Name="InsertTable" />                                    <telerik:EditorSeparator Visible="true" />                                    <telerik:EditorTool Name="ToggleScreenMode" Text="Full Screen" />                                    <telerik:EditorTool Name="ModuleManager" Text="Show" ShowText="true" />                                </telerik:EditorToolGroup>                                <telerik:EditorToolGroup>                                    <telerik:EditorTool Name="FormatBlock" Text="Format Block" ShowIcon="true" />                                    <telerik:EditorTool Name="FontName" Text="Font" />                                    <telerik:EditorTool Name="RealFontSize" Text="Size" />                                    <telerik:EditorTool Name="Bold" />                                    <telerik:EditorTool Name="Italic" Text="Italic" />                                    <telerik:EditorTool Name="Underline" Text="Underline" ShowIcon="true" />                                    <telerik:EditorTool Name="ForeColor" ShowIcon="true" />                                    <telerik:EditorTool Name="BackColor" ShowIcon="true" />                                    <telerik:EditorSeparator Visible="true" />                                    <telerik:EditorTool Name="JustifyLeft" Text="Left" />                                    <telerik:EditorTool Name="JustifyCenter" Text="Center" />                                    <telerik:EditorTool Name="JustifyRight" Text="Right" />                                    <telerik:EditorTool Name="JustifyFull" Text="Both" />                                    <telerik:EditorTool Name="JustifyNone" Text="None" />                                    <telerik:EditorSeparator Visible="true" />                                    <telerik:EditorTool Name="InsertOrderedList" />                                    <telerik:EditorTool Name="InsertUnorderedList" />                                    <telerik:EditorTool Name="Indent" />                                    <telerik:EditorTool Name="Outdent" />                                    <telerik:EditorToolStrip Name="CampaignerClearToolstrip">                                        <telerik:EditorTool Name="ClearHTML" Text="Clear All" />                                        <telerik:EditorTool Name="StripAll" Text="Clear All Formatting" />                                        <telerik:EditorTool Name="StripCss" Text="Clear Css Formatting" />                                        <telerik:EditorTool Name="StripSpan" Text="Clear Span Elements" />                                        <telerik:EditorTool Name="StripWord" Text="Clear Word Formatting" />                                    </telerik:EditorToolStrip>                                </telerik:EditorToolGroup>                            </tools>                            <content></content>                        </telerik:RadEditor>
