Overview
| Comment: | [fx] WebExt: hide tooltip when starting the gc panel |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
529238392abb6dd1fc71d3e3f002fe1a |
| User & Date: | olr on 2017-09-06 08:38:36 |
| Other Links: | manifest | tags |
Context
|
2017-09-06
| ||
| 09:10 | [fx] WebExt: run content scripts at document_end (before the page finishes to load all external resources) check-in: 24c1fb45bc user: olr tags: trunk, fx | |
| 08:38 | [fx] WebExt: hide tooltip when starting the gc panel check-in: 529238392a user: olr tags: trunk, fx | |
|
2017-09-05
| ||
| 23:09 | [fx] WebExt: text formatter: images update check-in: d0d257076f user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.js from [f52cce6386] to [076f7699d4].
| ︙ | |||
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 () {
|
| ︙ |