Duplicated
Last Updated: 14 Sep 2021 11:57 by ADMIN
ADMIN
Vessy
Created on: 25 Apr 2013 08:54
Category: Editor
Type: Bug Report
0
RadEditor Context Menu placement is broken when ContextAreaMode="Div"
Create a page as below and assign a limited toolset to each editor in the code behind:


 <telerik:RadEditor  ID="RadEditor1" Skin="Default"  ContentAreaMode="Div"   runat="server"      Width="265px" Height="120px"  ToolsWidth="265px">
       <Content><p>A Word</p> </Content>
</telerik:RadEditor>
        
 <telerik:RadEditor  ID="RadEditor2" Skin="Default"  ContentAreaMode="Div"   runat="server"     Width="265px" Height="120px"  ToolsWidth="265px">
       <Content><p>A Word</p> </Content>
</telerik:RadEditor>
        
[Continue with this until ...]

 <telerik:RadEditor  ID="RadEditor10" Skin="Default"  ContentAreaMode="Div"   runat="server"     Width="265px" Height="120px"  ToolsWidth="265px">
       <Content><p>A Word</p> </Content>
</telerik:RadEditor>
        
Now display this page and right click for the top editor's Context Sensitive popup menu. Now scroll down to the bottom menu and right click for that menu's context sensitive menu. My experience is that this will erroneously produce the popup at the top of the browser. This is the most extreme example of a general behaviour where the vertical placement of popups is typically off the mark when working with multiple editors and ContentAreaMode="Div". Get rid of the ContentAreaMode="Div" and the problem disappears. 
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
3 comments
Elena
Posted on: 12 Nov 2014 08:05
Duplicated item of:

http://feedback.telerik.com/Project/108/Feedback/Details/119550-fix-context-menus-mis-positioned-in-ie-after-page-scroll-when-contentareamode-d
DavidS
Posted on: 04 Sep 2013 16:32
What does Changed Status changed to "Approved" mean - is it fixed now? If not when?
DavidS
Posted on: 25 Apr 2013 10:50
I look forward to a speedy fix for this. For now my best option is to turn off context sensitive menus in my basic (text box like) editors. Given that some link handling functionality in these editors should be available ONLY through context sensitive menus... well, this is less than good.