FLUID-2178: Error caused by incomplete fix to FLUID-2046 in case of single properly closed <li> tag

Metadata

Source
FLUID-2178
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Anastasia Cheetham
Reporter
Antranig Basman
Created
2009-01-30T11:55:41.000-0500
Updated
2009-01-30T12:29:32.000-0500
Versions
N/A
Fixed Versions
  1. 0.8
Component
  1. Renderer

Description

With template of <div id="toc">
<ul rsf:id="toc-list:">
<li rsf:id="toc_item:">foo</li>
</ul>
</div>

and component tree of

var myOriginalTree = {
"toc-list:": [{
"toc_item:": ["foofer", "barbar"]
}]
};

one receives Error parsing template: Element: must be nested correctly at line 3 - the "escape branch" used to detect broken markup in IE does not distinguish between open and close tags

Comments

  • Antranig Basman commented 2009-01-30T12:02:14.000-0500

    Fixed at revision 6385

  • Anastasia Cheetham commented 2009-01-30T12:29:32.000-0500

    Confirmed fixed.