Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
stephencredmond
Luminary Alumni
Luminary Alumni

Load order of objects in QV11.2 SR9

Hi All,

Has anyone else noticed that there is a change to the load order in QV11.2 SR9 from previous versions?

I have an extension published to Branch that replicates the Selection Tags of Qlik Sense within QlikView.  This runs as a document extension.  I am looking for the Tabrow - $("#Tabrow") - and then inserting my html above it.  However, since upgrading to SR9 my code no longer finds the Tabrow - $("#Tabrow").length == 0.  The tabrow is, of course, still being created, and inspecting the element shows that it is still called "Tabrow".

My guess is that it is not being generated until after the document extensions are loaded.  I am wondering if it is a sequencing to do with calls like SetTabrowPaint - maybe there was a problem with those?

I can work around it by inserting the html after the toolbar, but that means that I can't test it in QV Desktop because the toolbar doesn't exist there.

Regards,

Stephen

1 Reply
stephencredmond
Luminary Alumni
Luminary Alumni
Author

Although I can add a further fall-through to place it above the PageContent if the toolbar isn't there.  It now works in desktop, although the selection bar appears below the tabrow instead of above it.