View Issue Details

IDProjectCategoryView StatusLast Update
0002215OXID eShop (all versions)3.1. Design, GUI, UXpublic2010-11-30 13:40
Reporterolav 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformMacOSMac OS XOS Version10.6.5
Product Version4.4.3 revision 30016 
Target VersionFixed in Version4.5.0_beta3 
Summary0002215: Ajax-loader.gif not displayed on Mac in Safari and Chrome
DescriptionIn Firefox the GIF is displayed.
Steps To ReproducePut a product into shopping cart. Popup appears, center area stays empty until the cart's content appears.
Additional InformationIf I click on "To checkout" (German: "Zur Kasse") too fast, the product is not placed into the shopping cart.
Short video showing this interaction: http://screencast.com/t/VlSDuUIyak .

Why is this long delay even necessary?
TagsNo tags attached.
Theme
BrowserGoogle Chrome, Apple Safari
PHP Versionany
Database Versionany

Activities

olav

2010-11-16 13:23

reporter  

olav

2010-11-16 19:38

reporter   ~0003704

Problem appears in http://demoshop.oxid-esales.com/professional-edition/index.php as well.

Oliver Siebert

2010-11-24 15:05

reporter   ~0003732

Last edited: 2010-11-24 15:08

View 5 revisions

Fixed: add this line to the oxid.css: #wait.popup{background: #fff url(bg/ajax-loader.gif) center center no-repeat;z-index:3000;}

replace the popup tocart button with:

<input id="test_popupCart" type="submit" class="bl disabled" value="[{ oxmultilang ident="BASKET_POPUP_FULL_DISPLAYCART" }]" onclick="if (oxid.popup) {oxid.popup.hide();}" disabled="disabled">

rimvydas_paskevicius

2010-11-30 13:40

reporter   ~0003758

Updated a css file to display correctly image.