j_c_hallgren wrote:Jibz wrote:If you don't mind me saying that would be worse, because then the paths do not line up and it's even harder to get an idea of what the folders are.
I wasn't saying it was great, but it's (I do believe) much better than
Code: Select all
C:
Program Files (x86)
Research In Motion
BlackBerry
IS71 Connectors
OE Connector
Microsoft.VC80.ATL
Because without some sort of indent or tree, that appears way too confusing...using elipses, you at least see that there is a nested situation and see the full names of the parts at least once.
In that example, I tried to apply location-based approach to a flat list style. It didn't work as the flat list style is inherently stifling and inefficient for navigation. A better way would be this
Code: Select all
C: >> Program Files (x86) >> Research In Motion >> BlackBerry >> IS71 Connectors >> OE Connector >> Microsoft.VC80.ATL
...and, depending on the width of AB, varying number of path components would show. But, of course, we know this way as that in Vista/W7
j_c_hallgren wrote:Jibz wrote: I just perhaps think it might be better to not call it breadcrumbs .. maybe "pathlist" or something.
Maybe...but I don't have quite as narrow a definition of 'breadcrumbs' as some might and thus XY's falls within understanding of the limits of what that term implies.
Path List does seem more appropriate -- it is a flat list style of the current path. Calling XY's representation 'breadcrumbs' is most certainly not appropriate as neither its style nor functionality matches said navigation aid's definition.
Breadcrumbs are almost always implemented the same way, with a horizontal line that
* progresses from the highest level to the lowest, one step at a time;
* starts with the root and ends with the current location;
* has a simple caption link for each level (except for the current location, because you should never have a link that does nothing); and
* has a simple, one-character separator between the levels (usually ">").
This consistency means that people know a breadcrumb trail when they see one and immediately know how to use it. Consistency breeds familiarity and predictability, which breed usability
P.S. I right-clicked on AB's drop-down, current tab's icon and left-clicked 'Up' TB button's drop-down and in all 3 situations I was presented with the same flat list trail. Is such duplication really necessary?
