Page MenuHomePhabricator

WDQS results viewed as "image grid" seem to be broken
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Run some query with images as output. I used
SELECT  ?img ?item ?url WHERE {
 ?item wdt:P170 wd:Q381238 .     
 MINUS{ ?item wdt:P31 wd:Q3658341 .}  # no literary characters
 MINUS{ ?item wdt:P31 wd:Q125191 .}   # no photographs
 MINUS{ ?item wdt:P31 wd:Q16905563 .} # no cycles of paintings
 MINUS{ ?item wdt:P31 wd:Q2352616 .}  # no catalogues
 ?item wdt:P18 ?img .   
 optional { ?item p:P1684 ?inscStat . }
 FILTER ( !BOUND(?inscStat) )
}
  • Once results are returned , switch from "table view" to "image view"
  • A message saying "rendering result" shows up but never completes

image.png (707×688 px, 47 KB)

I tried rebooting the browser and different queries.