You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Michael Beaver (Created) (JIRA)" <ji...@apache.org> on 2011/10/12 17:21:12 UTC

[jira] [Created] (SHINDIG-1640) The sample Media.xml gadget does not support multiple instances in IE8

The sample Media.xml gadget does not support multiple instances in IE8
----------------------------------------------------------------------

                 Key: SHINDIG-1640
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1640
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
    Affects Versions: 3.0.0
         Environment: IE8
            Reporter: Michael Beaver
            Priority: Minor
             Fix For: 3.0.0


The Media.xml gadget directly calls dojo.addOnLoad(init) in order to workaround an issue with tundra.css instead of wrapping it in a call to gadgets.util.registerOnLoadHandler().  This results in multiple instances of the gadget not being supported when rendering in IE8.  Removing the direct call to dojo.addOnLoad and wrapping it in gadgets.util.registerOnLoadHandler fixes this issue, and the tundra.css issue no longer appears.

--
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

        

[jira] [Closed] (SHINDIG-1640) The sample Media.xml gadget does not support multiple instances in IE8

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

Michael Beaver closed SHINDIG-1640.
-----------------------------------

    
> The sample Media.xml gadget does not support multiple instances in IE8
> ----------------------------------------------------------------------
>
>                 Key: SHINDIG-1640
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1640
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 3.0.0
>         Environment: IE8
>            Reporter: Michael Beaver
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: ie8-multiple-instances.patch
>
>
> The Media.xml gadget directly calls dojo.addOnLoad(init) in order to workaround an issue with tundra.css instead of wrapping it in a call to gadgets.util.registerOnLoadHandler().  This results in multiple instances of the gadget not being supported when rendering in IE8.  Removing the direct call to dojo.addOnLoad and wrapping it in gadgets.util.registerOnLoadHandler fixes this issue, and the tundra.css issue no longer appears.

--
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

        

[jira] [Resolved] (SHINDIG-1640) The sample Media.xml gadget does not support multiple instances in IE8

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

Paul Lindner resolved SHINDIG-1640.
-----------------------------------

    Resolution: Fixed
    
> The sample Media.xml gadget does not support multiple instances in IE8
> ----------------------------------------------------------------------
>
>                 Key: SHINDIG-1640
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1640
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 3.0.0
>         Environment: IE8
>            Reporter: Michael Beaver
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: ie8-multiple-instances.patch
>
>
> The Media.xml gadget directly calls dojo.addOnLoad(init) in order to workaround an issue with tundra.css instead of wrapping it in a call to gadgets.util.registerOnLoadHandler().  This results in multiple instances of the gadget not being supported when rendering in IE8.  Removing the direct call to dojo.addOnLoad and wrapping it in gadgets.util.registerOnLoadHandler fixes this issue, and the tundra.css issue no longer appears.

--
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

        

[jira] [Commented] (SHINDIG-1640) The sample Media.xml gadget does not support multiple instances in IE8

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125928#comment-13125928 ] 

jiraposter@reviews.apache.org commented on SHINDIG-1640:
--------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2358/
-----------------------------------------------------------

Review request for shindig.


Summary
-------

The Media.xml gadget directly calls dojo.addOnLoad(init) in order to workaround an issue with tundra.css instead of wrapping it in a call to gadgets.util.registerOnLoadHandler(). This results in multiple instances of the gadget not being supported when rendering in IE8. Removing the direct call to dojo.addOnLoad and wrapping it in gadgets.util.registerOnLoadHandler fixes this issue, and the tundra.css issue no longer appears.


This addresses bug SHINDIG-1640.
    https://issues.apache.org/jira/browse/SHINDIG-1640


Diffs
-----

  /trunk/content/samplecontainer/examples/media/Media.xml 1178561 

Diff: https://reviews.apache.org/r/2358/diff


Testing
-------


Thanks,

Michael


                
> The sample Media.xml gadget does not support multiple instances in IE8
> ----------------------------------------------------------------------
>
>                 Key: SHINDIG-1640
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1640
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 3.0.0
>         Environment: IE8
>            Reporter: Michael Beaver
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: ie8-multiple-instances.patch
>
>
> The Media.xml gadget directly calls dojo.addOnLoad(init) in order to workaround an issue with tundra.css instead of wrapping it in a call to gadgets.util.registerOnLoadHandler().  This results in multiple instances of the gadget not being supported when rendering in IE8.  Removing the direct call to dojo.addOnLoad and wrapping it in gadgets.util.registerOnLoadHandler fixes this issue, and the tundra.css issue no longer appears.

--
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

        

[jira] [Updated] (SHINDIG-1640) The sample Media.xml gadget does not support multiple instances in IE8

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

Michael Beaver updated SHINDIG-1640:
------------------------------------

    Attachment: ie8-multiple-instances.patch

This patch fixes the issue by wrapping the call do dojo.addOnLoad(init) in a call to gadgets.util.registerOnLoadHandler()
                
> The sample Media.xml gadget does not support multiple instances in IE8
> ----------------------------------------------------------------------
>
>                 Key: SHINDIG-1640
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1640
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 3.0.0
>         Environment: IE8
>            Reporter: Michael Beaver
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: ie8-multiple-instances.patch
>
>
> The Media.xml gadget directly calls dojo.addOnLoad(init) in order to workaround an issue with tundra.css instead of wrapping it in a call to gadgets.util.registerOnLoadHandler().  This results in multiple instances of the gadget not being supported when rendering in IE8.  Removing the direct call to dojo.addOnLoad and wrapping it in gadgets.util.registerOnLoadHandler fixes this issue, and the tundra.css issue no longer appears.

--
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