Hi,
i created a plugin called identity_switch which work fine for a long time and many RoundCube releases. Just when installing or upgrading to 1.7.0 strange things happens:
1. Plugin creates a drop down menu called div id="identity_switch_menu" as in previous releases.
2. The div contains a hidden drop down menu called div id="identity_switch_dropdown".
4. Inside this div a unordered list ul with all account available were created as li.
If I click on the identity_switch_menu, identity_switch_dropdown is unhidden and user can select a identity. That was the behavior in RC < 1.7
What happens now is: After approx. 2 seconds the whole ul is simply deleted by some RoundCube Javascript code I'm not able to find. I tried to replace program/js and the skin folder and the plugins/jqueryui folder with 1.6.14 files, but still ul is deleted.
Any suggestions how I can find the code deleting ul (and understand how I can build a work around)?