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

List (blog/wiki) content not being updated

5 Answers 52 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Fraser
Top achievements
Rank 1
Fraser asked on 01 Apr 2009, 02:03 PM
Hi,

I have deployed version 4.5.4.0 of RadEditor Lite.  The RadEditor appears on blog and wiki pages, however content is not saved after editing.

This seems to happen with Firefox 2 and 3 but does not happen with IE 8.

Anyone have any ideas as to what could be wrong?

Thanks,
Fraser

5 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 06 Apr 2009, 11:10 AM
Hi Fraser,

Could you please provide us with your ListConfigFile.xml and ListToolsFile.xml which are located in the /Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/4.5.4.0__1f131a624888eeed/RadControls/Editor/ folder? This might help us to reproduce the problem on our side.

Thank you.


Regards,
Stanimir
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Fraser
Top achievements
Rank 1
answered on 14 Apr 2009, 09:32 AM
Hi Stanimir,

I was on vacation last week so I just got your reply today.

As requested, here are the config files:

ListConfigFile.xml
<?xml version="1.0" encoding="utf-8" ?> 
<!-- ============================================================================================== 
    Config File valid structure: 
    <configuration> 
    <property>...</property> 
    ... 
        <property> 
            <item>...</item> 
            <item>...</item> 
            ... 
        </property> 
        ... 
    </configuration> 
=============================================================================================== --> 
<configuration> 
  <property name="ConvertToXhtml">true</property> 
  <property name="EnableDocking">False</property> 
  <property name="ShowPreviewMode">False</property> 
  <property name="StripAbsoluteAnchorPaths">False</property> 
  <property name="StripAbsoluteImagesPaths">False</property> 
  <property name="Height">240px</property> 
  <property name="Width">500px</property> 
  <property name="Skin">Default2006</property> 
</configuration> 


ListToolsFile.xml
<root> 
  <tools name="EnhancedToolbar" dockable="false" enabled="true"
    <tool name="Cut" shortcut="CTRL+X" /> 
    <tool name="Copy" shortcut="CTRL+C" /> 
    <tool name="Paste" shortcut="CTRL+V" /> 
    <tool name="FormatStripper" /> 
    <tool separator="true" /> 
    <tool name="Undo" shortcut="CTRL+Z"/> 
    <tool name="Redo" shortcut="CTRL+Y"/> 
    <tool separator="true" /> 
    <tool name="MOSSInsertTable" /> 
    <tool name="MOSSInsertTableElement" dropDownWidth="180"
      <tool name="InsertRowAbove" /> 
      <tool name="InsertRowBelow" /> 
      <tool name="InsertColumnLeft" /> 
      <tool name="InsertColumnRight" /> 
    </tool> 
    <tool name="MOSSDeleteTableElement"
      <tool name="DeleteRow" /> 
      <tool name="DeleteColumn" /> 
    </tool> 
    <tool name="SplitCell" /> 
    <tool name="MergeColumns" /> 
    <tool separator="true" /> 
    <tool name="MOSSLinkManager" /> 
    <tool name="ImageManager" /> 
  </tools> 
    <tools name="BasicToolbar" dockable="false" enabled="true"
    <tool name="FontName" /> 
    <tool name="FontSize" /> 
    <tool separator="true" /> 
    <tool name="Bold" shortcut="CTRL+B" /> 
    <tool name="Italic" shortcut="CTRL+I" /> 
    <tool name="Underline" shortcut="CTRL+U" /> 
    <tool separator="true" /> 
    <tool name="JustifyLeft" shortcut="CTRL+L" /> 
    <tool name="JustifyCenter" shortcut="CTRL+E" /> 
    <tool name="JustifyRight" shortcut="CTRL+R" /> 
    <tool separator="true" /> 
    <tool name="InsertOrderedList" /> 
    <tool name="InsertUnorderedList" /> 
    <tool name="Indent" /> 
    <tool name="Outdent" shortcut="CTRL+M" /> 
    <tool separator="true" /> 
    <tool name="ForeColor" /> 
    <tool name="BackColor" /> 
    <tool separator="true" /> 
    <tool name="MOSSLeftToRight" /> 
    <tool name="MOSSRightToLeft" /> 
  </tools> 
  <contextMenus> 
    <contextMenu forElement="*"
      <tool name="Cut"/> 
      <tool name="Copy"/> 
      <tool name="Paste"/> 
    </contextMenu> 
  </contextMenus> 
</root> 

Many thanks,
Fraser

0
Stanimir
Telerik team
answered on 15 Apr 2009, 08:01 AM
Hello Fraser,

I apologize for the inconvenience, but I was not able to reproduce the problem using  the provided configuration files. So in order to speed up the process of helping you, could you please provide us with a step by step scenario on how to reproduce the issue. A sample HTML code will be helpful as well.

Thank you.


Best wishes,
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
Fraser
Top achievements
Rank 1
answered on 15 Apr 2009, 09:44 AM
Hi Stanimir,

I have deployed the Lite Editor according to the installation steps here: http://www.telerik.com/help/aspnet-ajax/installing-radeditor-in-moss-2007-farm.html (with the exception of step 1).

I have enabled the feature in the SharePoint site.

In Firefox 2 or 3, I go to a user's blog and try to edit a post.  No edits to the post are saved.

Do you want me to post the source view of the page?

Thanks,
Fraser
 
0
Fraser
Top achievements
Rank 1
answered on 15 Apr 2009, 10:25 AM
Hi Stanimir,

I've resolved the issue.  Tiny MCE editor had been installed in the same farm for evaluation purposes.  Tiny MCE required a change to SharePoint's NON_IE.JS file.  This was causing a problem so I rolled NON_IE.JS back to the original version and now Editor Lite works fine.

Apologies for wasting your time.

Thanks,
Fraser
Tags
WebParts for SharePoint
Asked by
Fraser
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Fraser
Top achievements
Rank 1
Share this question
or