|
Bugzilla – Full Text Bug Listing |
| Summary: | FOP: Too Much Whitespace Behind <ulink> and <filename> | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Tanja Roth <taroth> |
| Component: | Documentation | Assignee: | Thomas Schraitle <thomas.schraitle> |
| Status: | RESOLVED UPSTREAM | QA Contact: | Karl Eichwalder <ke> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| See Also: | https://issues.apache.org/bugzilla/show_bug.cgi?id=53146 | ||
| Whiteboard: | |||
| Found By: | Documentation | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 702276 | ||
|
Description
Tanja Roth
2011-07-18 12:58:51 UTC
This is the affected line: | [...] cluster that it may consider the node dead. See /usr/share/doc/ | packages/cluster-glue/README.meatware for more | information. After some investigation, these are the current facts: * The URL is treated correctly and line break occurs after "/". * For some reason, "information" does not get hyphenated. After the facts, here comes the speculations: I guess, the hyphenation patterns for FOP (OFFO) are not installed. The whole guide seems to have no hyphenation at all (after browsing through it). So it seems to me, this is more a FOP configuration bug rather than a FO stylesheet bug. It seems it is indeed a FOP configuration issue. I've added in etc/fop/fop-daps.xml the following line: <hyphenation-base>/usr/share/xmlgraphics-fop/hyph/</hyphenation-base> This fixed this issue. I could successfully build one of our guides with hyphenation enabled. Resolved in revision 8039. It seems, FOP has some problems with Zero Width Spaces (ZWS, U+200B). If parameter ulink.hyphenate is set to "​" the above effect in comment#1 will be printed. For the time being, I disable ulink.hyphenate for FOP (leaving this bug as resolved/fixed). Further information will be tracked in https://sourceforge.net/p/daps/tickets/33/ Added upstream URL |