﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Context menu mispositioning</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Context-menu-mispositioning/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Context menu mispositioning</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Context-menu-mispositioning/</link><pubDate>Thu, 20 Jan 2011 08:23:57 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><category>context menu firefox showmodaldialog</category><description>&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;We are very sory for the late response. Unfortunately, this is not a bug. When using Iframe scenario, you will need to change menu window type of contextmenu as normal.&lt;br /&gt;Normally in IE, it supports 2 types such as popup and normal. In other browsers, popup is not supported.&lt;br /&gt;To change the type, you will need to handle it OnContextMenu clientside events in WebDesktopManager.&lt;/p&gt;
&lt;p&gt;Here is the snippet code:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;function WebDesktopManager1_OnContextMenu(controlId, objectType, contextObject, menu)
{
            var WebDesktopManager1 = ISGetObject(controlId);
            menu.MenuWindowType = "Normal";
            return true;
}&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p /&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>Context menu mispositioning</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Context-menu-mispositioning/</link><pubDate>Fri, 29 Jan 2010 06:13:06 GMT</pubDate><dc:creator>julia</dc:creator><category>context menu firefox showmodaldialog</category><description>&lt;p&gt;Hi Somer,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I can replicate your issue after doing some test. I have forward this issue to our Development Team. I will inform you for any news about this issue in this thread. Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Julia&lt;/p&gt;</description></item><item><title>Context menu mispositioning</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Context-menu-mispositioning/</link><pubDate>Thu, 28 Jan 2010 10:25:21 GMT</pubDate><dc:creator>somer@optima.com.tr</dc:creator><category>context menu firefox showmodaldialog</category><description>
&lt;div style="text-align:left"&gt;In a window which is opened with &lt;strong&gt;window.showModalDialog&lt;/strong&gt; in &lt;strong&gt;Firefox&lt;/strong&gt;, both WebGrid and WebDesktop's context menu's are shown in the corner of window. if you open window with window.open, it is shown at original position.&lt;br /&gt;&lt;/div&gt;</description></item></channel></rss>