Commit 0151c6b
Drop invalid document="ixsl:page()" from modal-search debounce
The in-modal live-search onkeyup handler scheduled its deferred search with
<ixsl:schedule-action wait="$delay" document="ixsl:page()">. The document
attribute names fetchable document URIs; the literal string ixsl:page() made
SaxonJS attempt fetch("ixsl:page()"), logging "Fetch API cannot load
ixsl:page(). URL scheme ixsl is not supported" on every debounced keystroke.
The deferred body reaches the live page via ixsl:page() at execution time and
needs no preloaded document, so wait alone is the correct trigger — matching
the typeahead debounce in form.xsl.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent d2458f9 commit 0151c6b
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1355 | 1355 | | |
1356 | 1356 | | |
1357 | 1357 | | |
1358 | | - | |
| 1358 | + | |
1359 | 1359 | | |
1360 | 1360 | | |
1361 | 1361 | | |
| |||
0 commit comments