Last modified: 2013-04-13 07:50:12 UTC
In InlineEditor, if there's a reference (<ref>Some text.</ref>) present in a paragraph, then when previewing that paragraph, the reference list (<references/>) should be greyed out with a "Refresh" button (instead of re-rendering the entire page). The problem is that both the <ref></ref> and <references/> tags can be inside a template, so this has to be identified by the Cite extension. The Cite extension should implement a hook in InlineEditor after parsing, to tell whether or not a reference was present. Then it can also tell which class should be greyed out. This can only be done when this functionality has been implemented in InlineEditor, see bug 27162.
InlineEditor is no longer being developed.