Overview
| Comment: | [fx] better way to calculate where to set the tooltip arrow |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
3c083fcb934e092904f92b935d0e89ef |
| User & Date: | olr on 2017-11-13 10:47:50 |
| Other Links: | manifest | tags |
Context
|
2017-11-13
| ||
| 13:45 | [fr] faux positif: sans +nom check-in: 8d56c7d195 user: olr tags: trunk, fr | |
| 10:47 | [fx] better way to calculate where to set the tooltip arrow check-in: 3c083fcb93 user: olr tags: trunk, fx | |
|
2017-11-12
| ||
| 19:15 | [fr] faux positif: nous/vous +V infi check-in: 846e6e7867 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.js from [a6cbda9c1f] to [830eee61d0].
| ︙ | |||
305 306 307 308 309 310 311 | 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 | - + + + - + - + |
xContentNode.appendChild(this.xTooltipArrow);
}
show (sNodeErrorId) { // err
try {
let xNodeErr = document.getElementById(sNodeErrorId);
this.sErrorId = xNodeErr.dataset.error_id; // we store error_id here to know if spell_suggestions are given to the right word.
|
| ︙ |