Page MenuHomePhabricator

WDQS' "Edit this query" link does not contain the query and clicking does not leads to link
Closed, ResolvedPublic

Description

WDQS' "Edit this query" link does not contain the query and clicking does not leads to link.

For instance, https://tools.wmflabs.org/scholia/award/Q185667 with embedding of BubbleChart and map does show the pencil and the "Edit this query" but nothing happens when the mouse is clicked.

The embedded link by itself does neither work:

https://query.wikidata.org/embed.html#%23defaultView%3AMap%0ASELECT DISTINCT %3Frecipient %3FrecipientLabel %3Fimage %3Fitem %3FitemLabel %3Fgeo %3Flayer%0AWITH {%0A SELECT DISTINCT %3Frecipient %3Fimage %3Fitem %3Fgeo (%3Fproperty_item_label AS %3Flayer) WHERE {%0A %3Frecipient wdt%3AP166 wd%3AQ185667 .%0A %3Frecipient %3Fproperty %3Fitem . %0A %3Fitem wdt%3AP625 %3Fgeo .%0A %3Fproperty_item wikibase%3AdirectClaim %3Fproperty .%0A %3Fproperty_item rdfs%3Alabel %3Fproperty_item_label . FILTER (LANG(%3Fproperty_item_label) %3D 'en')%0A OPTIONAL { %3Fitem wdt%3AP18 %3Fimage . }%0A }%0A} AS %25result%0AWHERE {%0A INCLUDE %25result%0A SERVICE wikibase%3Alabel { bd%3AserviceParam wikibase%3Alanguage "en%2Cda%2Cde%2Ces%2Cfr%2Cjp%2Cnl%2Cno%2Cru%2Csv%2Czh" . } %0A}

I believe this has worked before. Has there be some form of change? I see the bug on Ubuntu Firefox and Chromium.

Event Timeline

As I mentioned on twitter, it is already fixed on master and should be live with the next deploy.
https://gerrit.wikimedia.org/r/#/c/376098/ (merged 6 September)

Fnielsen claimed this task.

Sorry forgot about https://twitter.com/Jokrates/status/905168873011458048 I thougt I had reported it on Phabricator, - and I could not find it.

Change 400136 had a related patch set uploaded (by Albert221; owner: Albert221):
[mediawiki/extensions/BlueSpiceChecklist@master] Add minus-x to composer test and fix

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

Change 400138 had a related patch set uploaded (by Albert221; owner: Albert221):
[mediawiki/extensions/BlueSpiceConfigManager@master] Add minus-x to composer test and fix

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