You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Paul Sharples (JIRA)" <ji...@apache.org> on 2010/11/28 15:26:40 UTC

[jira] Created: (WOOKIE-166) Geolocation widget causes JS errors in IE8

Geolocation widget causes JS errors in IE8
------------------------------------------

                 Key: WOOKIE-166
                 URL: https://issues.apache.org/jira/browse/WOOKIE-166
             Project: Wookie
          Issue Type: Bug
    Affects Versions: 0.9.0
         Environment: Win Vista & IE8
            Reporter: Paul Sharples
            Priority: Minor
             Fix For: 0.9.0


To reproduce...

(1) Start wookie in standalone mode
(2) Go to http://localhost:8080/wookie (IE8 only)
(3) Click 'view widget gallery'
(4) Choose the 'geo' - geolocation widget

Onload IE reports a JS error...

Expected ')'

...and then goes on to highlight...

Line: 29
Error: 'document.querySelector(...)' is null or not an object

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


[jira] Commented: (WOOKIE-166) Geolocation widget causes JS errors in IE8

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968793#action_12968793 ] 

Scott Wilson commented on WOOKIE-166:
-------------------------------------

Updated and retested on Chrome, Firefox and Safari on Mac - still works fine

> Geolocation widget causes JS errors in IE8
> ------------------------------------------
>
>                 Key: WOOKIE-166
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-166
>             Project: Wookie
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>         Environment: Win Vista & IE8
>            Reporter: Paul Sharples
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> To reproduce...
> (1) Start wookie in standalone mode
> (2) Go to http://localhost:8080/wookie (IE8 only)
> (3) Click 'view widget gallery'
> (4) Choose the 'geo' - geolocation widget
> Onload IE reports a JS error...
> Expected ')'
> ...and then goes on to highlight...
> Line: 29
> Error: 'document.querySelector(...)' is null or not an object

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


[jira] Commented: (WOOKIE-166) Geolocation widget causes JS errors in IE8

Posted by "Paul Sharples (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968721#action_12968721 ] 

Paul Sharples commented on WOOKIE-166:
--------------------------------------

I've boiled this issue down somewhat, to what I now think is a problem with how IE behaves with settting/getting data (prefs & shared data) which has embedded quotes.  It is really a general problem, not specific to the geolocation widget (it's just that the geolocation widget highlights the problem). 

> Geolocation widget causes JS errors in IE8
> ------------------------------------------
>
>                 Key: WOOKIE-166
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-166
>             Project: Wookie
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>         Environment: Win Vista & IE8
>            Reporter: Paul Sharples
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> To reproduce...
> (1) Start wookie in standalone mode
> (2) Go to http://localhost:8080/wookie (IE8 only)
> (3) Click 'view widget gallery'
> (4) Choose the 'geo' - geolocation widget
> Onload IE reports a JS error...
> Expected ')'
> ...and then goes on to highlight...
> Line: 29
> Error: 'document.querySelector(...)' is null or not an object

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


[jira] Commented: (WOOKIE-166) Geolocation widget causes JS errors in IE8

Posted by "Paul Sharples (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968795#action_12968795 ] 

Paul Sharples commented on WOOKIE-166:
--------------------------------------

There was also a slight problem in the javascript wookie-wrapper, which has now been fixed.

We Just need someone else to verify it on IE. 

> Geolocation widget causes JS errors in IE8
> ------------------------------------------
>
>                 Key: WOOKIE-166
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-166
>             Project: Wookie
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>         Environment: Win Vista & IE8
>            Reporter: Paul Sharples
>            Priority: Minor
>             Fix For: 0.9.0
>
>
> To reproduce...
> (1) Start wookie in standalone mode
> (2) Go to http://localhost:8080/wookie (IE8 only)
> (3) Click 'view widget gallery'
> (4) Choose the 'geo' - geolocation widget
> Onload IE reports a JS error...
> Expected ')'
> ...and then goes on to highlight...
> Line: 29
> Error: 'document.querySelector(...)' is null or not an object

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