Modify ↓
Ticket #3122 (closed bug: invalid)
[treeview] enhancement patch
| Reported by: | malte | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Here is a patch that adds a few (for me) very important enhancements:
- 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.
- 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 '/'.
- 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
Change History
Changed 5 years ago by malte
-
attachment
alec.patch
added
comment:1 Changed 4 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
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 .
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

this patch includes all 3 enhancements