osapi.container.util.warn causes errors when used in Internet Explorer
----------------------------------------------------------------------

                 Key: SHINDIG-1725
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1725
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
    Affects Versions: 2.5.0
         Environment: Internet Explorer 8
            Reporter: Stanton Sievers
            Assignee: Stanton Sievers
             Fix For: 2.5.0


osapi.container.util.warn uses "console" to do logging.  IE complains when 
"console" is undefined even though the code is checking truthiness. 

osapi.container.util.warn is only used by 
osapi.container.GadgetSite.prototype.navigateTo and the proposed fix would be 
to remove osapi.container.util.warn completely and replace it with 
gadgets.warn, which handles the console object appropriately across browsers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to