| Page 1 of 1 | [ 2 posts ] |
|
Hello webmasters,
RSS feed at http://yuilibrary.com/feeds/?f=92 (YUI3 compontents) seems to be invalid. Opera RSS and also Firefox's Sage cannot parse feed with this error: syntax error (row 79, column 535) illegal byte sequence in encoding More at http://www.w3.org/TR/REC-xml/#charencoding (invalid chars are underlined) 76: <link>http://yuilibrary.com/forum/viewtopic.php?p=16152#p16152</link> 77: <pubDate>Wed, Aug 18th 2010 23:23 PST</pubDate> 78: <dc:creator>caridy</dc:creator> 79: <description><![CDATA[Hey HS,<br /><br />Yes, the problem is usually present in IE because you can't inject a DOM element in a document that was created under a different document object. I don't see a way to wrap this up without creating a different YUI instance running in the iframe. Here is an example:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">YUI().use('node', 'anim', 'others', function(Y) {<br /> ...<br /> YUI({win:iframeWinReference, doc:iframeDocReference}).use(�widget�, function(Y2) {<br /> // This is Y2 reference, for the YUI instance running in the iframe scope<br /> });<br /><br />});<br /></div><br /><br />Best Regards,<br />Caridy]]></description> 80: </item> 81: <item> 82: <title>Re: Widget created in parent, and rendered in child, possibl</title> |
|
Please file a ticket here:
http://yuilibrary.com/projects/yuilibrary/newticket |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group