Bug report for Fop [2008/07/06]

2008-07-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: svn commit: r674245 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFObj.java

2008-07-07 Thread Vincent Hennebert
Hi, Author: adelmelle Date: Sat Jul 5 15:53:58 2008 New Revision: 674245 switch (side) { -case CommonBorderPaddingBackground.BEFORE: -borderBefore = new ConditionalBorder(borderSpec, collapsingBorderModel); -break; -case

DO NOT REPLY [Bug 45351] New: Unnecessary hyphenation, swallowed characters

2008-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45351 Summary: Unnecessary hyphenation, swallowed characters Product: Fop Version: all Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 45351] Unnecessary hyphenation, swallowed characters

2008-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45351 --- Comment #1 from [EMAIL PROTECTED] 2008-07-07 06:15:33 PST --- Created an attachment (id=0) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=0) fo containing two fo:blocks, each illustrating one of the two issues

DO NOT REPLY [Bug 45351] Unnecessary hyphenation, swallowed characters

2008-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45351 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #0|application/octet-stream|text/plain mime

DO NOT REPLY [Bug 45351] Unnecessary hyphenation, swallowed characters

2008-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=45351 --- Comment #2 from [EMAIL PROTECTED] 2008-07-07 06:21:15 PST --- Created an attachment (id=1) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=1) first attachment rendered by today's fop-trunk -- Configure bugmail:

Re: svn commit: r670341 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo: FONode.java FOText.java FOTreeBuilder.java FObjMixed.java

2008-07-07 Thread Jeremias Maerki
I know I'm late on this one but I've only just stumbled over it while playing with the AFP renderer in the GOCA branch. This change is very dangerous as it essentially breaks every FOP extension that uses character content, especially those not developed inside the FOP project. I'm lucky it

Re: svn commit: r674484 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/xml/AbstractXMLRenderer.java

2008-07-07 Thread Adrian Cumiskey
Hi Jeremias, You'll see in a moments time when the recent svn commit on XMLRenderer arrives... :). Just thought I would put these small changes planned in the Temp_AreaTreeNewDesign into trunk as they do no harm and may actually be useful for someone else who may wish to write their own

Re: Absolute-positioned block-containers using left and bottom

2008-07-07 Thread Luca Furini
On Fri, Jul 4, 2008 at 6:09 PM, Andreas Delmelle [EMAIL PROTECTED] wrote: Now, I'm wondering... In theory, it should not be too difficult to get at this info, since ultimately it is also needed when computing 'top' or 'left' if they are specified as a percentage. In that case, the value is

Re: svn commit: r670341 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo: FONode.java FOText.java FOTreeBuilder.java FObjMixed.java

2008-07-07 Thread Andreas Delmelle
On Jul 7, 2008, at 15:22, Jeremias Maerki wrote: I know I'm late on this one but I've only just stumbled over it while playing with the AFP renderer in the GOCA branch. This change is very dangerous as it essentially breaks every FOP extension that uses character content, especially those not

Re: svn commit: r674245 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/table/TableFObj.java

2008-07-07 Thread Andreas Delmelle
On Jul 7, 2008, at 12:44, Vincent Hennebert wrote: Hi, Author: adelmelle Date: Sat Jul 5 15:53:58 2008 New Revision: 674245 switch (side) { -case CommonBorderPaddingBackground.BEFORE: -borderBefore = new ConditionalBorder(borderSpec, collapsingBorderModel);

Re: svn commit: r674484 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/render/xml/AbstractXMLRenderer.java

2008-07-07 Thread Andreas Delmelle
On Jul 7, 2008, at 15:39, Jeremias Maerki wrote: On 07.07.2008 15:28:26 acumiskey wrote: Author: acumiskey Date: Mon Jul 7 06:28:26 2008 New Revision: 674484 URL: http://svn.apache.org/viewvc?rev=674484view=rev Log: Added new AbstractXMLRenderer base class. Added:

Re: Absolute-positioned block-containers using left and bottom

2008-07-07 Thread Andreas Delmelle
On Jul 7, 2008, at 16:06, Luca Furini wrote: On Fri, Jul 4, 2008 at 6:09 PM, Andreas Delmelle [EMAIL PROTECTED] wrote: Now, I'm wondering... In theory, it should not be too difficult to get at this info, since ultimately it is also needed when computing 'top' or 'left' if they are

Re: svn commit: r670341 - in /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo: FONode.java FOText.java FOTreeBuilder.java FObjMixed.java

2008-07-07 Thread Andreas Delmelle
On Jul 7, 2008, at 18:09, Andreas Delmelle wrote: On Jul 7, 2008, at 15:22, Jeremias Maerki wrote: I know I'm late on this one but I've only just stumbled over it while playing with the AFP renderer in the GOCA branch. This change is very dangerous as it essentially breaks every FOP extension