Bug 19634 - Advanced editor - Rancor - error in display of macro editor in firefox
Summary: Advanced editor - Rancor - error in display of macro editor in firefox
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 16239
Blocks:
  Show dependency treegraph
 
Reported: 2017-11-16 10:57 UTC by Nick Clemens (kidclamp)
Modified: 2020-02-10 12:42 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 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 (kidclamp) 2020-02-10 12:42:22 UTC
Still encountering this