Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
avl_dlimi
Contributor III
Contributor III

Climber Selection Bar issues in June 2020

Hi

We are using the latest open source version of Climber Selection Bar 1.6.0. 

After updating Qlik Sense to June 2020, the Climber Selection Bar is now broken. The selection bar is blocked after making a selection in the app.  I can see from the page html that it inserts a <div> in front of the selection bar.

Does anyone have a fix or workaround for this?

Labels (2)
1 Solution

Accepted Solutions
Fabsense
Contributor
Contributor

Hello,

I found a solution to this problem.

Indeed, after the selections are blocked, a div is created in the html.

The class of the div is this one : qv-ui-blocker

So the solution is about to modify the css of the extension to make this div inactive.

The css is located at Extensions\cl-horizontalselectionbar\lib\css\style.css in your sense folder.

You juste have to put this code at the very end of the file :

.qv-ui-blocker {display:none};

Then it's gonna make the div inactive and you'll be free to use the selection bar without any issue.

Regards.

View solution in original post

5 Replies
heij1421
Partner - Creator
Partner - Creator

Same here. Did you find a solution yet, other than using the standard objects from Qlik?

When you enlarge the object, it then becomes Clickable but it should work right from the start.

avl_dlimi
Contributor III
Contributor III
Author

No solution yet. 

Only alternatives is to use native Qlik functionality, another free plugin or the paid version of Climber (Vizlib)

Fabsense
Contributor
Contributor

Hello,

I found a solution to this problem.

Indeed, after the selections are blocked, a div is created in the html.

The class of the div is this one : qv-ui-blocker

So the solution is about to modify the css of the extension to make this div inactive.

The css is located at Extensions\cl-horizontalselectionbar\lib\css\style.css in your sense folder.

You juste have to put this code at the very end of the file :

.qv-ui-blocker {display:none};

Then it's gonna make the div inactive and you'll be free to use the selection bar without any issue.

Regards.

avl_dlimi
Contributor III
Contributor III
Author

@FabsenseYour solution worked!

 

snibrahim1993
Partner - Contributor III
Partner - Contributor III

Hi @Fabsense, Actually we did upgrade the QlikSense from November 2018 to February 2023 the same issue happened after the upgrade and I have applied your solution it's working fine. But now the issue is showing the Cancel button when selecting the date filters sometimes. 

Please refer to the attached

Thanks

snibrahim1993_0-1692088139900.png

 

Regards, Mohamed Ibrahim.
If this resolves your Query please like and accept this as an answer.