http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7461

--- Comment #1 from Owen Leonard <[email protected]> 2012-01-24 14:16:07 UTC 
---
Created attachment 7314
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7314
Proposed fix

    The "hide window" button in the cart called a quit() function
    which deletes any checked items. My understanding of the "hide
    window" button is that it should *only* hide the window, not
    perform any other operations. I'm removing the calls to the
    quit() function in both the OPAC and staff client and adding
    a CSS class, "close," which is already tied via jQuery to
    the window.close() function.

    To test in both OPAC and staff client: Add items to the cart.
    Try clicking the "hide window" button with items selected and
    without. In both cases the window should close without affecting
    the contents of the cart.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to