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

       Web browser: ---
            Bug ID: 58533
           Summary: Replay changes on back button
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Keywords: javascript
          Severity: minor
          Priority: Unprioritized
         Component: WikidataClient
          Assignee: wikidata-b...@lists.wikimedia.org
          Reporter: foma...@googlemail.com
                CC: wikidata-b...@lists.wikimedia.org
    Classification: Unclassified
   Mobile Platform: ---

Steps to reproduce

* Open a Wikidata item with a JavaScript enabled browser.
* Enter a new label and click on save.
-> The new label is shown in the page and in the HTML title.
-> The page has exactly the same content as if you would reload the page.
-> The page is not reloaded because the change is saved by AJAX.
* Click on a random link.
-> A new page is loaded.
* Click on the back button of the browser.
-> The previous page is shown.
-> But it contains the old label in the page and in the HTML title.

Expected result:
-> The page should contain the same content as if you would reload the page.


To implement this the JavaScript must remember the saved changes and replay
them on reopening the page by back button.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to