Searched hist:b8076f00444ff4b3b435c7112dca9c194858e3f7 (Results 1 – 3 of 3) sorted by relevance
| /plugin/annotations/ |
| H A D | style.css | b8076f00444ff4b3b435c7112dca9c194858e3f7 Sat May 23 04:36:01 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Fix JSINFO injection timing and gutter marker positioning
handleMetaHeader() wrote the annotation payload to $JSINFO, but tpl_metaheaders() has already serialised JSINFO into the inline <script> by the time TPL_METAHEADER_OUTPUT fires, so the data never reached the page. Append a `JSINFO.annotations = {...}` statement to that inline block instead, and only inject it on show / export_xhtml views.
Anchor the gutter markers to .page (the article column) rather than #dokuwiki__content: the latter's position:relative extended over the sidebar and swallowed its navigation clicks.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
| H A D | action.php | b8076f00444ff4b3b435c7112dca9c194858e3f7 Sat May 23 04:36:01 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Fix JSINFO injection timing and gutter marker positioning
handleMetaHeader() wrote the annotation payload to $JSINFO, but tpl_metaheaders() has already serialised JSINFO into the inline <script> by the time TPL_METAHEADER_OUTPUT fires, so the data never reached the page. Append a `JSINFO.annotations = {...}` statement to that inline block instead, and only inject it on show / export_xhtml views.
Anchor the gutter markers to .page (the article column) rather than #dokuwiki__content: the latter's position:relative extended over the sidebar and swallowed its navigation clicks.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
| H A D | script.js | b8076f00444ff4b3b435c7112dca9c194858e3f7 Sat May 23 04:36:01 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Fix JSINFO injection timing and gutter marker positioning
handleMetaHeader() wrote the annotation payload to $JSINFO, but tpl_metaheaders() has already serialised JSINFO into the inline <script> by the time TPL_METAHEADER_OUTPUT fires, so the data never reached the page. Append a `JSINFO.annotations = {...}` statement to that inline block instead, and only inject it on show / export_xhtml views.
Anchor the gutter markers to .page (the article column) rather than #dokuwiki__content: the latter's position:relative extended over the sidebar and swallowed its navigation clicks.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|