Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2004 22:07:13 +0000
From:      j.e.drews@att.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61551: Endnotes in Ted are cutoff
Message-ID:  <011820042207.1821.32ec@att.net>
Resent-Message-ID: <200401182210.i0IMAFmc019888@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61551
>Category:       ports
>Synopsis:       Endnotes in Ted are cutoff
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 18 14:10:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Drews
>Release:        FreeBSD 4.9-RELEASE-p1 i386
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD mobile.silbsd.org 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0:
Sun Dec 7 01:21:00 CST 2003
root@mobile.silbsd.org:/usr/obj/usr/src/sys/STABLE49 i386

>Description:
If an endnote appears on a page without any regular text, then it is not
displayed correctly.
In particular, endnotes that are long enough to lap onto another page cause
this problem also.

>How-To-Repeat:
In Ted, paste or create an endnote that continues on to the next page. If that
page has no other text, then some of the footnote is clipped.

>Fix:

 Apply the attached patch:

--NextPart_Webmail_9m3u9jl4l_1821_1074463633
Content-Type: text/plain; name="patch-Ted::docLayoutRow.c"
Content-Transfer-Encoding: 7bit

--- Ted/docLayoutRow.c	Fri Apr  4 06:46:47 2003
+++ /home/xfce/ted_fixes/docLayoutRow.c	Sat Jan 10 09:41:57 2004
@@ -493,6 +493,9 @@
 	lj->ljPosition.lpAtTopOfColumn= 0;
 	}
 
+    docLayoutPushBottomDown( &(rowBi->biRowBelowAllPosition),
+							&(lj->ljPosition) );
+
     return;
     }
 

--NextPart_Webmail_9m3u9jl4l_1821_1074463633--
>Release-Note:
>Audit-Trail:
>Unformatted:
 --NextPart_Webmail_9m3u9jl4l_1821_1074463633
 Content-Type: text/plain
 Content-Transfer-Encoding: 8bit
 
 To: FreeBSD-gnats-submit@freebsd.org
 From: Jonathan <xfce>
 Reply-To: Jonathan <xfce>
 Cc: 
 X-send-pr-version: 3.113
 X-GNATS-Notify: 
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?011820042207.1821.32ec>