Martok
Well-known member
I had the same thing today after I upgraded to XenForo 1.5 and then updated UI.X to 1.5.0.0. I've never edited UI.X, only my child style.That is very strange. What version of XenForo? If its not customized in your child style and thats happening in UI.X, that is very strange indeed because its not outdated on my demo.
I imagine, so long as UI.X was updated properly and you're sure (you could force an update and see if that works), just save the template, its likely just XenForo comparing variables and it not actually being correct.
This was the parent version (approximately)
Code:
<div class="primaryControls">
<!-- block: primaryControls -->
<input type="search" name="keywords" value="" class="textCtrl" placeholder="{xen:phrase search}..." title="{xen:phrase enter_your_search_and_hit_enter}" id="QuickSearchQuery" />
This was the custom version (approximately):
Code:
<i class="uix_icon uix_icon-search" onclick='{xen:if {xen:property uix_searchButton}, '$("#QuickSearch form").submit()', '$("#QuickSearch .primaryControls input").focus()'}'></i>
<input type="search" name="keywords" value="" class="textCtrl" placeholder="{xen:phrase search}..." results="0" title="{xen:phrase enter_your_search_and_hit_enter}" id="QuickSearchQuery" />
<!-- end block: primaryControls -->
I reverted to the parent version.