https://bugzilla.wikimedia.org/show_bug.cgi?id=39268
billinghurst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major --- Comment #20 from billinghurst <[email protected]> --- Hang on. IT USED TO WORK!!! The toolbar used to work in the three component fields and it was a programming change in more recent MW changes that caused this to stop functioning. It is simply not an enhancement, it is base functioning. In the end the data is all mediawiki core, the overlay is a javascript script to present the three components, each edit sits in the same revision. --the file [[s:en:Page:The Irish in Australia.djvu/99]]-- --<##1st section (header)### <noinclude><pagequality level="3" user="Billinghurst" /><div class="pagetext">{{RunningHeader||A BIRTHPLACE OF FREEDOM.|85}} ... </noinclude>##2nd section (main)## text text text (actual text removed)... ##3rd section (footer)##<noinclude></div></noinclude> <-- <<EOF>>-- This is simply a request to have text inserted at the point where the cursor is located, wherever the cursor is located (within the three false sections). It is not a request to say always place this coding in the header or the footer. We have and can do those and do it with bits like var editbox = document.getElementsByName('wpTextbox1')[0]; var headerbox = document.getElementsByName('wpHeaderTextbox')[0]; var footerbox = document.getElementsByName('wpFooterTextbox')[0]; * Wikisource is a major sister, one feels that we almost have to apologise for taking time away from enWP projects. * Proofread page is our major tool to present works and to have texts available * It is not an insignificant issue. I don't see why it is seemingly dismissed as not important, or not an issue. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
