You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Bruno P. Kinoshita (JIRA)" <ji...@apache.org> on 2016/10/09 08:34:20 UTC

[jira] [Comment Edited] (JENA-1072) Triple with apostrophe (') highlighted reds

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

Bruno P. Kinoshita edited comment on JENA-1072 at 10/9/16 8:33 AM:
-------------------------------------------------------------------

In my local environment I have the latest version of Jena with the latest version of CodeMirror, but the issue persists. FWIW, here's what I did.

{noformat}
wget https://github.com/codemirror/CodeMirror/archive/5.19.0.zip
unzip 5.19.0.zip
mkdir -p ~/dev/js
mv CodeMirror-5.19.0/ ~/dev/js/codemirror-5.19.0
cd ~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/lib/

echo "Remove not tracked file..."
rm ../../css/foldgutter.css
{noformat}

Then mvn clean install -DskipTests=true, open a new browser (cache...), and issue is not gone.

Will attach some screen shots, but the test HTML that comes with CodeMirror in each mode's directory gives no hint of problems parsing SPARQL.

But if you look at this YASGUI.YASQE page, you can reproduce the issue too: http://yasqe.yasgui.org/

Will continue investigating it later this week.


was (Author: kinow):
In my local environment I have the latest version of Jena with the latest version of CodeMirror, but the issue persists. FWIW, here's what I did.

{noformat}
wget https://github.com/codemirror/CodeMirror/archive/5.19.0.zip
unzip 5.19.0.zip
mkdir -p ~/dev/js
mv CodeMirror-5.19.0/ ~/dev/js/codemirror-5.19.0
cd ~/Development/java/jena/jena/jena-fuseki2/jena-fuseki-core/src/main/webapp/js/lib/

echo "Remove not tracked file..."
rm ../../css/foldgutter.css
{noformat}

Then mvn clean install -DskipTests=true, open a new browser (cache...), and issue is not gone.

Will attach some screen shots, but the test HTML that comes with CodeMirror in each mode's directory gives no hint of problems parsing SPARQL.

But if you look at this YASGI.YASQE page, you can reproduce the issue too: http://yasqe.yasgui.org/

Will continue investigating it later this week.

> Triple with apostrophe (') highlighted reds
> -------------------------------------------
>
>                 Key: JENA-1072
>                 URL: https://issues.apache.org/jira/browse/JENA-1072
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: Fuseki
>    Affects Versions: Fuseki 2.3.0
>            Reporter: Frantisek Hartman
>            Assignee: Bruno P. Kinoshita
>         Attachments: Screenshot_2016-10-09_19-33-52.png, Screenshot_2016-10-09_19-57-15.png, Screenshot_2016-10-09_20-50-46.png
>
>
> Example query:
> {code}
> ASK {
> <http://en.wikipedia.org/wiki/Good_Love_(Meli'sa_Morgan_album)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .
> }
> {code}
> The query returns correct result, but the ui highlights the IRI with apostrophe red.



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