DO NOT REPLY [Bug 49781] Incorrect line length when using leaders

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49781

Glenn Adams  changed:

   What|Removed |Added

 CC||ludszuw...@extedo.com

--- Comment #5 from Glenn Adams  2012-04-21 05:39:32 UTC ---
*** Bug 51594 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51594] Using text-align-last="justify" to align page number of Table of Contents: alignment of page is not shifted correctly always

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51594

Glenn Adams  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #3 from Glenn Adams  2012-04-21 05:39:32 UTC ---


*** This bug has been marked as a duplicate of bug 49781 ***

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49801] Region-Body Column balancing incorrect if content is table with header

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49801

Glenn Adams  changed:

   What|Removed |Added

   Priority|P3  |P5
   Severity|normal  |enhancement

--- Comment #10 from Glenn Adams  2012-04-21 05:33:07 UTC ---
lowering priority and changing to enhancement since (1) a fix is likely to
require a fairly significant design change and (2) column balancing is a
(potential) XSL-FO 2.0 feature [1], not an XSL-FO 1.X feature;

[1] http://www.w3.org/TR/xslfo20-req/#N66487

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 50723] Incorrect text underlines position for some fonts

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50723

Glenn Adams  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #9 from Glenn Adams  2012-04-21 05:08:00 UTC ---
(In reply to comment #3)
> Created attachment 26660 [details]
> The validation of TrueType descenders.
> 
> Some times TrueTupe contains incorrect OS/2 ascender and descender, but hh
> metrics is more correct. In this case the OS/2 descender value is positive or
> equal to zero. We found a several fonts that have such problem.
> In this patch the validation of descender value is added to function
> TTFFile.determineAscDesc(). The validation of computed localAscender and
> localDescender is added to TTFFile.guessVerticalMetricsFromGlyphBBox.
> May such changes could make FOP more robust of font descenders problems?

if you wish to have this patch considered, please provide a patch file, and not
an edited source file (for which I have no idea which revision you based it
upon)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53055] slowdown in PNG processing

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53055

Glenn Adams  changed:

   What|Removed |Added

   Priority|P3  |P5
   Severity|normal  |enhancement

--- Comment #1 from Glenn Adams  2012-04-21 05:03:35 UTC ---
lowering priority and changing to enhancement due to (1) this being an external
(JDK specific problem) and (2) user's may choose a version of the JDK that does
not exhibit this problem; finally, FOP has not even *officially* adopted use of
JDK 1.6, but is still based on JDK 1.5

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 52526] Empty fo:wrapper generates an area when nested in a fo:block

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52526

Glenn Adams  changed:

   What|Removed |Added

   Priority|P3  |P5

--- Comment #8 from Glenn Adams  2012-04-21 04:57:55 UTC ---
lower priority since a fix requires a significant design change in wrapper
handling, about which see [1] for further info

[1] http://wiki.apache.org/xmlgraphics-fop/Design/XslFo/Wrapper

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 50724] fo:wrapper issues

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50724

Glenn Adams  changed:

   What|Removed |Added

   Priority|P3  |P5

--- Comment #4 from Glenn Adams  2012-04-21 04:56:54 UTC ---
lower priority since a fix requires a significant design change in wrapper
handling, about which see [1] for further info

[1] http://wiki.apache.org/xmlgraphics-fop/Design/XslFo/Wrapper

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53089] Hyphenation of Uppercase Words, Combined with Underlines

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53089

Glenn Adams  changed:

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #5 from Glenn Adams  2012-04-21 04:53:15 UTC ---
marking this as an enhancement rather than a bug, since XSL-FO does not
prescribe hyphenation behavior

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 51043] False IPD change with overflow causes UnsupportedOperationException

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51043

Glenn Adams  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #15 from Glenn Adams  2012-04-21 04:50:30 UTC ---
http://svn.apache.org/viewvc?rev=1328581&view=rev

Don't restart layout unless abs(ipd difference)>1 in order to prevent rounding
issues from triggering false restart. Note that this change did not produce a
junit regression, so either this corner case is (1) not sufficiently tested or
(2) we will receive regression reports from users or (3) we may be safe with
this change. Time will tell.

Use of different units and different rounding policies may be further explored
in future revisions.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 50492] Mapping of glyphs in the private area of TTF symbol fonts is only done if cmapRangeOffsets is not zero

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50492

Glenn Adams  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #7 from Glenn Adams  2012-04-21 04:08:27 UTC ---
using the Unicode code point U+0052 LATIN CAPITAL LETTER R to mean anything
other than LATIN CAPITAL LETTER R is a violation of both XSL-FO and Unicode
semantics; in order to prevent such mis-use, I have removed [1] the
experimental feature ("workaround") added in [2];

[1] http://svn.apache.org/viewvc?view=revision&revision=1328579
[2] http://svn.apache.org/viewvc?view=revision&revision=891181

if a user wishes to map a character in a symbol font that does not have an
assigned Unicode code point, then they must use a private use character
provided the font manufacturer provides a cmap entry for that private use code
point;

if there is no assigned private use code point, then, until a more general
mechanism is added to FOP, e.g., adding the ability to augment cmap entries for
specific fonts using the fop configuration file, then glyphs that have no
assigned Unicode code point or private use mapping will remain inaccessible, in
which case you should contact the font supplier to request the addition of such
a mapping;

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53103] [PATCH] table-cell spanning not working with RL writing-mode

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53103

--- Comment #5 from Peter  2012-04-21 03:24:16 UTC ---
This works great.  Thanks!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 41999] [PATCH] Unassigned code points cause ArrayIndexOutOfBoundsException in LineBreakUtils

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41999

Glenn Adams  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Glenn Adams  2012-04-20 23:33:50 UTC ---
Fixed by Bug 50471

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 53103] [PATCH] table-cell spanning not working with RL writing-mode

2012-04-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53103

Glenn Adams  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Glenn Adams  2012-04-20 21:38:10 UTC ---
patch landed at http://svn.apache.org/viewvc?rev=1328515&view=rev

thanks matthias and peter!

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


Re: on changing fop documentation sources to markdown

2012-04-20 Thread Pascal Sancho

Hi,

great job, Clay!

I've looked at the compliance page closer, and it seems that rendering 
doesn't support markdown extras (like "table" or "headerid"), when it is 
said here [1] that such features are enabled for the CMS.


As a workaround, we can insert html markup inside the markdown, I tried 
it successfully with the legend table (in the preview pane).


In staging view, there is a CSS issue:
xmlgraphics.css@17 > body {color: white;} is taken into acccount,
regardless this rule:
xmlgraphics.css@17 > #content {color: #33;}

Note that I have to be very patient when editing the (very long) 
compliance page directly, since it is rendered directly in the preview 
pane. Don't try it if your processor is a little out of age (;-|


[1] http://www.apache.org/dev/cmsref.html#markdown

Le 20/04/2012 04:43, The Web Maestro a écrit :

On Thu, Apr 19, 2012 at 12:40 AM, Chris Bowditch
mailto:bowditch_ch...@hotmail.com>> wrote:

On 19/04/2012 02:02, Clay Leeds wrote:

I replaced the logo for all sites a month or so ago.


Thanks Clay - I can see the new logo fine. I was referring to the
"TM" characters in the text. I can see it everywhere except the top
level XML Graphics home page, which is a page I definitely changed.


Sorry, thought you were talking about the graphic. I fixed the text.

BTW, it's pretty easy for anyone to edit with the CMS now. Here's the
Apache CMS Reference:

http://www.apache.org/dev/cmsref.html

That will give you a bookmarklet you can use to edit any STAGING page:

Here's your starting point for the XML Graphics Staging site:

http://xmlgraphics.staging.apache.org/

Once we're good to go, anyone will also be able to start editing the
markdown files themselves...


--
Pascal