Page MenuHomePhabricator

"Mark all pages visited" button needs two clicks
Closed, ResolvedPublic

Description

Author: le.korrigan

Description:
On the watchlist, when the button "Mark all pages visited" is available (for instance on Wikimedia Commons), two clicks are usually required on this button to actually the pages visited, instead of one as expected. More precisely, I need to either :

  • click on the button and reload the page, or
  • click twice on the button,

in order to get rid of the bold, marking pages as "not visited".

The problem occurs with both Firefox 2.0.0.4 and Internet Explorer 7.


Version: 1.11.x
Severity: minor
OS: Windows XP
Platform: PC

Details

Reference
bz10572

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:50 PM
bzimport set Reference to bz10572.
bzimport added a subscriber: Unknown Object (MLST).

Probably due to use of slave server; the change is made on master and the list is pulled from slave during the same request. With the slave connection already open, it's going to give data from before the change.

A simple change that might help would be to run an HTTP redirect to force a clean reload instead of showing back the list in the same request handler. That might still show you old data if the slave is lagged a bit, but it would probably usually work correctly. Would have the added bonus that hitting 'reload' won't prompt about POST data, which everyone hates.