You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Juan Pablo Santos Rodríguez (JIRA)" <ji...@apache.org> on 2014/06/01 19:54:04 UTC

[jira] [Closed] (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 ]

Juan Pablo Santos Rodríguez closed JSPWIKI-478.
-----------------------------------------------


closing resolved issues for 2.10.1

> 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.2#6252)