Bug 19634

Summary: Advanced editor - Rancor - error in display of macro editor in firefox
Product: Koha Reporter: Nick Clemens <nick>
Component: CatalogingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: eveal, m.de.rooy
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 16239    
Bug Blocks:    

Description Nick Clemens 2017-11-16 10:57:58 UTC
To recreate:
0 - Use firefox
1 - Open the advanced editor
2 - Click 'new macro'
3 - name it
4 - the editor window has only one line

This js is a workaround for the moment:
$(document).ready(function(){
$("#macro-editor").closest("div.row").css("height","100%");
});
Comment 1 Owen Leonard 2017-12-04 16:10:38 UTC
The bug appears to stem from Bug 16239, but I haven't been able to figure out exactly what's going on.
Comment 2 Ed Veal 2017-12-11 19:52:46 UTC
Owen, 

Yep it has something to do with the way FireFox is rendering the page, because it is fine on Chrome. 

Ed
Comment 3 Nick Clemens 2020-02-10 12:42:22 UTC
Still encountering this