Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Using the latest version of Qlik, it shows a strange icon in the current selections bar when using mashups. It shows the Lui comment icon instead of the normal search icon:
Workaround:
By changing the text alignment on the parrent div from center to left, weirdly enough, it displays the correct icon (except wrongly aligned).
Any one else encountered the same issue?
Kind regards,
Steven
Still not sure what the exact issue is, but found a working fix, using this CSS:
.qv-subtoolbar-button>.lui-icon--search{
width: auto !important;
}
.qv-subtoolbar-button>.label{
display: none;
}
I am running the latest version and I don't have that issues. must be some of your styles intervening. It helps by disabling styles on demand in chrome to find out which one...
Thanks for the quick response.
So the strange thing is, if I create a new mashup using a template version in the dev hub and I just insert the selection bar in an empty placeholder, I still see the same (wrong) icon.
But this made me think, maybe it's my browser. So I tried IE and I get the search icon! But it's still strange, because there are these dots behind the search icon:
I presume you don't see these dots?
Kind regards,
Steven
Still not sure what the exact issue is, but found a working fix, using this CSS:
.qv-subtoolbar-button>.lui-icon--search{
width: auto !important;
}
.qv-subtoolbar-button>.label{
display: none;
}