Comment 4 for bug 836635

Revision history for this message
Matthieu Ambrosy (matthieu-ambrosy) wrote :

Hi,
I think i just solve the bug.

In file : contents.py
Look for "class" text and change it by "menuclass" :
#274 : var menuclass = 'menu-iconic';
#277 279 & 281 : [...]setAttribute('class', menuclass);
#310 : menuclass += ' @@EXTENSION_INTERNAL_NAME@@-l';

It seems work now (test ok with FF 6.0.2).