Area: UI
Sub-Area: Glossary Browser
Issue
When loading glossary terms in the glossary browser, new terms would be added to the view without removing previously loaded terms. This caused the glossary list to accumulate duplicate entries or show terms from multiple contexts simultaneously, making navigation confusing.
Solution
The glossary browser state management has been fixed to properly clear previous terms before loading new ones. The fix ensures: - Proper cleanup of term lists during navigation - No duplicate terms in the view - Correct term hierarchy display - Proper filtering and search results
The glossary browser now correctly: - Clears previous term lists before loading new ones - Shows only relevant terms for the current context - Handles navigation between glossary nodes properly - Updates the view consistently
Additional Notes
Fixed in version v0.3.11. This fix improves the overall glossary browsing experience and ensures that term lists remain accurate and up-to-date during navigation.
Related Documentation
Tags:
ui, glossary, terms, loading, state-management, duplicates, bug-fix, v0.3.11