Skip to content

Commit 8b4305d

Browse files
author
Evgeniy Prudnikov
committed
Update several TODOs without ticket ID
DEVSIX-6246
1 parent a00f6a4 commit 8b4305d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

layout/src/main/java/com/itextpdf/layout/renderer/AccessibleAttributesApplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private static void applyCommonLayoutAttributes(AbstractRenderer renderer, PdfDi
168168
attributes.put(PdfName.BackgroundColor, new PdfArray(background.getColor().getColorValue()));
169169
}
170170

171-
//TODO NOTE: applying border attributes for cells is temporarily turned off on purpose. Remove this 'if' in future.
171+
//TODO DEVSIX-6255: applying border attributes for cells is temporarily turned off on purpose. Remove this 'if' in future.
172172
// The reason is that currently, we can't distinguish if all cells have same border style or not.
173173
// Therefore for every cell in every table we have to write the same border attributes, which creates lots of clutter.
174174
if (!(renderer.getModelElement() instanceof Cell)) {

layout/src/test/java/com/itextpdf/layout/renderer/EmptyNestedTableTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public static void beforeClass() {
7171
}
7272

7373
@Test
74+
//TODO DEVSIX-6255 Implementation of the application border attributes for cells
7475
public void buildEmptyTable() throws IOException, InterruptedException {
7576

7677
String outFileName = destinationFolder + "emptyNestedTableTest.pdf";

0 commit comments

Comments
 (0)