Uploaded image for project: 'JSPWiki'
  1. JSPWiki
  2. JSPWIKI-478

Remeber cookies of collapsible for all contexts

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.8.1
    • 2.10.1
    • Templates and UI
    • None

    Description

      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: "";

      Attachments

        Activity

          People

            Unassigned Unassigned
            mbb Ryczard Haase
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: