Details
Related Objects
- Mentioned In
- rWDQG38def4fc1716: Adjust z-index to not overlay dropdown
rWDQGdc26f9836da1: Adjust z-index to not overlay dropdown
T222182: Short URL doesn’t work on embed.html
T222129: WDQS link back to WDQS from a rendered result doesn't show the SPARQL used to create the report
T222133: "Edit SPARQL" link is broken in embed.html
rWDQGda512410d6f3: Don’t use _ as unused variable name - Mentioned Here
- rWDQG38def4fc1716: Adjust z-index to not overlay dropdown
T222133: "Edit SPARQL" link is broken in embed.html
T222182: Short URL doesn’t work on embed.html
rWDQGda512410d6f3: Don’t use _ as unused variable name
T222129: WDQS link back to WDQS from a rendered result doesn't show the SPARQL used to create the report
Event Timeline
Possibly the same underlying issue as T222129: WDQS link back to WDQS from a rendered result doesn't show the SPARQL used to create the report.
Change 507380 had a related patch set uploaded (by Lucas Werkmeister (WMDE); owner: Lucas Werkmeister (WMDE)):
[wikidata/query/gui@master] Don’t use _ as unused variable name
Change 507380 merged by jenkins-bot:
[wikidata/query/gui@master] Don’t use _ as unused variable name
Change 507382 had a related patch set uploaded (by WDQSGuiBuilder; owner: WDQSGuiBuilder):
[wikidata/query/gui-deploy@production] Merging from da512410d6f368cd8ba50c0482d9d818858a508c:
Change 507382 abandoned by Smalyshev:
Merging from da512410d6f368cd8ba50c0482d9d818858a508c:
Reason:
superceded
Mentioned in SAL (#wikimedia-operations) [2019-04-30T19:35:36Z] <smalyshev@deploy1001> Started deploy [wdqs/wdqs@4360316]: Redeploy GUI for fixes T222133, T222129, T222181, T222182
Mentioned in SAL (#wikimedia-operations) [2019-04-30T19:44:53Z] <smalyshev@deploy1001> Finished deploy [wdqs/wdqs@4360316]: Redeploy GUI for fixes T222133, T222129, T222181, T222182 (duration: 09m 17s)
That query can’t be visually edited (same result on the non-embed page as well) because it uses named subqueries (WITH syntax), which SPARQL.js can’t parse (because they’re a nonstandard Blazegraph extension). Try it with a simpler query instead.
[[ https://query.wikidata.org/embed.html#%23Goats%0ASELECT%20%3Fitem%20%3FitemLabel%20%0AWHERE%20%0A{%0A%20%20%3Fitem%20wdt%3AP31%20wd%3AQ2934.%0A%20%20SERVICE%20wikibase%3Alabel%20{%20bd%3AserviceParam%20wikibase%3Alanguage%20%22[AUTO_LANGUAGE]%2Cen%22.%20}%0A} | Tried with goats ]], the pop-up is back.
However, when I click on the value to change it, the menu opens under the pop-up and the menu, making it not usable :( (tested on Firefox)
Change 509889 had a related patch set uploaded (by Michael Große; owner: Michael Große):
[wikidata/query/gui@master] Adjust z-index to not overlay dropdown
Change 509889 merged by jenkins-bot:
[wikidata/query/gui@master] Adjust z-index to not overlay dropdown
Change 509902 had a related patch set uploaded (by WDQSGuiBuilder; owner: WDQSGuiBuilder):
[wikidata/query/gui-deploy@production] Merging from 38def4fc17168e6b0a6739239f8b53c420b2d2f8:
Change 509902 merged by Smalyshev:
[wikidata/query/gui-deploy@production] Merging from 38def4fc17168e6b0a6739239f8b53c420b2d2f8: