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 14:42:38 UTC

[jira] Created: (WOOKIE-162) Sharedraw widget has JS errors in IE8

Sharedraw widget has JS errors in IE8
-------------------------------------

                 Key: WOOKIE-162
                 URL: https://issues.apache.org/jira/browse/WOOKIE-162
             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 - (problem is with IE8 only)
(3) Click 'view widget gallery'
(4) Choose the 'sharedraw' widget

The sharedraw widget has fallback behaviour to tell the user that it won't work in IE8 (This appears as text in the actual widget)

'Unfortunately, your browser is currently unsupported by this widget...Please use of the supported browsers listed below....'

This seems acceptable behaviour, except that a javascript alert box also appears...

'Error: no canvas.getContext!'

This is almost the same as WOOKIE-158, except that in addition to this IE also reports a second error...

Line: 94
Error: 'context' is null or not an object  (WOOKIE-158 doesn't report the second error)

It would seem that it is related however.

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


[jira] Commented: (WOOKIE-162) Sharedraw widget has JS errors in IE8

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

Paul Sharples commented on WOOKIE-162:
--------------------------------------

Sorry if its obvious, but did you clear your browsers cache before the first time? (possible one of the js files is lingering)

> Sharedraw widget has JS errors in IE8
> -------------------------------------
>
>                 Key: WOOKIE-162
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-162
>             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 - (problem is with IE8 only)
> (3) Click 'view widget gallery'
> (4) Choose the 'sharedraw' widget
> The sharedraw widget has fallback behaviour to tell the user that it won't work in IE8 (This appears as text in the actual widget)
> 'Unfortunately, your browser is currently unsupported by this widget...Please use of the supported browsers listed below....'
> This seems acceptable behaviour, except that a javascript alert box also appears...
> 'Error: no canvas.getContext!'
> This is almost the same as WOOKIE-158, except that in addition to this IE also reports a second error...
> Line: 94
> Error: 'context' is null or not an object  (WOOKIE-158 doesn't report the second error)
> It would seem that it is related however.

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


[jira] Commented: (WOOKIE-162) Sharedraw widget has JS errors in IE8

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

Scott Wilson commented on WOOKIE-162:
-------------------------------------

Still works fine for me on Safari 5 Mac, Chrome 8 Mac, Firefox 3.6.12 Mac - is it now tested and OK on IE?

> Sharedraw widget has JS errors in IE8
> -------------------------------------
>
>                 Key: WOOKIE-162
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-162
>             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 - (problem is with IE8 only)
> (3) Click 'view widget gallery'
> (4) Choose the 'sharedraw' widget
> The sharedraw widget has fallback behaviour to tell the user that it won't work in IE8 (This appears as text in the actual widget)
> 'Unfortunately, your browser is currently unsupported by this widget...Please use of the supported browsers listed below....'
> This seems acceptable behaviour, except that a javascript alert box also appears...
> 'Error: no canvas.getContext!'
> This is almost the same as WOOKIE-158, except that in addition to this IE also reports a second error...
> Line: 94
> Error: 'context' is null or not an object  (WOOKIE-158 doesn't report the second error)
> It would seem that it is related however.

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


[jira] Commented: (WOOKIE-162) Sharedraw widget has JS errors in IE8

Posted by "Kris Popat (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WOOKIE-162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12966061#action_12966061 ] 

Kris Popat commented on WOOKIE-162:
-----------------------------------

The first time I choose the sharedraw widget after starting the server I get this behaviour.  However, the second and subsequent times it works fine.

> Sharedraw widget has JS errors in IE8
> -------------------------------------
>
>                 Key: WOOKIE-162
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-162
>             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 - (problem is with IE8 only)
> (3) Click 'view widget gallery'
> (4) Choose the 'sharedraw' widget
> The sharedraw widget has fallback behaviour to tell the user that it won't work in IE8 (This appears as text in the actual widget)
> 'Unfortunately, your browser is currently unsupported by this widget...Please use of the supported browsers listed below....'
> This seems acceptable behaviour, except that a javascript alert box also appears...
> 'Error: no canvas.getContext!'
> This is almost the same as WOOKIE-158, except that in addition to this IE also reports a second error...
> Line: 94
> Error: 'context' is null or not an object  (WOOKIE-158 doesn't report the second error)
> It would seem that it is related however.

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


[jira] Commented: (WOOKIE-162) Sharedraw widget has JS errors in IE8

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

Paul Sharples commented on WOOKIE-162:
--------------------------------------

Works ok for me in IE 8 now.

> Sharedraw widget has JS errors in IE8
> -------------------------------------
>
>                 Key: WOOKIE-162
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-162
>             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 - (problem is with IE8 only)
> (3) Click 'view widget gallery'
> (4) Choose the 'sharedraw' widget
> The sharedraw widget has fallback behaviour to tell the user that it won't work in IE8 (This appears as text in the actual widget)
> 'Unfortunately, your browser is currently unsupported by this widget...Please use of the supported browsers listed below....'
> This seems acceptable behaviour, except that a javascript alert box also appears...
> 'Error: no canvas.getContext!'
> This is almost the same as WOOKIE-158, except that in addition to this IE also reports a second error...
> Line: 94
> Error: 'context' is null or not an object  (WOOKIE-158 doesn't report the second error)
> It would seem that it is related however.

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