https://bugzilla.wikimedia.org/show_bug.cgi?id=40325
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[email protected]. |mediawiki-bugs@nadir-seen-f |org |ire.com --- Comment #3 from Krinkle <[email protected]> 2012-09-18 13:27:16 UTC --- Indeed. #bodyContent is never the right selection, it never was. * The raw page output is #mw-content-text. This ID is fixed by the MediaWiki output handler and not overwritten by skins. * The full page output is a few levels up, and depends on the skin. In Vector it is #content. Because this is variable, mw.util.$content helps. * #bodyContent is somewhere in between. -- 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
