View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000740 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2009-03-24 13:25 | 2012-12-10 14:38 |
| Reporter | d3 | Assigned To | |||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Product Version | 4.0.1.0 revision 15990 | ||||
| Summary | 0000740: wrong zoom popup size on mac | ||||
| Description | On detail page the zoom popup will opened, but the resizing don't work in Mac browsers (detected with Safari). | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Theme | |||||
| Browser | other | ||||
| PHP Version | 5.2.6 | ||||
| Database Version | 5.0.33 | ||||
|
|
Reminder sent to: d3 In the zoom popup (which occurs when in the Details view clicked on the link "[+]zoom") - there is no possibility to resize this popup. This way it is implemented and this not depends on the browser. Please write a note, if you are talking about some other popup. |
|
|
There is no possibility/feature implemented to resize this zoom popup. So it works as planned. |
|
|
I'm afraid, you don't understand me :) If somebody clicked on the zoom link, there will be some javascript functions executed: oxid.popup.zoom() and oxid.image(...). The img element inside the popup "window" element (<div id="zoom"...>) has an onload-event handler, that calls the oxid.popup.resize() function. The first both functions will properly executed. Only the resize-function won't be started by Macs Safari. That means, the popup element remains in small size and has got scrollbars because the bigger image size. Please see attached image too. (I simulated it on my windows system. :)) |
|
|
What version of safari you used ? it works fine with safari 3 and 4 on windows. |
|
|
Can you reproduce this bug on our demo shop ? http://demoshop.oxid-esales.com/professional-edition/ (it has newest version with some html validation fixes related to zoom popup ) Or give us link to your shop, and we will test it. |
|
|
Cannot reproduce |