View Issue Details

IDProjectCategoryView StatusLast Update
0000740OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:38
Reporterd3 Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version4.0.1.0 revision 15990 
Summary0000740: wrong zoom popup size on mac
DescriptionOn detail page the zoom popup will opened, but the resizing don't work in Mac browsers (detected with Safari).
TagsNo tags attached.
Attached Files
popup.jpg (27,185 bytes)   
popup.jpg (27,185 bytes)   
Theme
Browserother
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-03-24 17:12

reporter   ~0000626

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.

dainius.bigelis

2009-03-24 17:13

reporter   ~0000627

There is no possibility/feature implemented to resize this zoom popup.
So it works as planned.

d3

2009-03-24 18:14

reporter   ~0000631

Last edited: 2009-03-24 18:16

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. :))

alfonsas_cirtautas

2009-04-17 17:43

reporter   ~0000780

What version of safari you used ?

it works fine with safari 3 and 4 on windows.

alfonsas_cirtautas

2009-04-17 18:02

reporter   ~0000781

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.

dainius.bigelis

2009-05-05 13:29

reporter   ~0000835

Cannot reproduce