[Koha-bugs] [Bug 6235] New: "Saved" message in sysprefs never gets hidden on IE8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 21 16:25:13 CEST 2011


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

             Bug #: 6235
           Summary: "Saved" message in sysprefs never gets hidden on IE8
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Browser compatibility
        AssignedTo: oleonard at myacpl.org
        ReportedBy: fcapovilla at live.ca
         QAContact: koha-bugs at lists.koha-community.org


Created attachment 3969
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3969
Corrects a problem where the "Saved" message never disappeared on IE8.

The problem happens after the patch from Bug 5862 is applied to let the user
save system preferences on IE8 :
When new settings are saved, the message "Saved" appears in the middle of the
screen in a black box. This box closes automatically in firefox, but not in
IE8.

It seems a timeout of "Infinity" is used to close the box. On IE8, this means
the box is never closed.

I changed the default timeout value from "Infinity" to 2000 (2 seconds), and
now the box disappears correctly on IE8.

Patch attached.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list