https://bugzilla.wikimedia.org/show_bug.cgi?id=64741
Thiemo Mättig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED --- Comment #13 from Thiemo Mättig <[email protected]> --- It's not really possible to fix this on our side without introducing a really, really ugly hack that re-constructs the removed section of the DOM. ULS removed a vital part of the DOM (thanks Hoo for finding out!). <div ... id="p-lang" ...> <h3 ...>(otherlanguages)</h3> <div class="body"> <ul> <li class="uls-p-lang-dummy"><a href="#"></a></li> </ul> <div class="after-portlet after-portlet-lang"> <span class="wb-langlinks-edit ..."><a ...>(wikibase-editlinks)</a></span> </div> </div> </div> The "after-portlet" part is a bit newer than the ULS code, see Gerrit I099fb2ff48e02a2e3564a484aea906263e40bb53. Which may be the reason why this broke. Our JavaScript replaces the "edit" link with the "add" widget. Which really is how it should be. Simply adding the link to the remaining "p-lang" as a workaround doesn't work. The CSS would be wrong. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
