View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002215 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2010-11-16 13:23 | 2010-11-30 13:40 |
Reporter | olav | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Mac | OS | Mac OS X | OS Version | 10.6.5 |
Product Version | 4.4.3 revision 30016 | ||||
Fixed in Version | 4.5.0_beta3 | ||||
Summary | 0002215: Ajax-loader.gif not displayed on Mac in Safari and Chrome | ||||
Description | In Firefox the GIF is displayed. | ||||
Steps To Reproduce | Put a product into shopping cart. Popup appears, center area stays empty until the cart's content appears. | ||||
Additional Information | If 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? | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | Google Chrome, Apple Safari | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Problem appears in http://demoshop.oxid-esales.com/professional-edition/index.php as well. |
|
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"> |
|
Updated a css file to display correctly image. |