]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such that...
authorVincent Hennebert <vhennebert@apache.org>
Thu, 24 Mar 2011 18:14:23 +0000 (18:14 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Thu, 24 Mar 2011 18:14:23 +0000 (18:14 +0000)
commitc0388acf51d54ca414b91bb06941f041fd09497a
tree0b38a2a4d8dec65695b4f520beb124bee0747dcb
parent823d0e968d25875f9774f62f2f5264863cb35ba9
Bugzilla #50763: Implemented non-standard behavior for basic-link areas, such that they take into account the heights of their descendants areas

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085058 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
src/java/org/apache/fop/area/inline/AbstractTextArea.java
src/java/org/apache/fop/area/inline/BasicLinkArea.java [new file with mode: 0644]
src/java/org/apache/fop/area/inline/InlineArea.java
src/java/org/apache/fop/area/inline/InlineParent.java
src/java/org/apache/fop/layoutmgr/inline/BasicLinkLayoutManager.java
src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
status.xml
test/layoutengine/disabled-testcases.xml
test/layoutengine/standard-testcases/basic-link_external-destination_2.xml
test/layoutengine/standard-testcases/basic-link_height.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_height_baseline-shift.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_height_inline-child.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_height_multi-child.xml [new file with mode: 0644]
test/layoutengine/standard-testcases/basic-link_height_multi-line.xml [new file with mode: 0644]