View Issue Details

IDProjectCategoryView StatusLast Update
0003640OXID eShop (all versions)3.1. Design, GUI, UXpublic2012-06-19 16:22
Reportermarco_steinhaeuser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.7 revision 41909 
Target VersionFixed in Version4.7.0_5.0.0_beta1 
Summary0003640: when "not buyable if not on stock" is set the formatting of the drop down screws up
DescriptionThe "not buyable if not on stock" suggestion revealed what I think is a bug in the Azure template styling. Apparently the product drop-down menu (for compare, recommend, etc.) depends upon the style of the enclosing FORM tag. But when "not buyable if not on stock" is set, there is no longer a form so the formatting of the drop down screws up. A simple CSS change will fix this by adding the following entries (basically just copying the styles from the FORM tag to the .actionLinks class):

.actionLinks {margin: 0;}
.actionLinks li {list-style: none outside none; position: relative;}

I think this would apply to anybody who uses the "not buyable if not on stock" option on a product as it did the same thing for me on the demo for the latest version (4.5.7).
Additional Informationhttp://www.oxid-esales.com/forum/showthread.php?t=13462#post82969
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Activities

svetlana

2012-05-31 16:37

reporter  

2012-05-31_1737.png (40,950 bytes)
2012-05-31_1737.png (40,950 bytes)

arturas.sevcenko

2012-06-19 16:22

reporter   ~0006929

Fixed & tested in diff browsers.