Last modified: 2014-01-06 13:24:00 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T44938, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 42938 - Expanding widgets fails for numerical-only categories with "Problem loading data", no request sent
Expanding widgets fails for numerical-only categories with "Problem loading d...
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
CategoryTree (Other open bugs)
master
All All
: High normal with 2 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-11 04:03 UTC by Dennisj
Modified: 2014-01-06 13:24 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dennisj 2012-12-11 04:03:14 UTC
Hi,
Clicking on the "expand" widgets  [+] on Wikipedia for numerical (number) only categories gives: "Problem loading data. Please wait a moment and try again" error messages. 

To reproduce this problem go to this page, for example...
http://en.wikipedia.org/w/index.php?title=Special:CategoryTree&target=100s
...and click on the "expand" widgets  [+] for all the 100, 101, 102...to 109 categories. This gives "Problem loading data. Please wait a moment and try again" error messages.

Then try for the "100s births‎" category on that page, this will work properly, as expected.

It seems that category names made up of 'numbers only' give this error, but if one or more letters are added to the category name, the error does not show.

thanks.
Comment 1 Andre Klapper 2012-12-11 11:36:03 UTC
I can reproduce this on http://en.wikipedia.org/w/index.php?title=Special:CategoryTree&target=100s with Firefox 16.0.2 on Fedora 16.
Comment 2 Andre Klapper 2013-05-16 15:05:00 UTC
Expanding does not even trigger any outgoing request, so I guess that the shown  message is kind of fake already.
Comment 3 Michael M. 2013-07-05 10:00:54 UTC
From JS code:

		// Don't make a request if there is no title.
		if ( typeof ctTitle !== 'string' ) {
			error();
			return;
		}

This should be something like "if ( !ctTitle ) {" istead.
Comment 4 keyler 2014-01-03 14:44:42 UTC
I just checked mw 1.22.0 (a private wiki) and this problem sadly still exists :-(

And actually the problem is also present in 1.23wmf8 as you can see here: https://en.wikipedia.org/w/index.php?title=Special:CategoryTree&target=100s

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links