https://bugzilla.wikimedia.org/show_bug.cgi?id=21120
--- Comment #3 from Lee Worden <[email protected]> 2009-10-14 18:02:00 UTC --- To clarify: that code there is a minimal example to reproduce the bug. The actual extension that has the problem attaches a more meaningful comment to the page text (in its ParserAfterTidy hook) only at the appropriate times. The purpose is to inject information into the parser cache, so it can be used to customize the sidebar depending on what's in the page, without requiring the page to be parsed on every view. Using this HTML comment to pass armored information through the parser apparently does nothing bad to the parser, the parsed wikitext looks fine, but then it somehow causes wfMsgExt() to fail to strip the p tags from the labels attached to the form controls at the bottom of the edit form. The form controls are strewn across multiple lines and look obviously wrong in the browser. This is bizarre behavior, and can't possibly be desirable. What's going on? -- 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
