Skip to main content

Hey everyone,

We’re using a Tabset inside a Wizard. The issue is as follows:

Let’s say we have 3 steps in the wizard. Step 2 contains a Tabset with the Tabs “TAB1” and “TAB2”.

As you know you can go back to revisit a wizard step. Every time we revisit the second wizard step the tab label is concatenated. So it works like this:

First visit, the tab names are:
TAB1 and TAB2

Second visit:
TAB1TAB1 and TAB2TAB2

Third visit:
TAB1TAB1TAB1 and TAB2TAB2TAB2

and so on…


here’s a simple test page:


<skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true”>


<skuid__wizard uniqueid=“sk-3MC_-1192”>



<skuid__tabSet uniqueid=“sk-3MD0-1649”>

<skuid__tabPanel name=“TabName”>

</skuid__tabPanel>

</skuid__tabSet>

























</skuid__wizard>










</skuid__page>

Any ideas for a JS script or something to fix this?

Thanks

Hi Jean-Pierre, thank you for the XML. I couldn’t reproduce the issue in Skuid version 12.2.8, please let me know which Skuid version you use and if the issue is still reproducible if you test it in the latest version in a SANDBOX!


I modified your XML slightly to fit the description and used this for testing:


































































Hi Luzie,

Thank you for your answer and the adjusted XML. We’re on Skuid Platform on version 12.2.6.1
Is there a way to upgrade to 12.2.8? As far as we can see Platform is not on 12.2.8 yet: https://www.skuid.com/releases/

Thanks,
JP


Hi Jean-Pierre, thanks that makes sense. I could have known that you are on Platform because you posted this under “Skuid Platform”, I’m sorry I missed that. I could reproduce the issue on Platform and will report it to our development team. Please ignore my information of Skuid version 12.2.8, that’s only relevant if you use Skuid on Salesforce. Thanks again for informing us about the issue!


Reply