Page MenuHomePhabricator

Hotcat disapear in newpages
Closed, InvalidPublic

Description

Author: a.m.h.e.s

Description:
In newpages in ar.wiki, hotcat disapear, and anyone should put a category manuelly then the hotcat will be active.


Version: unspecified
Severity: normal
Whiteboard: aklapper-moreinfo

Details

Reference
bz56942

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:32 AM
bzimport set Reference to bz56942.
bzimport added a subscriber: Unknown Object (MLST).

Hi ASammour,
unfortunately this report is not very useful because it does not describe the problem well. If you have time and can still reproduce the problem, please read https://www.mediawiki.org/wiki/How_to_report_a_bug and add a more useful description to this report. I'd love to have clear steps how to reproduce the problem that you see, basically a list of steps that I can follow (exact URLs etc.) so I get the same result shown.

a.m.h.e.s wrote:

Ok, sorry for that.
In newpages in ar.wikipedia.org, the hotcat gadget doesnt work, and everyone must add any category to the page (manually), then the hotcat will be active, for example if you go to this page: https://ar.wikipedia.org/w/index.php?title=%D8%AA%D8%B0%D8%B1%D8%B1%D8%AA&redirect=no, you will see that hotcat is disapear, try to add [[تصنيف:قرى]] to the end of the page (manually), you will see that hotcat is active again, in past hotcat was active on all pages in wikipedia.

The component "Gadgets" on bugzilla is only to report bugs against the php part, not to report bugs or problems with local gadgets itself. With the last software update many globals and functions gets deprecated and does not return the previous value. Maybe there is the problem.

For javascript gadget it is also possible, that another javascript error is blocking the execution of the gadget. Check the error console of the browser to find these.

HotCat is a gadget which exists on many wikis, have a look at en.wp or look at commons to find another version.

Using Firefox' "Browser Console" on https://ar.wikipedia.org/w/index.php?title=%D8%AA%D8%B0%D8%B1%D8%B1%D8%AA&redirect=no (the best first step to find out about such issues), I get

[18:40:05.850] TypeError: container is null @ https://ar.wikipedia.org/w/index.php?title=MediaWiki:Tabs.js&action=raw&ctype=text/javascript:10

That line is:

var navitem = container.querySelector(".tabs ul li");

So it looks like

var container = document.getElementById("tabContainer");

already fails.

Anyway, this is custom on-wiki stuff that needs to be fixed on-wiki, and out of scope for this Bugzilla.