Last modified: 2011-02-08 22:01:39 UTC
The user's preferences for collapsiblenav and editwarning are ignored in the vector extension for 1.17. Steps to reproduce: 1. Disable both settings in your preferences (or enable it, if they they are globally disabled). 2. Open any page in editing mode. 3. Type something and click any link to leave the page. Expected result: You should be able to leave the page without being asked if you want to do so, and you should see the left navigation uncollapsed. Actual result: Both settings are ignored. It seems as if in Vector.hooks.php in $features the preferences should be duplicated to requirements and vice versa as it is done in the WikiEditor extension.
Yes, you are correct, good catch. This is resolved in r81640.