Superfish menu tab order breaks when dynamically modifying submenu
I'm retrofitting an older site with the Superfish menus based on jquery. I've ran into an issue where I have to dynamically modify a submenu's contents by giving the outer <li> tag an id and then setting the innerHtml of that <li> tag with content rendered in a separate jsp. The innerHtml trick works fine except for once it is done you can no longer tab through the menu. As soon as you tab to that third level submenu it acts as if the menu no longer has focus and collapses.
Has anyone else ran into this? Any ideas on how to set the tab order to prevent this from happening?
Thanks!