View Issue Details

IDProjectCategoryView StatusLast Update
0005796OXID eShop (all versions)2. ----- eShop backend (admin) -----public2018-03-02 15:28
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.8.6 / 5.1.6 
Summary0005796: [dyn pages] eCommerce services -> Trusted Shops -> Jetzt aktivieren doesn't lead to the tab "interface"
DescriptionThe dyn pages (eCommerce services) -> Trusted Shops -> "Jetzt aktivieren" doesn't lead to the tab "interface" as it should. Actually this button shall lead to the second tab in this menu, interface but it opens a separate page instead.
Steps To ReproduceGo to the demo shop admin (http://demoshop.oxid-esales.com/community-edition/admin/). Navigate to eCommerce services -> Seal of quality -> Trusted Shops and click on the button "Jetzt aktivieren".
Additional Informationdyn pages are loaded from a different domain, admin.oxid-esales.com. In the file for this page, I found

$button_mod = 'onclick="parent.frames[0].changeEditBar(\'dyn_trusted\',1); return false;"';

JS class changeEditBar can be found in http://demoshop.oxid-esales.com/community-edition/out/admin/src/oxid.js which is loaded on this page but for some reason (apparently a security feature) it doesn't work properly:

Error message at the console:
Uncaught SecurityError: Blocked a frame with origin "http://admin.oxid-esales.com" from accessing a frame with origin "http://demoshop.oxid-esales.com". Protocols, domains, and ports must match.
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined