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

Can't scroll in CSS dropdown

5 Answers 84 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Jeroen
Top achievements
Rank 1
Jeroen asked on 21 Apr 2009, 12:17 PM
Hi,

I'm using the rad editor in a MOSS environment.
But I can't scroll in my CSS dropdown anymore (Picture).

Any idea how this is possible?

Toolsfile.xml
<root> 
  <tools name="MossTools1"
    <tool name="InsertSymbol" /> 
    <tool name="FormatStripper" /> 
    <tool name="InsertTable" /> 
    <tool name="Undo" /> 
    <tool name="Redo" /> 
    <tool name="Cut" /> 
    <tool name="Copy" /> 
    <tool name="Paste" /> 
    <tool name="PasteFromWord" /> 
    <tool name="PasteFromWordNoFontsNoSizes" /> 
    <tool name="PastePlainText" /> 
    <tool name="Print" /> 
    <tool name="FindAndReplace" /> 
    <tool name="SelectAll" /> 
    <tool name="InsertGroupbox" /> 
    <tool name="InsertHorizontalRule" /> 
    <tool name="InsertSnippet" /> 
    <tool name="InsertDate" /> 
    <tool name="InsertTime" /> 
    <tool name="ImageManager" /> 
    <tool name="ImageMapDialog"/> 
    <tool name="FlashManager" /> 
    <tool name="DocumentManager" /> 
    <tool name="AbsolutePosition" /> 
    <tool name="LinkManager" /> 
    <tool name="Unlink" /> 
  </tools> 
  
  <tools name="MossTools2"
    <tool name="FormatBlock" />     
    <tool name="Bold" /> 
    <tool name="Italic" /> 
    <tool name="Underline" /> 
    <tool name="StrikeThrough" /> 
    <tool name="JustifyLeft" /> 
    <tool name="JustifyCenter" /> 
    <tool name="JustifyRight" /> 
    <tool name="JustifyFull" /> 
    <tool name="JustifyNone" /> 
    <tool name="Superscript" /> 
    <tool name="Subscript" /> 
    <tool name="ConvertToLower" /> 
    <tool name="ConvertToUpper" /> 
    <tool name="Indent" /> 
    <tool name="Outdent" /> 
    <tool name="InsertOrderedList" /> 
    <tool name="InsertUnorderedList"/>> 
    <tool name="FontSize" /> 
    <tool name="RealFontSize"/> 
    <tool name="InsertCustomLink"/> 
    <tool name="ApplyClass"/> 
  </tools> 
  
  
  <tools name="EnhancedEditToolbar" dockingZone="Bottom" dockable="true" enabled="true"
    <tool name="ToggleScreenMode" /> 
    <tool name="ToggleTableBorder" /> 
    <tool name="Zoom" /> 
  </tools> 
  
  <contextMenus> 
    <contextMenu> 
      <tool name="Cut"/> 
      <tool name="Copy"/> 
      <tool name="Paste"/> 
      <tool name="Indent" /> 
      <tool name="Outdent" /> 
      <tool name="InsertOrderedList" /> 
      <tool name="InsertUnorderedList"/> 
      <tool name="LinkManager" /> 
    </contextMenu> 
  </contextMenus> 
  
  <links> 
    <link name="Internet DSM" href="http://www.dsm.com"
  
    </link> 
    <link name="Intranet DSM" href="http://intranet.my-dsm.com"
  
    </link> 
  </links> 
  
  
  
  
  
  <snippets> 
    <snippet name="Text Teaser with Image"
      <![CDATA[
  <table class="ms-rteTable-TextTeaserImage-ContentArea">
      <tr>
          <td>
              <table class="ms-rteTable-TextTeaserImage-ContentArea">
                   <tr>
                        <td class="ms-rteTableHeaderFirstCol-TextTeaserImage-ContentArea">
                            <a href="http://intranet.my-dsm.com">
                                    <img alt="" src="/PublishingImages/TeaserImageContentArea.jpg" />
                            </a>
                        </td>
                    </tr>
                    <tr class="ms-rteTableFooterRow-TextTeaserImage-ContentArea">
                        <td class="ms-rteCustom-TextDefault">
                            Image subtitle
                        </td>
                    </tr>
                </table>
            </td>
            <td class="ms-rteTableLastCol-TextTeaserImage-ContentArea">
                <table class="ms-rteTable-TextTeaserImage-ContentArea">
                    <tr>
                        <td>
                            <a href="http://intranet.my-dsm.com/"><span class="ms-rteCustom-Headline">Company Profile</span></a>
                        </td>
                    </tr>
                    <tr>
                        <td class="ms-rteCustom-TextDefault">
                            DSM is active worldwide. The <a href="http://intranet.my-dsm.com">company</a> creates innovative products and service that help improve the quality of life.<br />
                            <a href="http://intranet.my-dsm.com"><span class="dsm-LinkIndicator">more</span></a></div>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
</table>
 
]]> 
    </snippet> 
    <snippet name="Accentuated Text Teaser with Image"
      <![CDATA[
<table class="ms-rteTable-TextTeaserImage-Accentuated-ContentArea">
         <tr>
            <td class="ms-rteTableFirstCol-TextTeaserImage-Accentuated-ContentArea"> 
 
                   <img alt="" src="PublishingImages/TeaserImageContentAreaAssentuated.jpg"/>
 
            </td>
            <td class="ms-rteTableHeaderLastCol-TextTeaserImage-Accentuated-ContentArea">
                <table class="ms-rteTable-TextTeaserImage-Accentuated-ContentArea">
                            <tr>
                                <td class="ms-rteTableHeaderLastCol-TextTeaserImage-Accentuated-ContentArea">
                                    <span class="ms-rteCustom-Headline-TeaserArea-AccentuatedText">Content Teaser</span>
                                </td>
                            </tr>
                            <tr class="ms-rteTableHeaderRow-TextTeaserImage-Accentuated-ContentArea">
                                <td class="ms-rteTableHeaderLastCol-TextTeaserImage-Accentuated-ContentArea">
                                    DSM is active worldwide.<br />
                                    The company creates innovative <br />
                                    products and service that help improve the 
                                    quality of life.
                             </td>
                        </tr>
 
                </table>
            </td>
        </tr>
   </table>
 
]]> 
    </snippet> 
    <snippet name="Text Teaser"
      <![CDATA[
      <table class="ms-rteTable-TextTeaser-ContentArea">
       <tr>
           <td>
                <span class="ms-rteCustom-Headline">Corporate Governance</span>
           </td>
       </tr>
       <tr>
           <td class="ms-rteCustom-TextDefault">
                The Dutch Corporate Governance code prescibes that quite a number of documents
                relating to corporate Governance should be published on the company's website. We gladly
                adhere to this practice in order to inform our stakeholders and other interested parties
                of the way our company has embedded its Corporate Governance policies.Here you can find that
                DSM is applying all 113 Best Practices of this code with one exception.
            </td>
       </tr>
       <tr>
           <td>
                <span class="ms-rteCustom-SubHeadline">Sub Headline</span>
           </td>
       </tr>
       <tr>
           <td class="ms-rteCustom-TextDefault">
            We gladly adhere to this practice in order to inform our stakeholders and other interested parties
            of the way our company has embedded its Corporate Governance policies. Here you can find that 
            DSM is applying all 113 Best Practices of this code with one exception.<br />
            <a href="http://intranet.my-dsm.com"><span class="dsm-LinkIndicator">more</span></a></div>
           </td>
       </tr>
   </table>
 
]]> 
    </snippet> 
  </snippets> 
  
  <paragraphs> 
    <paragraph name="&lt;span class='ms-rteCustom-Headline'>Headline&lt;/span>" value="&lt;span class='ms-rteCustom-Headline'>" /> 
    <paragraph name="&lt;span class='ms-rteCustom-Headline-TeaserArea'>Headline-TeaserArea&lt;/span>" value="&lt;span class='ms-rteCustom-Headline-TeaserArea'>" /> 
    <paragraph name="&lt;span class='ms-rteCustom-Headline-TeaserArea-AccentuatedText' style='background-color: #336fa3;'>Headline-TeaserArea-AccentuatedText&lt;/span>" value="&lt;span class='ms-rteCustom-Headline-TeaserArea-AccentuatedText'>" /> 
    <paragraph name="&lt;span class='ms-rteCustom-SubHeadline'>SubHeadline&lt;/span>" value="&lt;span class='ms-rteCustom-SubHeadline'>" /> 
    <paragraph name="&lt;span class='ms-rteCustom-TextAccentuation'>TextAccentuation&lt;/span>" value="&lt;span class='ms-rteCustom-TextAccentuation'>" /> 
    <paragraph name="&lt;span class='ms-rteCustom-TextDefault'>TextDefault&lt;/span>" value="&lt;span class='ms-rteCustom-TextDefault'>" /> 
  </paragraphs> 
  
</root> 
  

5 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 22 Apr 2009, 06:50 AM
Hi Jeroen,

Could you please inform us exactly, which version of RadEditro for MOSS are you using? This way I will be able to try reproducing the problem on our MOSS test site.

Thank you.


Greetings,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Jeroen
Top achievements
Rank 1
answered on 22 Apr 2009, 07:18 AM
The v ersion we're using is 5.3.2.0
0
Stanimir
Telerik team
answered on 23 Apr 2009, 08:48 AM
Hi Jeroen,

I tested the issue with the provided ToolsFile.xml, but was not able to reproduce the problem. Could you please send us your ConfigFile.xml as well.

Thank you.


Greetings,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Jeroen
Top achievements
Rank 1
answered on 23 Apr 2009, 09:03 AM
<configuration> 
  <property name="EditModes">Design,Preview</property> 
  <property name="ToolbarMode">Default</property> 
  <property name="Skin">Telerik</property> 
  <property name="Width">740px</property> 
  <property name="CssFiles"
            <item>\wpresources\RadEditorSharePoint\5.3.2.0__1f131a624888eeed\Resources\CssEditor.css</item> 
  </property> 
  <property name="ImagesPaths"
         <item>PublishingImages</item> 
        <item>/SiteCollectionImages</item> 
  </property> 
  <property name="DocumentsPaths"
   <item>Documents</item> 
   <item>/SiteCollectionDocuments</item> 
  </property> 
  <property name="FlashPaths"
   <item>/Flash Library</item> 
</property> 
<property name="FlashFilters"
   <item>*.swf</item> 
   <item>*.flv</item> 
</property> 
<property name="MaxDocumentSize">100000</property> 
  
</configuration> 
  

0
Stanimir
Telerik team
answered on 24 Apr 2009, 03:38 PM
Hi Jeroen,

I suggest you to upgrade to the latest version of RadEditor for MOSS, which now is 5.4.0. It is based on the latest RadEditor for ASP.NET AJAX 2009.1.402. You can find information on upgrading to a newer version of RadEditor for MOSS in the following help article http://www.telerik.com/help/aspnet-ajax/upgrade_to_a_newer_version_of_radeditor_for_moss.html.

If the problem persists after the upgrade we will be glad to help you further.


Greetings,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
WebParts for SharePoint
Asked by
Jeroen
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Jeroen
Top achievements
Rank 1
Share this question
or