https://bugzilla.wikimedia.org/show_bug.cgi?id=31417
Daniel Friesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mediawiki-bugs@nadir-seen-f | |ire.com Severity|normal |enhancement --- Comment #2 from Daniel Friesen <[email protected]> 2011-10-06 16:50:49 UTC --- >From the perspective of JS just about nothing has changed. bodytext has always been in the middle of the #bodyContent with stuff around it. The only thing that has changed is bodytext is now wrapped in a div. The only kind of js this should break is something that tries to grab #bodyContent and iterate over childNodes instead of searching recursively. The fact that bodytext is now in it's own div would be an enhancement that gives js a narrow chance to actually target the bodytext (with something like '#bodyContent .mw-content-ltr, #modyContent .mw-content-rtl'). The bug seams to be asking for an extra id on this new div. In that case this would be an enhancement. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
