?
Referenced as Pull Request for: # 8206
avatar andrepereiradasilva
andrepereiradasilva
29 Oct 2015

Steps to reproduce the issue

1- Use a fresh joomla install
Tip: Go to https://demo.joomla.org/ and launch a "Quick Joomla! Test Drive"
2- On chrome go to one article and mouseover the breadcumb link

Expected result

Mouseover link only in text.

Actual result

Link in text and in a space before/after the link.

System information (as much as possible)

Joomla 3.4.5

Additional comments

The problem is mod_breadcumbs template https://github.com/joomla/joomla-cms/blob/staging/modules/mod_breadcrumbs/tmpl/default.php#L51.

If you use tabs or spaces inside the HTML anchor tag (a) it will (at least chrome) render extra spaces space with link.

Solution

Do not use tabs or spaces inside the anchor tag (a).
If agreed i can make a PR to solve this.

avatar andrepereiradasilva andrepereiradasilva - open - 29 Oct 2015
avatar n9iels
n9iels - comment - 29 Oct 2015

I see a space after the a element of the breadcrumb, so issue confirmed.

If you have a solution, feel free to make a PR so we can test it :smile: . Please note this issue number as well in the PR

avatar andrepereiradasilva andrepereiradasilva - reference | 6907796 - 29 Oct 15
avatar andrepereiradasilva
andrepereiradasilva - comment - 29 Oct 2015

Ok. Done.

avatar andrepereiradasilva andrepereiradasilva - reference | d8eb907 - 29 Oct 15
avatar andrepereiradasilva andrepereiradasilva - reference | 8be5fdd - 29 Oct 15
avatar zero-24 zero-24 - change - 30 Oct 2015
Labels Added: ?
avatar zero-24
zero-24 - comment - 30 Oct 2015

Closing as we have a PR.

avatar zero-24 zero-24 - change - 30 Oct 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-10-30 07:47:40
Closed_By zero-24
avatar zero-24 zero-24 - close - 30 Oct 2015

Add a Comment

Login with GitHub to post a comment