Last modified: 2014-02-12 23:38:07 UTC
Reporting against revision 52757 (/trunk/extensions/Drafts) Steps to reproduce :: 1) Start creating a new article 2) Save few drafts of the article 3) Save the article after creating few drafts 4) Click on Edit tab <<The Drafts are not listed>> Observations:: The drafts are available in Special:Draft (http://localhost/mediawiki-1.15.0/index.php/Special:Drafts) Expected Outcome:: The drafts shall be listed in the Edit page. Reference :: http://www.mediawiki.org/wiki/Extension:Drafts Accessing Drafts: If a draft has been saved the user can access them by * Returning to the edit screen for article they saved the draft of, where a list of existing drafts for that user and article will appear at the top of the edit page. Test Environment :: OS : Vista , DB : MySQL 5.1.33 , PHP : 5.2.9-2, MediaWiki : 1.15.0 Browser : Firefox 3.0.11
I have experienced the same thing using the test wiki: http://kubo.wmflabs.org/
Note that we also get a JS error on the console on new page creation: Cannot read property 'addEventListener' of undefined Drafts.js line 161: addHandler( form.wpMinoredit, 'change', self.change ); So this is definitely a high priority issue that remains in the latest version.