Ticket #2530617 (closed defect)

Reporter


Luke Smith
Opened: 08/2/11
Last modified: 08/2/11
Status: closed
Type: defect
Resolution: invalid

Owner


Ryan Grove
Target Release: 3.4.0
Priority: P3 (normal)
Summary: <b> is rendered as "<b>" in formatting example
Description:

Enter the text "Shikoku" into the Search Flickr input on the ac-flickr.html example. It looks like the token highlighting markup is being applied twice, the first time is escaped and winds up
visible.
https://skitch.com/lsmith/fpri7/example-find-photos-on-flickr-custom-formatting-yql-source-yui-library

Type: defect Observed in Version: 3.4.0 PR3
Component: AutoComplete Severity: S3 (normal)
Assigned To: Ryan Grove Target Release: 3.4.0
Location: Example Priority: P3 (normal)
Tags: Relates To:
Browsers: Chrome
URL:
Test Information:

Change History

Ryan Grove

YUI Developer

Posted: 08/2/11
  • resolution changed to invalid
  • status changed from new to closed

Upon closer examination, those "<b>" tags are in the raw YQL response (which is supposed to be plain text), so they're being escaped and displayed correctly. Naughty Flickr API! Naughty!