You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Jon Weygandt (JIRA)" <ji...@apache.org> on 2009/10/01 00:55:23 UTC

[jira] Created: (SHINDIG-1184) Updated log.js to support Opera 9 & 10

Updated log.js to support Opera 9 & 10
--------------------------------------

                 Key: SHINDIG-1184
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1184
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
    Affects Versions: 1.1-BETA3
            Reporter: Jon Weygandt
            Priority: Minor


Opera does not seem to have a window.console, but does have window.opera.postError(). Updated log.js to conditionally support Opera's postError() function.

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


[jira] Updated: (SHINDIG-1184) Updated log.js to support Opera 9 & 10

Posted by "Jon Weygandt (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jon Weygandt updated SHINDIG-1184:
----------------------------------

    Attachment: fix-1184-bug.patch

> Updated log.js to support Opera 9 & 10
> --------------------------------------
>
>                 Key: SHINDIG-1184
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1184
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 1.1-BETA3
>            Reporter: Jon Weygandt
>            Priority: Minor
>         Attachments: fix-1184-bug.patch
>
>
> Opera does not seem to have a window.console, but does have window.opera.postError(). Updated log.js to conditionally support Opera's postError() function.

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


[jira] Resolved: (SHINDIG-1184) Updated log.js to support Opera 9 & 10

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-1184.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1-BETA4

Fixed.

I'd rather not monkey with window.console, so I moved all that to the a gadgets.log.console instead.  

Thanks!


> Updated log.js to support Opera 9 & 10
> --------------------------------------
>
>                 Key: SHINDIG-1184
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1184
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 1.1-BETA3
>            Reporter: Jon Weygandt
>            Priority: Minor
>             Fix For: 1.1-BETA4
>
>         Attachments: fix-1184-bug.patch
>
>
> Opera does not seem to have a window.console, but does have window.opera.postError(). Updated log.js to conditionally support Opera's postError() function.

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