Differences From Artifact [f52cce6386]:
- File gc_lang/fr/webext/content_scripts/panel_gc.js — part of check-in [1951743e99] at 2017-09-04 08:17:35 on branch trunk — [fx] WebExt: fix panel closing bug + display all paragraphs even when no errors (user: olr, size: 20062) [annotate] [blame] [check-ins using]
To Artifact [076f7699d4]:
- File gc_lang/fr/webext/content_scripts/panel_gc.js — part of check-in [529238392a] at 2017-09-06 08:38:36 on branch trunk — [fx] WebExt: hide tooltip when starting the gc panel (user: olr, size: 20092) [annotate] [blame] [check-ins using]
| ︙ | |||
52 53 54 55 56 57 58 59 60 61 62 63 64 65 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | + |
this.xPanelContent.addEventListener("click", onGrammalecteGCPanelClick, false);
this.oTooltip = new GrammalecteTooltip(this.xContentNode);
this.xPanelContent.appendChild(this.xContentNode);
this.oTAC = new GrammalecteTextAreaControl();
}
start (xTextArea=null) {
this.oTooltip.hide();
this.clear();
if (xTextArea) {
this.oTAC.setTextArea(xTextArea);
}
}
clear () {
|
| ︙ |