https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17929 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Sorry, but there are some problems with this solution: The patch removes the class 'indicator', but classes are not only used for styling, but also for targetting elements in Javascript. One negative side effect of removing the class is, that the authority linking plugin does not correctly work anymore (a white window remains, Javascript error indicates problem with filling indicators). I think it would be a safer and nicer solution to keep the class, but change the CSS tied to it. I did some experimentation with the browser tools - maybe another solution to explore could be to change the width. I turned it up to 2 em and was able to enter indicators again. We will also need the same fix for the authority record editor - it shows the same bad symptoms right now. -- You are receiving this mail because: You are watching all bug changes.