WebContextMenu not working for WebButton when browsin in IE11

5 replies. Last post: August 18, 2015 1:25 AM by Yudi
Tags :
  • New Discussion
  • New Question
  • New Product Feedback

Hi,

I have a WebContextMenu defined as shown below in a HTML5 form.
It works fine when I right click the WebButton in Chrome and FireFox. But when I right click the button in IE11 the menu pops up, but nothing can be selected from it. It seems not sensing the mose over menu-items.

<ISWebDesktop:WebContextMenu ID="WebContextMenu1" runat="server" Visible="true" ToolTip="Actions" ControlId="c_wbRetrieve" RenderingMode="HTML5">
	<Items>
		<ISWebDesktop:WebMenuItem Name="c_wcmmiShowLastURL" Text="Show report URL..." ImageURL="~/Images/Icons/url_16.png" OnClick="OnShowLastUrlClicked" />
		<ISWebDesktop:WebMenuItem Name="c_wcmmiPrintPage" Text="Print report..." ImageURL="~/Images/Icons/print_16.png" OnClick="OnPrintReport" />
		<ISWebDesktop:WebMenuItem  Type="Separator" />
		<ISWebDesktop:WebMenuItem Name="c_wcmmiRetrieveData" Text="Retrieve data..." ImageURL="~/Images/Icons/house_16.png" OnClick="OnRetrieveDataClicked" />
		<ISWebDesktop:WebMenuItem  Type="Separator" />
		<ISWebDesktop:WebMenuItem Name="c_wcmmiLogOut" Text="Log out" ImageURL="~/Images/Icons/logout_16.png" OnClick="OnLogoutClicked" />
	</Items>
</ISWebDesktop:WebContextMenu>

The document containing the button and menu is HTML5 defined such at the top:
<!DOCTYPE HTML>
<html>


All times are GMT -5. The time now is 12:01 AM.
Previous Next