http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4267 Summary: Use CSS3 box-shadow property for Cart tooltip Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: OPAC AssignedTo: oleonard@myacpl.org ReportedBy: oleonard@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" (-moz-box-shadow and -webkit-box-shadow for Firefox and Safari/Chrome). The latest versions of Internet Explorer and Opera do not support this property. I think this is an acceptable trade-off 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.