[Koha-bugs] [Bug 9603] Fix layout of Patron Card Creator Layout screen for display in IE

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 13 06:58:20 CET 2013


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

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
Created attachment 15287
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15287&action=edit
Bug 9603 - Fix layout of Patron Card Creator Layout screen for display in IE

This patch removes empty and extraneous fieldset and li elements. It also adds
ol elements to all of the nested li elements, which were creating layout
problems in IE, especially when they were interwoven with div elements. IE had
problems opening and closing tags, which created some major chaos.

This patch also adds stylistic spacing/nesting to the HTML, so that it is
easier to visually separate elements when debugging. 99.9% of the mods in this
patch are actually just whitespace alterations.

---

Test Plan:

Before applying the patch:

    1) Open Koha using any version of Internet Explorer
    2) Go to the Patron Card Creator in the Tools module
    3) Go to Manage Layouts
    4) Add or Edit a layout
    5) Note that all the elements on the page are presented in haphazard
fashion        with the navbar pushed to the bottom of the page.

Apply the patch.

    6) Refresh the page
    7) Note that the elements are now laid out on the page in the same way that
they would appear in a modern browser like Firefox or Chrome (look at the same
page in one of those browsers to confirm).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list