Page MenuHomePhabricator

Avoid page reloading when the filters have ended to be loaded
Closed, ResolvedPublic

Description

Based on this feedback:

Sometimes, I'll load the Recent Changes page, and start looking, but by the time I've found an edit, the filters will load, which causes the changes to reload, which means I have to scroll down or go to the second page. This is fairly annoying.

Could it be possible to loas the results when the filters have finished to load?

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Translation: the min-height we use on .rcfilters-container is not enough any more, now that the saved filters feature has been added. We have min-height: 100px, but the height of that element when the interface finishes loading is now 162px. This means the results list is pushed down by 62px when the interface finishes loading. We should increase the min-height to be sufficient, so that this doesn't happen.

Change 366162 had a related patch set uploaded (by Mooeypoo; owner: Mooeypoo):
[mediawiki/core@master] RCFilters: Increase the initial height of the loading box

https://gerrit.wikimedia.org/r/366162

Change 366162 merged by jenkins-bot:
[mediawiki/core@master] RCFilters: Increase the initial height of the loading box

https://gerrit.wikimedia.org/r/366162

Checked in betalabs - the "push-down" action seems to be less than in frwiki. However, @Trizek-WMF - can you please take a look at RC page in betalabs and provide some feedback?

@Trizek-WMF - can you please take a look at RC page in betalabs and provide some feedback?

Done, and I've seen nothing special to report. However, I don't know how to emulate a low loading time.