https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30248 Bug ID: 30248 Summary: Select2 elements randomly have small width Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com I have seen random reports from some Koha users that the select2 elements will sometimes not show in the admin preferences. So far, this has been limited to Chrome, but not consistently. I have seen this on my own computer. Our test server will show the element correctly, but our production server will not. And when ByWater looks at the same element on the same server with the same version of browser, it looks fine. If I look at the same page in Firefox it looks fine. The element is there, but it has a defined width of 2.22222px. I am suspect of the changes made in bug 28611. I am suspecting that some computers load the page too fast, and the width is being set before there is any data in the element, and therefore extremely small. If I change the width in CSS to a fixed width, it shows and works properly. This is a difficult issue to replicate and figure out on my end. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.