[jira] Updated: (SOLR-1294) SolrJS/Javascript client fails in IE8!

2009-10-04 Thread Colin Hynes (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Colin Hynes updated SOLR-1294:
--

Attachment: jscalendar.tar
SOLR-1294-full.patch

I got this working in IE8 by applying some of the patches above (and also 
fixing similar issues in other files I found), as well as grabbing the calendar 
js from the demo page listed on the wiki (http://solrjs.solrstuff.org/). I've 
attached a full patch and the directory structure/js files necessary.

> SolrJS/Javascript client fails in IE8!
> --
>
> Key: SOLR-1294
> URL: https://issues.apache.org/jira/browse/SOLR-1294
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 1.4
>Reporter: Eric Pugh
>Assignee: Ryan McKinley
> Fix For: 1.4
>
> Attachments: jscalendar.tar, SOLR-1294-full.patch, 
> SOLR-1294-IE8.patch, SOLR-1294.patch, solrjs-ie8-html-syntax-error.patch
>
>
> SolrJS seems to fail with "'jQuery.solrjs' is null or not an object" errors 
> under IE8.  I am continuing to test if this occurs in IE 6 and 7 as well.  
> This happens on both the Sample online site at 
> http://solrjs.solrstuff.org/test/reuters/ as well as the 
> /trunk/contrib/javascript library.   Seems to be a show stopper from the 
> standpoint of really using this library!
> I have posted a screenshot of the error at 
> http://img.skitch.com/20090717-jejm71u6ghf2dpn3mwrkarigwm.png
> The error is just a whole bunch of repeated messages in the vein of:
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/QueryItem.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 37
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/Manager.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractSelectionView.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 27
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractWidget.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-1294) SolrJS/Javascript client fails in IE8!

2009-09-09 Thread Hoss Man (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man updated SOLR-1294:
---

Fix Version/s: 1.4

issue is marked "affects 1.4" and has a patch which (per comments) improves the 
behavior.  marking "fix for 1.4" so it's not overlooked prior to 1.4 code 
freeze.

> SolrJS/Javascript client fails in IE8!
> --
>
> Key: SOLR-1294
> URL: https://issues.apache.org/jira/browse/SOLR-1294
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 1.4
>Reporter: Eric Pugh
> Fix For: 1.4
>
> Attachments: SOLR-1294-IE8.patch, SOLR-1294.patch, 
> solrjs-ie8-html-syntax-error.patch
>
>
> SolrJS seems to fail with "'jQuery.solrjs' is null or not an object" errors 
> under IE8.  I am continuing to test if this occurs in IE 6 and 7 as well.  
> This happens on both the Sample online site at 
> http://solrjs.solrstuff.org/test/reuters/ as well as the 
> /trunk/contrib/javascript library.   Seems to be a show stopper from the 
> standpoint of really using this library!
> I have posted a screenshot of the error at 
> http://img.skitch.com/20090717-jejm71u6ghf2dpn3mwrkarigwm.png
> The error is just a whole bunch of repeated messages in the vein of:
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/QueryItem.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 37
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/Manager.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractSelectionView.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 27
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractWidget.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-1294) SolrJS/Javascript client fails in IE8!

2009-08-14 Thread Frederic d (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frederic d updated SOLR-1294:
-

Attachment: SOLR-1294-IE8.patch

patch enabling IE8

> SolrJS/Javascript client fails in IE8!
> --
>
> Key: SOLR-1294
> URL: https://issues.apache.org/jira/browse/SOLR-1294
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 1.4
>Reporter: Eric Pugh
> Attachments: SOLR-1294-IE8.patch, SOLR-1294.patch, 
> solrjs-ie8-html-syntax-error.patch
>
>
> SolrJS seems to fail with "'jQuery.solrjs' is null or not an object" errors 
> under IE8.  I am continuing to test if this occurs in IE 6 and 7 as well.  
> This happens on both the Sample online site at 
> http://solrjs.solrstuff.org/test/reuters/ as well as the 
> /trunk/contrib/javascript library.   Seems to be a show stopper from the 
> standpoint of really using this library!
> I have posted a screenshot of the error at 
> http://img.skitch.com/20090717-jejm71u6ghf2dpn3mwrkarigwm.png
> The error is just a whole bunch of repeated messages in the vein of:
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/QueryItem.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 37
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/Manager.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractSelectionView.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 27
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractWidget.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-1294) SolrJS/Javascript client fails in IE8!

2009-07-22 Thread Jun Ohtani (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jun Ohtani updated SOLR-1294:
-

Attachment: SOLR-1294.patch

The result came to be displayed for the time being. 
However, the error still remains. 

1. Not found /trunk/client/javascript/lib/jscalendar directory.

2. "Unexpected call to method or property access" in jquery

> SolrJS/Javascript client fails in IE8!
> --
>
> Key: SOLR-1294
> URL: https://issues.apache.org/jira/browse/SOLR-1294
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 1.4
>Reporter: Eric Pugh
> Attachments: SOLR-1294.patch, solrjs-ie8-html-syntax-error.patch
>
>
> SolrJS seems to fail with "'jQuery.solrjs' is null or not an object" errors 
> under IE8.  I am continuing to test if this occurs in IE 6 and 7 as well.  
> This happens on both the Sample online site at 
> http://solrjs.solrstuff.org/test/reuters/ as well as the 
> /trunk/contrib/javascript library.   Seems to be a show stopper from the 
> standpoint of really using this library!
> I have posted a screenshot of the error at 
> http://img.skitch.com/20090717-jejm71u6ghf2dpn3mwrkarigwm.png
> The error is just a whole bunch of repeated messages in the vein of:
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/QueryItem.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 37
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/Manager.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractSelectionView.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 27
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractWidget.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-1294) SolrJS/Javascript client fails in IE8!

2009-07-22 Thread Jun Ohtani (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jun Ohtani updated SOLR-1294:
-

Attachment: solrjs-ie8-html-syntax-error.patch

There are some bugs.

1. HTML Syntax error.

2. Not found /trunk/client/javascript/lib/jscalendar directory.

etc...

This patch for HTML syntax error.



> SolrJS/Javascript client fails in IE8!
> --
>
> Key: SOLR-1294
> URL: https://issues.apache.org/jira/browse/SOLR-1294
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 1.4
>Reporter: Eric Pugh
> Attachments: solrjs-ie8-html-syntax-error.patch
>
>
> SolrJS seems to fail with "'jQuery.solrjs' is null or not an object" errors 
> under IE8.  I am continuing to test if this occurs in IE 6 and 7 as well.  
> This happens on both the Sample online site at 
> http://solrjs.solrstuff.org/test/reuters/ as well as the 
> /trunk/contrib/javascript library.   Seems to be a show stopper from the 
> standpoint of really using this library!
> I have posted a screenshot of the error at 
> http://img.skitch.com/20090717-jejm71u6ghf2dpn3mwrkarigwm.png
> The error is just a whole bunch of repeated messages in the vein of:
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/QueryItem.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 37
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/Manager.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractSelectionView.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 27
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractWidget.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SOLR-1294) SolrJS/Javascript client fails in IE8!

2009-07-17 Thread Eric Pugh (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Pugh updated SOLR-1294:


Description: 
SolrJS seems to fail with "'jQuery.solrjs' is null or not an object" errors 
under IE8.  I am continuing to test if this occurs in IE 6 and 7 as well.  This 
happens on both the Sample online site at 
http://solrjs.solrstuff.org/test/reuters/ as well as the 
/trunk/contrib/javascript library.   Seems to be a show stopper from the 
standpoint of really using this library!

I have posted a screenshot of the error at 
http://img.skitch.com/20090717-jejm71u6ghf2dpn3mwrkarigwm.png

The error is just a whole bunch of repeated messages in the vein of:


Message: 'jQuery.solrjs' is null or not an object
Line: 24
Char: 1
Code: 0
URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/QueryItem.js


Message: 'jQuery.solrjs' is null or not an object
Line: 37
Char: 1
Code: 0
URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/Manager.js


Message: 'jQuery.solrjs' is null or not an object
Line: 24
Char: 1
Code: 0
URI: 
file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractSelectionView.js


Message: 'jQuery.solrjs' is null or not an object
Line: 27
Char: 1
Code: 0
URI: 
file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractWidget.js


  was:SolrJS seems to fail with "'jQuery.solrjs' is null or not an object" 
errors under IE8.  I am continuing to test if this occurs in IE 6 and 7 as 
well.  This happens on both the Sample online site at 
http://solrjs.solrstuff.org/test/reuters/ as well as the 
/trunk/contrib/javascript library.   Seems to be a show stopper from the 
standpoint of really using this library!


> SolrJS/Javascript client fails in IE8!
> --
>
> Key: SOLR-1294
> URL: https://issues.apache.org/jira/browse/SOLR-1294
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 1.4
>Reporter: Eric Pugh
>
> SolrJS seems to fail with "'jQuery.solrjs' is null or not an object" errors 
> under IE8.  I am continuing to test if this occurs in IE 6 and 7 as well.  
> This happens on both the Sample online site at 
> http://solrjs.solrstuff.org/test/reuters/ as well as the 
> /trunk/contrib/javascript library.   Seems to be a show stopper from the 
> standpoint of really using this library!
> I have posted a screenshot of the error at 
> http://img.skitch.com/20090717-jejm71u6ghf2dpn3mwrkarigwm.png
> The error is just a whole bunch of repeated messages in the vein of:
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/QueryItem.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 37
> Char: 1
> Code: 0
> URI: file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/Manager.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 24
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractSelectionView.js
> Message: 'jQuery.solrjs' is null or not an object
> Line: 27
> Char: 1
> Code: 0
> URI: 
> file:///C:/dev/projects/lib/solr/contrib/javascript/src/core/AbstractWidget.js

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.