https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36897

            Bug ID: 36897
           Summary: Make it possible to use select[multiple] and
                    select[size] in a sidebar
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Staff interface
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

https://git.koha-community.org/Koha-community/Koha/src/commit/1ea4a11c2a88f7b23b482e071db48ae235beb42b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss#L240
sets the height of aside fieldset select to a calculated "one fat line" which
is fine for <select>, but for <select multiple> and <select size="10"> it turns
what should be a multiline box into one line with a nearly invisible scrollbar.

The fix is simple, a rule (like the one that exists in bootstrap.scss, which
isn't specific enough to overrule the aside fieldset select rule) right after
that for

select[multiple], select[size] {
    height: auto;
}

but I don't quite know how to formulate a test plan for something unused other
than by the advanced cataloging editor, which is working around the problem in
bug 36589.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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