Re: patch, problems, question
Shannon Weyrick <weyrick-UWl7u1r57vBWk0Htik3J/[email protected]> Fri, 13 May 2005 18:27:55 -0400
| Newsgroups | gmane.text.rlib.user |
|---|---|
| Message-ID | <[email protected]> |
Bob Doan wrote: > Attached is an untested patch which should fix the problem > > let me know > > - bob Hey Bob, Patch works great, thanks. I researched the HTML problem I was having and it turns out to be a bug related to trim_links. Circa line 279 in layout.c, if it does the trim links a call to rlib_layout_output_extras_start is made which (in html) starts a <span> tag if there is a background color. However, there is never a call to _end after that so that span tag is never closed. I tried to hack this by adding a call to end_draw_cell_background() and it fixes it somewhat but I'm pretty sure this isn't correct, or at least all that needs to be done. Please advise :) Shannon ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click