Breadcrumbs on page views don't include the page title, this is inconsistent with the breadcrumbs created by core for nodes.
Page views with a menu item behave correctly.

Views page without a menu item will have just the home breadcrumb: Home >
This should be: Home > View title

Views page with arguments: Each argument is turned in to a breadcrumb element, excluding the last argument
i.e. On a page with 2 arguments provided we would get: Home > View Title > Arg1
This should be Home > View title > Arg1 > Arg2

Comments

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

Can you try to describe this problem so it can be easy reproduced by other people?

Therefore it's really helpful to read http://drupal.org/node/571990
Please do it so. Especially the word "reusable" is kind of important.

Once it's this kind of, people can try to start to tackle on this issue.

AniaMi’s picture

The same issue.
For example: on term page do not include title in breadcrumb.
Instead of "home>term name" it displays only "home"

webroru’s picture

subscribing

dawehner’s picture

Status: Postponed (maintainer needs more info) » Fixed

Well by default a breadcrumb show the path to the current page, not the current page.

There are though many ways to change this behavior. For example some theme_breadcrumb implementations have this behavior.
Also there is the perfect custom_breadcrumbs (2.x) module which allows you to configure in every possible way.

I really don't think that's an actual bug of views. There is another patch in the queue which adds some pluggable breadcrumbs to views.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.