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

Node Inspector Alignment

4 Answers 47 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Roger Brown
Top achievements
Rank 1
Roger Brown asked on 24 Sep 2008, 01:23 PM
Has anyone had problems with the NodeInspector looking horrible in the editor? (No image upload, so here is a link to preview.)

I am wondering if this isn't commonly noted due to my combination of tools. An example of the tools file I am using can be seen below:
<root> 
    <modules> 
        <module name="RadEditorNodeInspector" /> 
    </modules> 
    <tools name="MainToolbar" dockable="true">                
        <tool name="Print" shortcut="CTRL+P"/>  
        <tool name="AjaxSpellCheck"/>     
        <tool name="FindAndReplace" shortcut="CTRL+F"/>       
        <tool separator="true"/>  
        <tool name="Cut" shortcut="CTRL+X"/>          
        <tool name="Copy" shortcut="CTRL+C"/>  
        <tool name="Paste" shortcut="CTRL+V"/>  
        <tool name="PasteStrip"/>  
        <tool separator="true"/>  
        <tool name="Undo" shortcut="CTRL+Z"/>  
        <tool name="Redo" shortcut="CTRL+Y"/>  
    </tools> 
    <tools name="InsertToolbar">          
        <tool name="ImageManager" shortcut="CTRL+G"/>  
        <tool name="ImageMapDialog"/>  
        <tool separator="true"/>  
        <tool name="LinkManager" shortcut="CTRL+K"/>  
        <tool name="Unlink" shortcut="CTRL+SHIFT+K"/>         
    </tools> 
    <tools> 
        <tool name="Bold" shortcut="CTRL+B"/>  
        <tool name="Italic" shortcut="CTRL+I"/>  
        <tool name="Underline" shortcut="CTRL+U"/>  
        <tool name="StrikeThrough" /> 
        <tool separator="true"/>  
        <tool name="JustifyLeft" /> 
        <tool name="JustifyCenter" /> 
        <tool name="JustifyRight" /> 
        <tool name="JustifyFull" /> 
        <tool name="JustifyNone" /> 
        <tool separator="true"/>  
        <tool name="Indent" /> 
        <tool name="Outdent" /> 
        <tool separator="true"/>  
        <tool name="InsertOrderedList" /> 
        <tool name="InsertUnorderedList" /> 
    </tools> 
    <symbols></symbols>   
    <colors></colors>     
    <paragraphs></paragraphs>  
    <classes>Normal,H1,H2,H3</classes> 
    <dialogParameters></dialogParameters>  
    <languages></languages>  
    <contextMenus></contextMenus>  
</root> 

4 Answers, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 24 Sep 2008, 04:32 PM
Hey Bryan,

I just checked this out and the NodeInspector is working fine for me... unfortunately your picture link doesn't work. >.<

Could you check the link so I can see what your editor is looking like (or paste your editor aspx code) so I can see if I get the same result?

-Serrin
0
Roger Brown
Top achievements
Rank 1
answered on 24 Sep 2008, 04:35 PM
The link is now fixed.
0
Serrin
Top achievements
Rank 1
answered on 24 Sep 2008, 05:15 PM
Hmm, without seeing code my best guess would be that some css is overriding the NodeInspector formatting, as the most "broken" I could make it is by making the editor width kinda narrow, but even then buttons just overlap one another, nothing goes out of whack like in that picture.

This may be an issue for a support ticket...  I tried searching the forums and can't find much info on NodeInspector. :(
0
George
Telerik team
answered on 25 Sep 2008, 11:18 AM
Hi Brian,

Indeed, it seems that some global styles are applied to the editor's tools. Please review the following article that describes how to resolve the problem:
http://www.telerik.com/support/kb/article/b454K-bagh-b454T-a-b454c-a.aspx

I hope this helps.

Sincerely,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Roger Brown
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
Roger Brown
Top achievements
Rank 1
George
Telerik team
Share this question
or