View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005466 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2013-10-11 08:05 | 2023-11-17 15:16 |
Reporter | gerldental | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.8 / 5.0.8 | ||||
Target Version | 4.9.0_5.2.0_beta1 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
Summary | 0005466: No modal window (lightbox) in details picture if clicking to the left or right area | ||||
Description | No modal window (lightbox) in details picture if clicking to the left or right area. Just normal link to the picture there. | ||||
Steps To Reproduce | if 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 Information | I solved this with additional jQuery for this tag <a id="zoom1...> in productmain.tpl: [{oxscript add="$('#zoom1').oxModalPopup({target:'#zoomModal'});"}] | ||||
Tags | GUI, Image Conversion | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
has duplicate | 0004977 | closed | SvenBrunk | Unwanted link to master image |
has duplicate | 0005676 | closed | jurate.baseviciene | clickable link to product image |
|
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 |
|
Just already done. |
|
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? |
|
https://github.com/OXID-eSales/oxideshop_ce/pull/71 |
|
Fixed: https://github.com/OXID-eSales/oxideshop_ce/pull/74 |