-
Hi, I have just tested this with Safari (Windows) version 4.0 (530.17) and have verified that ContextMenu is working. Make sure to set the Windowless paramter to true in the Silverlight object.
-
Which browsers is this upload control supposed to support at current version? I couldn't find this piece of information in the documentation. When I tested it in different browsers, IE and Firefox uploaded successfully but Safari, Opera and Google Chrome failed. (all these browsers are windows 32bit) Online demo gave me the same result.
-
I am currently evaluating the ASP.NET AJAX control suite, but cannot find any documentation that lists the browsers and its versions that is fully supported.
I am looking for some kind of matrix that outlines the support, something like what Telerik has would be great.
http://www.telerik.com/products/reporting/resources/browser-support.aspx
-
Hi, ContextMenu relies on Windowless mode, Safari sadly does not implement the Windowless mode for the Silverlight plug-in, Google Chrome which is also based on WebKit does implement it and it works fine. In order to support Safari you need to decide how to trigger the ContextMenu, some common options are Apple + left-click or Shift + left-click. You can set the ContextMenu to DetectRightClick="False" and ContextType="Custom" then use the ShowContextMenu(point) to display it....
-
We are looking at using your suite for an upcoming project. We are particularly interested in the DragDrop and ContextMenu controls.
One requirement is that we work well in IE, Firefox and Safari.
I have tried your online demos in all 3 browsers, and they seem to work well. However, the ContextMenu demo does not work in Safari. Is this a known issue? If so, are there plans to have a working version for Safari?