LorisLombardo87 / qs-side-menu

a filters menu
Other
8 stars 11 forks source link

Sense Sep 2018 - Options after first one blanked out #10

Open GavinMaree opened 6 years ago

GavinMaree commented 6 years ago

Just upgraded to Sense Sep 2018. The buttons still respond as setup when clicked. image

LeonaSchaaf commented 6 years ago

Same issue here...

marcelolmo commented 6 years ago

I've downloaded the latest version just in case, and it happens the same to me. :(

LorisLombardo87 commented 6 years ago

HI all i've got this, hope to resolve in the next days...

LorisLombardo87 commented 6 years ago

@GavinMaree which browser are you using?

GavinMaree commented 6 years ago

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.

LorisLombardo87 commented 6 years ago

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?

marcelolmo commented 6 years ago

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 .

GavinMaree commented 6 years ago

Also tested in browsers I mentioned. Still the same as originally reported. :(

LeonaSchaaf commented 6 years ago

Tested in QlikSense desktop september version. Still same issue.

LorisLombardo87 commented 6 years ago

Hi All, i've made some progress, not yet completed, but you can try if it gets better in your specific case.

LeonaSchaaf commented 6 years ago

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! 👍

GavinMaree commented 6 years ago

Yes! works for me too!

LorisLombardo87 commented 6 years ago

ok Great!! stay tuned cause some little change can come across in the next days as well.

Bgirish0 commented 6 years ago

It works properly with any other theme other than sense classic. i am using sense focus no issues.

shyambutani commented 4 years ago

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.