[Koha-bugs] [Bug 4387] New: Cart popup shadow fails to hide itself consistently

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Tue Apr 13 19:03:53 CEST 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4387

           Summary: Cart popup shadow fails to hide itself consistently
           Product: Koha
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: OPAC
        AssignedTo: oleonard at myacpl.org
        ReportedBy: oleonard at myacpl.org
   Estimated Hours: 0.0
 Change sponsored?: ---


The OPAC Cart tooltip ("Your cart is empty," "1 item(s) added to your Cart")
currently uses a jQuery plugin to generate a drop shadow. This works
cross-browser, but has a high failure rate with regard to hiding the shadow
consistently, resulting in an orphan shadow after the tooltip has been hidden.
I propose to instead use the new CSS3 property "box-shadow" (-mox-box-shadow
and -webkit-box-shadow for FireFox and Safari/Chrome). Currently Internet
Explorer and Opera do not support this property. I think this is an acceptable
tradeoff for more stable functionality.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list