Skip to main content

Bug Tracker

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)
  • alec.patch (0.6 KB) - added by malte July 02, 2008 10:36PM UTC.

    this patch includes all 3 enhancements

Change History (1)

Changed October 12, 2009 11:34PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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 .