You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "brushed (JIRA)" <ji...@apache.org> on 2014/02/14 18:38:19 UTC

[jira] [Resolved] (JSPWIKI-478) Remeber cookies of collapsible for all contexts

     [ https://issues.apache.org/jira/browse/JSPWIKI-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

brushed resolved JSPWIKI-478.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.10.1

Solved in v2.10.1-svn-5, for the HADDOCK template

> Remeber cookies of collapsible for all contexts
> -----------------------------------------------
>
>                 Key: JSPWIKI-478
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-478
>             Project: JSPWiki
>          Issue Type: Improvement
>          Components: Default template
>    Affects Versions: 2.8.1
>            Reporter: Ryczard Haase
>             Fix For: 2.10.1
>
>
> I don't know why cookies of collapsibe are restricted to contexts view,edit and comment only. it would by nice to make cookies for all contexts beacuse then you could use collapsible for leftmenu with consitent behavior in all views (also for login, attachment, etc)
> today -> var cookie = Wiki.Context.test(/view|edit|comment/) ? "JSPWikiCollapse"+ name: "";
> better -> var cookie = Wiki.Context.test(/.*/) ? "JSPWikiCollapse"+ name: "";



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)