Were their any z-Index changes in the 5.2.0 core release?

If so this may be causing this Whitespace theme to fail on 5.2.0

It’s not z-index.

In the absence of @jd, here’s the problem area…

I took this code from http://j.d.whitespace.tiddlyspot.com/ – The only change I made was to add a couple of $log widgets. In my tests, it produces nothing in 5.1.23 and 5.2.0. It works in 5.1.15 and 5.1.22.


<$reveal state="$:/temp/search" type="nomatch" text="">
<div class="jd-search-results">
<$set name="searchTiddler" value="$:/temp/search">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]" emptyMessage="""
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]">
<$log $$message="list-2"/>
<$transclude/>
</$list>
""">
<$log $$message="list-1"/>
<$macrocall $name="tabs" tabsList="[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]" default={{$:/config/SearchResults/Default}}/>
</$list>
</$set>
</div>
</$reveal>

Note the $list widget running inside the outer $list’s emptyMessage.

The search of sidebar return to me this Title matches: All matches:
It’s as if it can find results, maybe there are something that doesn’t enter the input in the search engine.

1 Like