finger pointing at screen

Development updates for Tridion

Periodically we add new functionality, enhance existing content types, or fix bugs that we find along the way. Stay connected with all the most recent updates to Tridion on our Development Updates blog.
Creative Commons photo credit: Richard Masoner

Change log for May 24, 2017

Minor fix for toggle lists and navigation

5/24/2017 1:20:37 PM

Feature image for Change log for May 24, 2017

Michael Tangen

Some minor updates were pushed out today for toggle list content, specifically component and page templates that present FAQ-style and tabbed toggle list content.  The patch ensures that both tabbed and FAQ style content initially is set to "display: none" to reduce the visual impact when page content is loading in the browser.  Now, all toggle list content is hidden by default and is only triggered visible in the following situations:

  • On page load, first tabbed content appears
  • On tab click, all tabbed content hides and selected tab content displays
  • When FAQ-style link is clicked, its content is set to visible
  • On page load when an anchor is included in the URL, that content changes status to visible 

Also a minor update has been released for the navigation as it appears on tablets and phones, which covers the same basic issue — the mobile navigation now loads off screen and does not flicker visible then hidden when you first load the page.

Along those lines with navigation improvements, the base z-index value has been adjusted in the top navigation Javascript file, which is a part of the core.js page assembly.  The base z-index value is now set to 1 for the first level — which helps alleviate issues with GovDelivery's limitations on their subscription modal overlay.  The second level on resumes with a z-index level of 100 and increases by ten for each sub-level.

To obtain this patch: 

  • For the toggle lists, simply republish the pages that use the toggle list page template
  • For the mobile navigation fix, republish the core.css page assembly found in /root/css/
  • No action is required for the z-index patch — all core.js page assemblies have been republished for all customers.

If you have questions about these updates, please reach out to me and I can further elaborate on these or other changes we make along the way.

General Updates

Change Log

Fixes