View Issue Details

IDProjectCategoryView StatusLast Update
0005466OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2023-11-17 15:16
Reportergerldental 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.8 / 5.0.8 
Target Version4.9.0_5.2.0_beta1Fixed in Version4.9.0_5.2.0_beta1 
Summary0005466: No modal window (lightbox) in details picture if clicking to the left or right area
DescriptionNo modal window (lightbox) in details picture if clicking to the left or right area. Just normal link to the picture there.
Steps To Reproduceif you mouseover to the left or to the right of the active picture in details, you see mouse cursor in "pointer" mode (normal link).
The reason is, <a id="zoom1...> </a> is slightly bigger (wider) as the next block <div class="mousetrap"...></div> thats must be over this picture link and thats becouse it can be clicked.
Additional InformationI solved this with additional jQuery for this tag <a id="zoom1...>

in productmain.tpl:

[{oxscript add="$('#zoom1').oxModalPopup({target:'#zoomModal'});"}]
TagsGUI, Image Conversion
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

has duplicate 0004977 closedSven Brunk Unwanted link to master image 
has duplicate 0005676 closedjurate.baseviciene clickable link to product image 

Activities

gerldental

2013-10-11 08:05

reporter  

picturelinkissue.JPG (72,851 bytes)
picturelinkissue.JPG (72,851 bytes)

cesnauskast

2013-10-11 13:45

reporter   ~0009150

Reminder sent to: gerldental

Hi,

Thank you very much for your bug report. As we saw, you already submitted a complete solution for this issue. If you feel fancy, you'd also have the possibility to contribute your changes directly to our GitHub repository on https://github.com/OXID-eSales/oxideshop_ce/. [^] [^] Please leave a note there with the bug number you fixed so we can close this issue in the bug tracker.


Best regards

gerldental

2013-10-21 08:23

reporter   ~0009177

Just already done.

svetlana

2013-10-21 10:00

reporter   ~0009178

Reminder sent to: gerldental

Thank you so much. Could you please send a link to github, to this pull request, as we can't find it?

gerldental

2013-10-24 11:30

reporter   ~0009195

https://github.com/OXID-eSales/oxideshop_ce/pull/71

arturas.sevcenko

2013-11-04 10:45

reporter   ~0009212

Fixed: https://github.com/OXID-eSales/oxideshop_ce/pull/74