Fix Ordered / Unordered Lists in TinyMCE
$515TinyMCE is an open source, JavaScript "What You See Is What You Get" HTML editor. It provides many useful features for creating and modifying an (X)HTML document within an internet browser, without requiring any knowledge of (X)HTML syntax. It is available for free download from:
Currently, the functionality for creating and modifying ordered, unordered and nested lists within TinyMCE does not work in a predictable manner. The goal of this challenge is to provide a JavaScript software fix which will provide predictable behavior when creating or modifying lists with TinyMCE.