Sidebar livesearch mixes and becomes illegible with Confluence 7.13.0 Data Center

Jurica Petricevic
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 30, 2021

Hi Community,  

can we get some support here?

 

We have this problem. For security reasons, we had to move on to the new version 7.13.0 LTS and here we came to a global problem that affects over 350 spaces.

All sites use

{livesearch:spaceKey=[SPACE]|size=small|placeholder=Search}

and by entering the text in the search, the complete list is shuffled with characters and becomes illegible.

I added one picture. I'm asking for help.

 

Best regards 

Jurica PetricevicBild1.JPG

 

2 answers

0 votes
SteenerO October 21, 2021

I have had a clever CSS/JS colegue to look at the problem. He came up with this:

script>
$(document).ready(function () {
const ccHeader = document.getElementById('custom-content-header');
if (ccHeader) {
ccHeader.classList.add('wiki-content');
}
});
</script>

If you place it in Custom HTML in the "At the end of head" section your search result look normal

0 votes
SteenerO October 12, 2021

The same issue exists in Confluence Server 7.12.5 :-(

Pleaser provide a solution or work around!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events