[Koha-bugs] [Bug 17988] New: Select2 prevents correct tag expand/ minimize functionality

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 25 10:54:02 CET 2017


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

            Bug ID: 17988
           Summary: Select2 prevents correct tag expand/minimize
                    functionality
 Change sponsored?: ---
           Product: Koha
           Version: 16.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Cataloging
          Assignee: gmcharlt at gmail.com
          Reporter: synapse.ova at gmail.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

Overview: 
Select2 (Bug 13501) introduced divs and inputs that broke some assumptions
about the expected HTML structure.
Because of that, expanding fields to show all hidden subfields does not work
properly.

Steps to Reproduce: 
1. Open some book in the editor or create new (cataloguing/addbiblio.pl)
2. Try to minimize or expand fields, that have among subfields the following:
        — Thesaurus driven subfield → subfield with Select2
        — Hidden subfield.

Actual Results: 
 — some fields become hidden, some not, and vice versa
 — in the console, you'll see «Uncaught TypeError: Cannot read property 'match'
of null»

Expected Results: 
 — all subfields should minimize/maximize completely

Additional Information:
This happens because Select2 adds some divs, that do not have ID property.

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


More information about the Koha-bugs mailing list