[ 
https://issues.apache.org/jira/browse/JENA-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14347830#comment-14347830
 ] 

Stian Soiland-Reyes commented on JENA-871:
------------------------------------------

It has a click event registered both to yasr and jquery.

yasr code  from https://github.com/YASGUI/YASR/blob/gh-pages/src/main.js#L238
{code}
function() {
  var e = t.plugins[t.options.output];
  if (e && e.getDownloadInfo) {
    var o = e.getDownloadInfo(),
      i = n(o.getContent(), o.contentType ? o.contentType : "text/plain"),
      a = r("<a></a>");
    a.attr("href", i);
    a.attr("download", o.filename);
    a.get(0).click()
  }
}
{code}

> Fuseki2 UI: Download results button doesn't work
> ------------------------------------------------
>
>                 Key: JENA-871
>                 URL: https://issues.apache.org/jira/browse/JENA-871
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Fuseki 2.0.0
>         Environment: Ubuntu 14.10 x64
> Firefox 35.0
>            Reporter: Stian Soiland-Reyes
>            Priority: Minor
>             Fix For: Fuseki 2.0.0
>
>
> After receiving a SPARQL query result in Fuseki 2 UI, there's a Download 
> button next to "Raw response". The button seems to not do anything.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to