https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11583 --- Comment #23 from David Cook <dcook@prosentient.com.au> --- (In reply to Lisette Scheer from comment #22)
You can't resize the editing area. It will get loonger as you edit, but it would be nice if it would at least keep the expanded size if you changed it in non-html mode.
Oh that's interesting! Right before I uploaded, I enabled the "autoresize" plugin. Without it, you can resize. I'll have to look into that.
In the html editor, I select this line and make it bold: Dear [% borrower.firstname %] [% borrower.surname %], then the Dear and the , show as bold, but not the TT placeholders. When I look at the source code it isn't including them in the bolding:
Yeah, I noticed that as well. Sometimes, it does include them, but usually it doesn't. If you edit in the source code, you can fix up the HTML, and it'll keep the fixed version. But yeah I'm not sure that there's a way around this one. Perhaps a hint/warning about that might be good?
If possible a hint text like "placeholders must be edited in source code mode" so folks know they might need to switch would be helpful.
Great idea!
It would be nice if it could know not to eat the whitespace without having to add <pre></pre> tags.
Alas, I don't think that's possible. I hunted and hunted, and TinyMCE's built in DOM tools get rid of the whitespace. I think part of the reason is that is as soon as you start using the WYSIWYG editor it'll be dynamically editing the DOM tree, so it does make sense for it to eat the whitespace. But it's still annoying :/.
Overall I think this is a step in the right direction for users interested in a wysiwg!
Thanks so much for your feedback! Last night, I was wondering if it might be good to have another checkbox to toggle the WYSIWYG on/off, because maybe you want to have an HTML email, and you have the WYSIWYG syspref turned on, but you don't want to use the editor for that particular notice? -- You are receiving this mail because: You are watching all bug changes.