Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Ken_T
Specialist
Specialist

resize() method no longer working in mashups

We are seeing that very recently, the resize() method has stopped working in mashups using apps from SAAS, Enterprise, QCG and QAP.
This is often used to force the item to resize so it shows up, after a tab is selected for example.

We are reporting this today to qlik for investigation.
Has anyone else noticed this issue?
found any workaround yet?


per the docs:

//create the tabs and make qlik objects resize when a new tab is selected
$("#tabs").tabs().bind('tabsselect', function(event, ui) {
qlik
.resize(); });

https://help.qlik.com/en-US/sense-developer/November2022/Subsystems/APIs/Content/Sense_ClientAPIs/Ca...

Labels (1)
  • API

1 Reply
Ken_T
Specialist
Specialist
Author

we have a new ticket opened with support on this issue, if we find out anything - I will share here.