Project

General

Profile

Bug #86

Navigation “is_active” method doesn’t return true for subpaths past a node.

Added by Stephen Burrows about 13 years ago. Updated over 12 years ago.

Status:
New
Priority:
Normal
Category:
Shipherd
Target version:
-
Start date:
02/21/2011
Due date:
% Done:

0%

Estimated time:

Description

Given a MultiView and a navigation that points to a subpath of the node referencing that view, the navigation item will not correctly appear as “active”.

History

#1

Updated by Stephen Burrows over 12 years ago

This is a design issue. If an item points to a node, it will not be considered active for any subpath beyond that node. The reason for this is simple: There may be other items in the navigation which are closer to the target and should thus be considered 'active' instead. However, the item has no way of knowing this without looking around - with the current algorithm, at least.

The entire concept of 'active' vs 'inactive' needs to be rethought, as well as how this is determined and when.

Also available in: Atom PDF