You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Ryan Baxter <rb...@gmail.com> on 2013/07/23 23:40:02 UTC

Review Request 12881: [SHINDIG-1922] Pubsub gadgets fail to render in commoncontainer

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

Review request for shindig.


Bugs: SHINDIG-1922
    https://issues.apache.org/jira/browse/SHINDIG-1922


Repository: shindig


Description
-------

In webkit browsers the onload handler gets called twice, which ends up 
removing the iframe from the DOM. After looking at there appears to 
be a few problems with the pubsub code and the onload handlers added 
to the iframe. We add it in the iframe attributes and then add it to 
the iframe again later on, which seems unneccessary. I think the root 
cause of the onload listener being called twice has to do with onload 
listener being added in the innerHTML string [1]. I will try to get 
the change fix checked in over the next few days. 

[1] http://stackoverflow.com/questions/10781880/why-iframe-that-dynamic-created-trigger-onload-event-twice


Diffs
-----

  http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.site/site_holder.js 1505501 

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


Testing
-------

Existing unit tests pass


Thanks,

Ryan Baxter


Re: Review Request 12881: [SHINDIG-1922] Pubsub gadgets fail to render in commoncontainer

Posted by Henry Saputra <hs...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12881/#review23897
-----------------------------------------------------------

Ship it!


+!

- Henry Saputra


On July 23, 2013, 9:40 p.m., Ryan Baxter wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12881/
> -----------------------------------------------------------
> 
> (Updated July 23, 2013, 9:40 p.m.)
> 
> 
> Review request for shindig.
> 
> 
> Bugs: SHINDIG-1922
>     https://issues.apache.org/jira/browse/SHINDIG-1922
> 
> 
> Repository: shindig
> 
> 
> Description
> -------
> 
> In webkit browsers the onload handler gets called twice, which ends up 
> removing the iframe from the DOM. After looking at there appears to 
> be a few problems with the pubsub code and the onload handlers added 
> to the iframe. We add it in the iframe attributes and then add it to 
> the iframe again later on, which seems unneccessary. I think the root 
> cause of the onload listener being called twice has to do with onload 
> listener being added in the innerHTML string [1]. I will try to get 
> the change fix checked in over the next few days. 
> 
> [1] http://stackoverflow.com/questions/10781880/why-iframe-that-dynamic-created-trigger-onload-event-twice
> 
> 
> Diffs
> -----
> 
>   http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.site/site_holder.js 1505501 
> 
> Diff: https://reviews.apache.org/r/12881/diff/
> 
> 
> Testing
> -------
> 
> Existing unit tests pass
> 
> 
> Thanks,
> 
> Ryan Baxter
> 
>


Re: Review Request 12881: [SHINDIG-1922] Pubsub gadgets fail to render in commoncontainer

Posted by Stanton Sievers <si...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12881/#review23829
-----------------------------------------------------------

Ship it!


Ship It!

- Stanton Sievers


On July 23, 2013, 9:40 p.m., Ryan Baxter wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/12881/
> -----------------------------------------------------------
> 
> (Updated July 23, 2013, 9:40 p.m.)
> 
> 
> Review request for shindig.
> 
> 
> Bugs: SHINDIG-1922
>     https://issues.apache.org/jira/browse/SHINDIG-1922
> 
> 
> Repository: shindig
> 
> 
> Description
> -------
> 
> In webkit browsers the onload handler gets called twice, which ends up 
> removing the iframe from the DOM. After looking at there appears to 
> be a few problems with the pubsub code and the onload handlers added 
> to the iframe. We add it in the iframe attributes and then add it to 
> the iframe again later on, which seems unneccessary. I think the root 
> cause of the onload listener being called twice has to do with onload 
> listener being added in the innerHTML string [1]. I will try to get 
> the change fix checked in over the next few days. 
> 
> [1] http://stackoverflow.com/questions/10781880/why-iframe-that-dynamic-created-trigger-onload-event-twice
> 
> 
> Diffs
> -----
> 
>   http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/container.site/site_holder.js 1505501 
> 
> Diff: https://reviews.apache.org/r/12881/diff/
> 
> 
> Testing
> -------
> 
> Existing unit tests pass
> 
> 
> Thanks,
> 
> Ryan Baxter
> 
>