Page MenuHomePhabricator

Suggested tags page just loads without stopping
Closed, ResolvedPublicBUG REPORT

Description

List of steps to reproduce (step by step, including full links if applicable):

What happens?:
Page just loads, but no content appears:

image.png (727×839 px, 46 KB)

What should have happened instead?:
The suggested tags and images should be displayed

Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc.:

  • My username is Josve05a and I've uploaded over 150,000 images, if that can cause issues
  • Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15

Event Timeline

Hmm, what's in the "network" tab of the web browser's developer tools if you go to https://commons.wikimedia.org/wiki/Special:SuggestedTags?safemode=1 ?

Hmm, what's in the "network" tab of the web browser's developer tools if you go to https://commons.wikimedia.org/wiki/Special:SuggestedTags?safemode=1 ?

Are you asking what's in the Console, or are you really asking for what's in the Network tab?
This is what's in the Network tab:

image.png (457×1 px, 108 KB)

(I have a .har file of that log If necessary)

This is what's in the console:

[Error] Failed to set referrer policy: The value 'origin-when-crossorigin' is not one of 'no-referrer', 'no-referrer-when-downgrade', 'same-origin', 'origin', 'strict-origin', 'origin-when-cross-origin', 'strict-origin-when-cross-origin' or 'unsafe-url'. (Special:SuggestedTags, line 18)
[Warning] Skipped ES6-only module ext.MachineVision (load.php, line 8)

Thanks @Josve05a for filing the issue!
I checked the following browsers

Chrome 97
Chrome 90
Chrome 70
FF 96
FF 90
Edge 97
IE 11
Safari 15
Safari 13
Safari 10

Safari 10, Safari 13 and IE 11 have the issue with loading Special:Suggested page. According to https://www.mediawiki.org/wiki/Compatibility#Browser_support_matrix, Safari 9+ versions should be supported.

Also checked Special:MediaSearch on Safari 13 - the drop-down filter options are not displayed - filed as T300094: MediaSearch - Safari older versions support

Update from @egardner: I've proposed making a change to how MediaWiki checks for ES6 support (https://gerrit.wikimedia.org/r/c/mediawiki/core/+/759532 – still in progress, via T300666) with the goal of restoring functionality for Safari 10+ users (safari 9 will not be supported, too out of date). That should fix things for once we have an agreed-upon solution.

Blocked on T300666

Not sure if all work is done on T300666. Moving ticket to Verify in Production (to do some follow ups if needed).

Checked on commons wmf.21 - the issue for Special:SuggestedTags page is present on the following checked browsers (we may disregard the issue on IE11):

IE 11
Safari 10
Safari 9
Etonkovidova claimed this task.

The cross-browser support works as expected - closing as Resolved