Open GavinMaree opened 6 years ago
Same issue here...
I've downloaded the latest version just in case, and it happens the same to me. :(
HI all i've got this, hope to resolve in the next days...
@GavinMaree which browser are you using?
Tested using native Qliksense, Also opened http://localhost:4848/hub/ with Internet Explorer 11 and Google Chrome Version 69.0.3497.100 (Official Build) (64-bit). I get the same result as originally reported.
Hi all @GavinMaree @LeonaSchaaf @marcelolmo the issue is a css conflict, if just pushed a change on my code .
i'm not sure it resolves it cause i cannot replicate the issue with in my env.
could you please give a try to the latest version you find here in the git?
I've just tried and it has no changes to me. :(
El mar., 2 oct. 2018 a las 12:21, LorisLombardo87 (notifications@github.com) escribió:
Hi all @GavinMaree https://github.com/GavinMaree @LeonaSchaaf https://github.com/LeonaSchaaf @marcelolmo https://github.com/marcelolmo the issue is a css conflict, if just pushed a change on my code .
i'm not sure it resolves it cause i cannot replicate the issue with in my env.
could you please give a try to the latest version you find here https://github.com/LorisLombardo87/qs-side-menu/blob/master/build/qssidemenu_latest.zip?raw=true in the git?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LorisLombardo87/qs-side-menu/issues/10#issuecomment-426223471, or mute the thread https://github.com/notifications/unsubscribe-auth/ATlo1SUa8hVTKj864Ftaw0ZRSj6gh4lGks5ugz4kgaJpZM4Wxhge .
Also tested in browsers I mentioned. Still the same as originally reported. :(
Tested in QlikSense desktop september version. Still same issue.
Hi All, i've made some progress, not yet completed, but you can try if it gets better in your specific case.
Hi All, i've made some progress, not yet completed, but you can try if it gets better in your specific case.
Yes! Works for me! 👍
Yes! works for me too!
ok Great!! stay tuned cause some little change can come across in the next days as well.
It works properly with any other theme other than sense classic. i am using sense focus no issues.
Hi All,
@Bgirish0 have correctly highlighted this. This is caused because the QS app theme is overriding the CSS property and making the background as transparent. To fix this permanently kindly refer my latest fork from Loris's repo. Or Add the below lines to style.css, this will fix the background of the filter as white irrespective of theme :
.qv-collapsed-listbox{
background-color: rgb(255,255,255) !important;
}
I have also requested Loris to merge my commit which will fix this issue along with a couple of rendering issue.
Just upgraded to Sense Sep 2018. The buttons still respond as setup when clicked.