Bug 17878

Summary: Tag editors (and floating toolbar in MARC editor) not working with IE11
Product: Koha Reporter: Lucy Vaux-Harvey <lucy.vaux-harvey>
Component: CatalogingAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: fiona.borthwick, m.de.rooy, mirko
Version: 16.05   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Screenshot IE11 Developer Tools

Description Lucy Vaux-Harvey 2017-01-10 16:16:04 UTC
A customer has reported that since upgrading to 16.05 the tag editor for the 008 field does not open when clicked when using Internet Explorer 11.  It works correctly on other browsers such as Chrome.

This was reported at a similar time to bug 17695 - also an IE11 browser issue in cataloguing.
Comment 1 Mirko Tietgen 2017-01-20 10:02:12 UTC
Created attachment 59322 [details]
Screenshot IE11 Developer Tools

From what I found in the depths of IE Developer Tools, it seems like this breaks it for IE11: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400#c25
Comment 2 Mirko Tietgen 2017-01-20 10:14:41 UTC
Indeed, removing

$('#toolbar').fixFloat();

from addbiblio.tt brings back the value builders in IE11.
Comment 3 Mirko Tietgen 2017-03-22 15:51:41 UTC

*** This bug has been marked as a duplicate of bug 18305 ***