Publié : 23 janv. 2006, 18:46
En effet... Mais vous pouvez aussi pousser les deux développeurs, et en particulier celui de Mailtagger, afin qu'il aille dans le bon sens. 

Forums d'assistance et de discussion sur les logiciels produits par Mozilla ou créés à partir des technologies Mozilla. Ce site ne dépend pas de la fondation Mozilla et est maintenu par un collectif de bénévoles.
https://forums.mozfr.org/
Cool !Hello again,
I posted just below your post with a description of the problem. Hopefully the extension developer will do something to remedy the problem, and place all necessary images inside the extension.
Regards,
Cat
Vous pouvez voir tout ça sur http://mailtagger.mozdev.org/notes.html?frmailTagger references image names and locations that exist in the default theme, but not in many other themes. (This includes my own theme, Mostly Crystal, plus all of Aaron Spuler's themes just to name a few.) Extensions need to include all required images inside the extension and not rely on images inside themes. Extensions will break on any theme that does not contain the images that are specified inside the extension. In addition, if themes are required to override extension code in order to support that extension, the images should be specified inside a stylesheet and not inside JavaScript code. Themes can override extension code that is placed inside stylesheets (provided they do not contain !important flags), but are not capable of overriding anything that is generated by JavaScript.