Metadata
- Source
- FLUID-5098
- Type
- Bug
- Priority
- Minor
- Status
- Closed
- Resolution
- Fixed
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2013-07-22T14:05:55.238-0400 - Updated
2025-01-15T10:51:44.236-0500 - Versions
-
- 1.4
- 1.5
- Fixed Versions
-
- 4.8.0
- Component
-
- Demos
- Tech. Documentation
Description
The demo html file has a block of markup sectioned off with comments to show the Separated Panel UIO's markup.
https://github.com/fluid-project/infusion/blob/master/src/webapp/demos/uiOptions/html/uiOptions.html#L79-L92
However, the table of contents container lives outside of this, as it needs to be set by the integrator. This of course would likely not be in the same portion of markup that the Separated Panel occupies. The issue though is that since the markup block for UIO is so well defined, the container for ToC is lost on the page, and it isn't obvious from looking at the demo that you need to specify it.