View Issue Details

IDProjectCategoryView StatusLast Update
0004541OXID eShop (all versions)3.2. HTML, CSS, JavaScriptpublic2018-12-05 10:48
Reporterleofonic Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionno change required 
Product Version4.7.0_5.0.0_beta2 
Summary0004541: Overview link is positioned absolute to page
Description"#overviewLink a" is positioned absolute to #page, so if #content or #details are moved by changing css, #overviewLink has to be repositioned. It would be better to declare #details position: relative, so #overviewLink would be absolute to #details.
Steps To ReproduceChange css height of #header. #overviewLink is misplaced.
TagsNo tags attached.
ThemeNot defined
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Relationships

related to 0002795 resolvedArunas "back to overwiew"-link is wrong while using fast sorting 

Activities

alfonsas_cirtautas

2012-10-09 11:34

reporter   ~0007579

Having absolutely or relatively positioned #ovierviewLink are both bad design decisions, it's palace is in the right corner of breadcrumb.tpl, even language constant name indicates it [{ oxmultilang ident="WIDGET_BREADCRUMB_OVERVIEW"}].

To solve this issue the right way we should add this link to smarty capture tag in details.tpl, and insert in in breadcrumb.tpl, on page construction, and adjust css to it.

leofonic

2012-10-09 14:11

reporter   ~0007580

Last edited: 2012-10-09 14:21

Why not just move the code to breadcrumb.tpl then?

...OK i see you would have to check for classname then. But maybe it would be clearer than a capture.

QA

2018-12-05 10:48

administrator   ~0012721

Azure only. Not reproducible in Flow.

-MK