This is a migrated thread and some comments may be shown as answers.

RadNodeInspector - can't type into property fields

1 Answer 23 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Brian Garson
Top achievements
Rank 2
Brian Garson asked on 14 Mar 2012, 04:07 PM
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 

<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>

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Mar 2012, 02:23 PM
Hi,

I tested the RadNodeInspector in IE, Firefox, Chrome, Safari and Opera and I was unable to reproduce the reported problem as shown in the following video: http://screencast.com/t/aMEhKBby9.

The problem in your video appears in WebKit (Chrome, Safari or both) and could be related to some plugin or an older version of RadEditor. Please, test the Default Example of RadEditor and the attached project and let me know if the problem still persists on your end.


All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Brian Garson
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or