Ticket #2528282 (accepted defect)

Reporter


Libor Jelinek
Opened: 08/23/10
Last modified: 08/24/10
Status: accepted
Type: defect

Owner


Dav Glass
Target Release: LATER
Priority: P3 (normal)
Summary: Invalid RSS for forum YUI 3.x Components
Description:

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 characters are around "widget" in the code "the use(�widget�, function(Y2)".)

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>

Type: defect Observed in Version: Current
Component: Website Severity: S3 (normal)
Assigned To: Dav Glass Target Release: LATER
Location: Website Priority: P3 (normal)
Tags: rss, feed, invalid Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Dav Glass

Posted: 08/24/10
  • location changed to Website
  • milestone changed to LATER
  • priority changed to P3 (normal)
  • status changed from new to accepted