Side navigation
#3122 closed bug (invalid)
Opened July 02, 2008 10:35PM UTC
Closed October 12, 2009 11:34PM UTC
[treeview] enhancement patch
Reported by: | malte | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Here is a patch that adds a few (for me) very important enhancements:
1. If a menu item has 'class="open"' or 'class="closed"' set, treeview will no longer let the persistent state from a cookie override and erroneously close or open something that should not be closed or open.
2. Treeviews cookies would not set a path, and that results in the cookie path defaulting to whatever path the browser currently was on. This screws up the persistence when you need it to go to different paths on your site. I have added the option 'cookiePath' to treeview, so you can force the path to '/' or whatever other path you might want to solve this issue. I have also made the default option '/'.
3. I have added the option 'cookieExpires' for those of us that wants persistence for longer than just the session. I set this option to default to 0. Personally I set it to 365.
Attachments (1)
Change History (1)
Changed October 12, 2009 11:34PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .