nexus061 / struts2-arianna-plugin

Automatically exported from code.google.com/p/struts2-arianna-plugin
0 stars 0 forks source link

Bread crumb trail is inconsistent with respect to top menus and its menu items #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create three top menus A,B,C and C1 as menu item for C.Note:-> is the 
delimiter used for struts menu breadcrumbs
2. Click A, you will get A->
3. Click B, you will get A -> B
4.Click C, you will get A->B->C
5.Click C1, you will get A->B->C->C2

What is the expected output? Click A should result in A->, Click B should 
result in B-> ,Click C should result in C1-> and C1 should result in C->C1->

What do you see instead?
Click A, you will get A->
3. Click B, you will get A -> B
4.Click C, you will get A->B->C
5.Click C1, you will get A->B->C->C2

What version of the product are you using? On what operating system?

0.5. Windows 7
Please provide any additional information below.

Original issue reported on code.google.com by pmothuku...@gmail.com on 2 Dec 2011 at 6:09

GoogleCodeExporter commented 9 years ago
The behaviour described in the "what do you see instead" section is coherent 
with the semantic of the arianna plugin ( except for the typo error C2 that 
should be C1).
The behaviour described in the "expected output" section describes instead  a 
sort of hierarchical crumbs, which does not really belongs to breadcrumbs logic 
(for the struts2-arianna-plugin interpretation at least)
infact this  plugin deals with crumbs not with menus.

A such behaviour could be achieved by implementing other rewind mode and/or 
introducing the concept of "hierarchical bread crumbs", but unluckly this go 
beyond the plugin capability.

For this reason I changed issue from Defect to Enhancement.

Original comment by giovanni...@gmail.com on 4 Jun 2013 at 8:27