View Issue Details

IDProjectCategoryView StatusLast Update
0004726OXID eShop (all versions)3.2. HTML, CSS, JavaScriptpublic2022-02-01 18:01
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.7.0 / 5.0.0 revision 51243 
Summary0004726: rss link inside h1 tag
Descriptionin the shops pageHead h1 tag there is a link to the rss feed, for example:

<h1 class="pageHead">Kites
                                        <a class="rss js-external" id="rssActiveCategory" href="http://demoshop.oxid-esales.com/community-edition/rss/Kategorie/Kites/" title="OXID eShop 4/Kiteboarding/KitesArtikel" target="_blank"><img src="http://demoshop.oxid-esales.com/community-edition/out/azure/img/rss.png" alt="OXID eShop 4/Kiteboarding/KitesArtikel"><span class="FXgradOrange corners glowShadow">OXID eShop 4/Kiteboarding/KitesArtikel</span></a>
                    </h1>

In many tools, that parse the content (like textbrowsers, crawlers, site-analysers, etc), the displayed title of such a page is
"Kites OXID eShop 4/Kiteboarding/KitesArtikel"
Additional InformationReported to dev-general mailing list on Tuesday, November 20, 2012 3:42 PM.
As nobody answered, I put it to the bug tracker.
TagsRSS
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

tomas.lygutas

2013-09-12 16:12

reporter   ~0009081

This feature functions as intended. If different functionality is required please provide a feature request.

svetlana

2014-03-28 09:59

reporter   ~0009694

waiting for the PO decision.

Sven Brunk

2022-01-31 16:04

administrator   ~0013622

Last edited: 2022-01-31 16:05

It's a feature, not a bug. Works as planned.

Sven Brunk

2022-02-01 18:01

administrator   ~0013696

Since there were also some internal discussions a bit more detail:
The display is not connected to the position inside the h1

 <a class="rss js-external" id="rssActiveCategory" href="http://demoshop.oxid-esales.com/community-edition/rss/Kategorie/Kites/" title="OXID eShop 4/Kiteboarding/KitesArtikel" target="_blank"><img src="http://demoshop.oxid-esales.com/community-edition/out/azure/img/rss.png" alt="OXID eShop 4/Kiteboarding/KitesArtikel">
 
would result in the same display in any other location too.