sitecore页面编辑器更改位置实际上是删除添加到项目(页面)上的子布局

问题描述:

我有一个带有两个占位符leftColumn和rightColumn的布局.对于一个项目,我要为左列添加多个子布局,为右列添加多个子布局.现在在页面编辑器中,当我尝试使用工具栏中的更改位置"按钮更改位置并将内容移动到另一个位置时,内容将根据需要移动到我的新位置.但是,当我单击功能区上的保存"按钮时,它实际上是从演示文稿本身中删除移动的内容.

I have a layout with two place holders leftColumn and rightColumn. For an item i am adding multiple sublayouts for leftcolumn and multiple sublayouts for rightcolumn. Now in page editor when i am trying to change position using "Change Position" button in toolbar and move content to another location, content is getting moved to my new location as desired. But when i click Save button on Ribbon, it is actually deleting moved content from presentation itself.

我不确定为什么会这样.我们正在使用Sitecore 6.4

I am not sure why it is behaving like this. we are using Sitecore 6.4

我们用Sitecore打开了一张票,发现这是一个现有的错误.它们不支持使用PageEditor在布局上的同一占位符内移动多个控件/子布局.我们需要在布局上使用多个占位符,然后可以将控件的位置从一个占位符更改为另一个占位符.

We opened a ticket with Sitecore and found out that this is an existing bug. They do not support movement of multiple controls/sublayouts within same placeholder on layout using PageEditor. We need to use multiple placeholder on layout and then we can change position of controls from one placeholder to another one.