This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Tab page issues

Hello,

I hope someone can help me figure this one out.

After an upgrade to 6.13 from 6.12 some of the web portal pages have format issues.

I've been trying to figure out how to clean it up with Web Designer but it seems to be a hidden value somewhere.

When I go to edit users data the page is displayed with the tabs like so...

I can still click on the tab and after I do it shows up like this...

You can see a bullet or something on the end of the title of the tab.

I'm not able to find in debug mode how to fix these.

Help is greatly appreciated.

Lu

  • Hi,

    you should have a look on your MyCustPrefix_Styles_TabDefault StyleDefinition.

    V6.1.3. has some enhancements regarding accessibilty and the tabview-control has changed from the HTML-PointOfView to <li> elements for the TabHeader. Also there are some new variables for Less and some new Class-Attributes in the HTML where your custom style-definition is not referring to.

    So just merge your Styledefinition to the updated VI_StylesTabDefault definition. It is something like listmode.

    As this is only ClientSide HTML and CSS there is no possibility to debug this in the WebDesigner-Debug mode. In this case you need the developer tools of your browser of choice.

    Regards,

    Martin
  • Martin,
    Thanks for the advice I will look into this.
    Lu