Shape 5

Joomla Club Extensions => Accordion Menu - Club => : scorpio62 November 25, 2013, 04:01:38 AM



: IE 9 Displaying issues
: scorpio62 November 25, 2013, 04:01:38 AM
With IE9 the submenu doesn`t popup, if you try to open. Also if you change into the compatibility view, the submenu doesn`t work.

You can check it out on ims.lopoca.com


: Re: IE 9 Displaying issues
: mikenicoll November 27, 2013, 06:27:19 PM
Hello,

Can you be more specific? I took a look at your site but the submenus were rendering.

-Mike


: Re: IE 9 Displaying issues
: scorpio62 November 28, 2013, 01:28:27 AM
Hi Mike,

please see attached SnipImage.
The IE9 Version is 9.0.8112.16421, Update Version 9.0.15(KB2817183).

You see on the picture, that menu poins are engaged, and there are no arrows to open the submenu.
As it is not on my computer, I would be able to make a teamviewer access, if you want check directly?


: Re: IE 9 Displaying issues
: scorpio62 January 15, 2014, 04:27:13 AM
Hi Mike,

The issue is now fixed. Following changes we made:

in /modules/mod_s5_accordion_menu/js/s5_accordion_menu_jquery.js

Extended the function s5_am_click_handle with a try/catch block (red marked).

function s5_am_click_handle(i,tmp){
        try {
               if(tmp.hasClass('s5_am_innermenu')){
                       s5_am_click_handle_inner(i,tmp);
                       return ;
               }
               } catch(e) {}
               //if(console)console.log(tmp);
               if(tmp.href == 'javascript:;' || tmp.nodeName=='H3'){
                                       var flag = i != elms.index($('div.vacurrentmenu'));
                                       $('div.vacurrentmenu').removeClass('vacurrentmenu').animate({
                                              'height': 0,
                       

Additional following entry we have turned off:

before:
if(console)console.log(tmp);

after:
//if(console)console.log(tmp);



: Re: IE 9 Displaying issues
: jonahh January 15, 2014, 02:46:38 PM
Thanks, we have updated the downloads