Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
180
Webmenu & Firefox 4
posted

Hi,

the Webmenu control is not showing with firefox4, so I upgraded my infragistics control to 10.3 and still having the same issue..

I followed a solution to put this: 

if (ig_csom.IsFireFox || ig_csom.IsMac || (eContainer.style.filter == null))
        {

           
            if (ig_csom.IsFireFox || ig_csom.IsOpera || ig_csom.IsSafari)
            {

 

as suggested here

 

but it is not solved and the error is:

Error: eContainer.runtimeStyle is undefined
Source File: http://localhost/test/ScriptResource.axd?d=hDQmg4xCLV7vlQf69jkDvBYS8Np-Ft5satt5kKy6Poma43oBrOQ8_PLl4R9bA-UvK76UWZHGsyq4v9oGczxy9BhJVT6161ku5drXYZXqrDo-meWEiJ-2MFg5uuUfgSZ8kBJ6GyLbvZgg04Y4YwNLhbjwiXQecq-PgEBpZxi_4M0fovpU9m8X9D1nf6G1aOCJoFguIYsJsRt4gBrUsbKBrMPdnJgDYQ1WLgby-psYl6qhh4KD0&t=ffffffff9881c64d
Line: 3804

 

this file is ig_webmenu.js and ig_webmenux.js that i modified

please help