View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003335 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2011-10-26 16:40 | 2012-12-07 14:28 |
Reporter | Helmut L. | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | Past development | ||||
Summary | 0003335: the zoom resizer doesn't work in IE | ||||
Description | In IE the onload event is executed before the actual width and height are calculated, so the resizer tries to load the image with "new Image()". But first the src is set and afterwards the onload function. Since the image is already loaded the onload event is immediately triggered before the onload function is set. Thus the correct size for the zoom popup is only during the second opening of the image set and never during the first. | ||||
Steps To Reproduce | In IE go to an article and open the zoom popup for an image which hasn't been opened yet. | ||||
Additional Information | In the oxid.js the setting of the src in line 167 needs to be moved to line 172. | ||||
Tags | Products | ||||
Theme | Basic | ||||
Browser | Internet Explorer 9.x, Internet Explorer 8.x, Internet Explorer 7.x | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Reminder sent to: Helmut L. Hi, We cannot reproduce such issue on current versions (nor 4.5.8, neither latest 4.6 development version). As you noted version "Under development" - we are not sure in which eShop version you reproduced this issue. Could you please try to reproduce this issue on latest eShop versions (4.5.8 or latest development 4.6)? |