https://bugzilla.wikimedia.org/show_bug.cgi?id=51980
George Orwell III <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #3 from George Orwell III <[email protected]> --- (In reply to Tpt from comment #2) > For the floating page-number links it's an issue in the PageNumbers.js > script of en.wikisource. I'm pretty sure we've circumvented the floating page-number issue in the period since this bug was first identified by modifying the local en.WS PageNumbers.js file just like you recommended but it came at the expense of removing the feature from working in the Project ns sandbox. In short - they "work" in the Translation namespace but it's probably not the most elegant fix possible. > For the source tab, it's because Proofread Page try to add it only in ns0. A > solution is maybe to make Proofread Page add it to all content namespaces, > excepts Page: and Index: ones. But there may be some unwanted side effects. Maybe the "refactoring" changed this state of affairs in the interim? It seems that that the ns-0 generation of the 'source' tab comes from 'ext.proofreadpage.article.js' in the line... $( '#ca-nstab-main' ).after( '<li id="ca-proofread-source"><span>' + mw.config.get( 'proofreadpage_source_href' ) + '</span></li>' ); ... the '#ca-nstab-main' being the key. Wouldn't ... $( '#ca-nstab-translation' ).after( '<li id="ca-proofread-source"><span>' + mw.config.get( 'proofreadpage_source_href' ) + '</span></li>' ); ... achieve the same tab generation but limited to just the translation namespace? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
