Metadata
- Source
- SJRK-206
- Type
- Bug
- Priority
- Critical
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Simon Bates
- Created
2019-01-25T15:02:39.366-0500 - Updated
2019-07-09T16:36:29.482-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
If UIO Table Of Contents is active at page load, the list of headings is not rendered.
To reproduce:
- With the UIO Table Of Contents off, navigate to the Browse Stories page
- Open UIO and turn Table Of Contents on
- The page headings are rendered under "Table of Contents"
- Click Build Your Story
- Click Browse Stories
Expect:
- Table Of Contents to display as before
Actual:
- The "Table of Contents" heading is shown but no page headings are listed
To get the headings back again:
- Open UIO and turn Table Of Contents off
- Reload the page
- Open UIO and turn Table Of Contents on
Comments
-
Justin Obara commented
2019-07-09T16:36:29.482-0400 If the headings are dynamically added to the page, the Table of Contents will need to be run after it or at least refreshed after it. Perhaps hooking it up to a MutationObserver would be the best way. Might make more sense upstream in Infusion. What do you think?