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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-6961.
----------------------------------
       Resolution: Fixed
         Assignee: Jacques Le Roux
    Fix Version/s:     (was: Trunk)
                   Upcoming Branch

Thanks James,

Your patch is committed in
    trunk r1736851
    R15.12 r1736855
    R14.12 r1736856
    R13.07 r1736857
    R12.04 r1736858
I checked, there should not be other cases like this.

About the jquery/ui/css/smoothness/images. There were 13 occurrences, all in ecommain.css. This from the start when I merged the jQuery branch in trunk in 2010. The solution I found was to replace the jquery/ui/css/smoothness/images path by jquery/plugins/elrte-1.3/css/smoothness/images. Fortunately we have them all there.
Fixed in
    trunk r1736854
    R15.12 r1736859
    R14.12 r1736860
    R13.07 r1736861
    R12.04 r1736862
Thanks for the report!

> 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: Upcoming Branch
>
>         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)