View Issue Details

IDProjectCategoryView StatusLast Update
0003849OXID eShop (all versions)2.3. Extensions (modules, themes)public2012-12-10 13:33
Reporterray 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.6.0_beta3 
Target VersionFixed in Version4.6.0_RC2 
Summary0003849: bug 3275 persists - not more than 8 items shown in flyout basket (AZURE)
Descriptionhttps://bugs.oxid-esales.com/view.php?id=3275 is not solved. It shows now the scrollbar, but does not show more than 8 items anyway.
Additional Informationnot tested with other browsers than Opera 11
TagsNo tags attached.
ThemeAzure
BrowserOpera
PHP Versionany
Database Versionany

Activities

ray

2012-04-12 11:52

reporter  

basket_12_items.gif (19,475 bytes)
basket_12_items.gif (19,475 bytes)

alfonsas_cirtautas

2012-04-18 10:39

reporter   ~0006316

fixed scrolling in basket fly-out, my changing in (out/azure/src/css/oxid.css):

from

.basketItems {
    width: 250px;
    height:230px;
    overflow:hidden;
}

to

.basketItems {
    width: 250px;
    min-height:230px;
    overflow:hidden;
}