Index: gc_lang/fr/webext/content_scripts/init.js ================================================================== --- gc_lang/fr/webext/content_scripts/init.js +++ gc_lang/fr/webext/content_scripts/init.js @@ -140,11 +140,13 @@ createTFPanel: function () { if (this.oTFPanel === null) { this.oTFPanel = new GrammalecteTextFormatter("grammalecte_tf_panel", "Formateur de texte", 760, 600, false); //this.oTFPanel.logInnerHTML(); this.oTFPanel.insertIntoPage(); - this.oTFPanel.adjustHeight(); + window.setTimeout(function(self){ + self.oTFPanel.adjustHeight(); + }, 1, this); } }, createLxgPanel: function () { if (this.oLxgPanel === null) {