Incomplete border around the Search tips & preferences pop up boxDescription On the global text search results screen, if the "Search tips & preferences" link is clicked it opens a pop up window with an incomplete border. Steps to Reproduce Log in to an instance that has the Fuji or Geneva release installed. In the top right Global Search search box, search for test. On the right side of the screen, click the Search tips & preferences link.A Black border is visible around some of the pop up box, not the entire box. Workaround Create a global UI Script. API Name: Search tips border fix Script: if (window.location.pathname == '/textsearch.do') { $j(document).ready(function() { $j('.searchtip_desc').after('<td></td>'); }); } Related Problem: PRB657859