[Interchange-bugs] [Bug 138] New - table-organize over-munging table contents

bugzilla-daemon@localhost.akopia.com bugzilla-daemon@localhost.akopia.com
Mon, 26 Feb 2001 17:32:05 -0500


http://developer.akopia.com/bugs/show_bug.cgi?id=138

*** shadow/138	Mon Feb 26 17:32:05 2001
--- shadow/138.tmp.31247	Mon Feb 26 17:32:05 2001
***************
*** 0 ****
--- 1,36 ----
+ Bug#: 138
+ Product: Interchange
+ Version: 4.7.x
+ Platform: PC
+ OS/Version: Linux
+ Status: NEW   
+ Resolution: 
+ Severity: critical
+ Priority: P2
+ Component: Core
+ AssignedTo: mike@minivend.com                            
+ ReportedBy: jason@mediabang.com               
+ URL: http://hp.akopia.com/~jason/test2.cgi
+ Cc: 
+ Summary: table-organize over-munging table contents
+ 
+ As of this afternoon, the current CVS version is not visible in netscape, as
+ there are many (9 on /index.html) unclosed table tags.  The culprit appears to
+ be table-organize.  I had narrowed my immediate problem down to the 'random'
+ component, which was missing a table closing tag (see below), the tag appears in
+ the text file, however did not appear in the HTML sent to the browser.  Removing
+ the table-organize wrapper causes the missing lines to appear, but does not
+ solve the overall problem (likely because something else on the page also uses
+ table-organize, and has the same problem).  
+ 
+ section of templates/components/random:
+ <pre>
+ 96:                       <table cellspacing=0 cellpadding=0>
+ 97:                             <tr>
+ 98:                               <td><img src="thumb/[loop-field thumb]"></td>
+ 99:                             </tr>
+ 100:                      </table>
+ 101:                    </td>
+ 102:              </tr>
+ </pre>
+ after parsing, lines 99-101 are missing...