You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2016/04/13 21:53:25 UTC

[jira] [Updated] (OFBIZ-6961) popup fades in and out non-stop when hovers on a product image in list view

     [ https://issues.apache.org/jira/browse/OFBIZ-6961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-6961:
-----------------------------------
    Fix Version/s:     (was: Upcoming Branch)

> popup fades in and out non-stop when hovers on a product image in list view
> ---------------------------------------------------------------------------
>
>                 Key: OFBIZ-6961
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6961
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: Trunk
>            Reporter: james yong
>            Assignee: Jacques Le Roux
>            Priority: Minor
>              Labels: popup, tooltip
>             Fix For: 14.12.01, 12.04.06, 13.07.03, 15.12.01
>
>         Attachments: OFBIZ-6961.patch
>
>
> Problem
> ========
> Go to https://localhost:8443/ecommerce/gift-cards-GC-100-c
> When the mouse hovers on a product image in a list view, the popup fades in and out non-stop.
>  
> Cause
> =====
> The list view has a narrower height than the grid (matrix) view. This causes the popup to overlay on the target and results in the cycling.
> Quick Fix
> ==============
> To illustrate the problem, we change the display to grid view, instead of list view, by append the following to the CatalogDetail.groovy file
> {quote}
> context.put("numCol", 3);
> context.viewSize = 12;
> {quote}
> Better Solution
> ===============
> Use tooltip from jQuery UI. Works correctly when the products are displayed in list view / grid view. A patch will be provided.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)