https://bugzilla.wikimedia.org/show_bug.cgi?id=25184

           Summary: Toolbar API: Unnecessary cookies are stored when
                    inserting a booklet
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: UsabilityInitiative
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected]


Steps to reproduce:
1. Delete all wikiEditor-* cookies.
2. Run the test script (./js/tests/wikiEditor.toolbar.js).
3. Look at the created cookies:

Two cookies are created, wikiEditor-0-booklet-colors-page and
wikiEditor-0-booklet-removeme-page, both with value "colors" (which is the
first page in the booklet containing the pages "colors" and "removeme").

Expected behavior:

Only one cookie for the opened section (wikiEditor-0-toolbar-section), and one
for each booklet (wikiEditor-0-booklet-info-page, in this case) should be
created, when the user opens something (this works as expected), but not one
cookie for each page.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to