Issues
- CFDocument throws "AnonymousBlockBox cannot be cast to class TableCellBox" error on some HTMLLDEV-4256Michael Offner
- cfdocumentsection ignores cfdocument margins attributesLDEV-3935Resolved issue: LDEV-3935Pothys - MitrahSoft
- switch to openDPF rather than iText 2.1.7LDEV-3885
- cfdocument attribute saveAsName not implementedLDEV-3781Resolved issue: LDEV-3781Pothys - MitrahSoft
- cfdocument throws NPE with orientation and fontDirectory attributesLDEV-3575Resolved issue: LDEV-3575Pothys - MitrahSoft
- cfdocument - margin doesn't work properly with orientationLDEV-3240Resolved issue: LDEV-3240Pothys - MitrahSoft
- cfdocument format="png|jpeg"LDEV-2987
- CFDOCUMENT allow passing cookies for http requestsLDEV-2445
- Flying Saucer doesn't support rem unitsLDEV-2409Michael Offner
- Flying Saucer PDF extension leaks debugging lines out to the consoleLDEV-2405Resolved issue: LDEV-2405Michael Offner
- cfdocument totalpagecount and totalpagecount are wrong when using sectionsLDEV-2404Resolved issue: LDEV-2404Michael Offner
- <cfapplication pdf="#{type:"classic"}#"> throws an errorLDEV-2212Resolved issue: LDEV-2212
- cfdocument + https images not working in Java 9+ (PD4ML)LDEV-1849Resolved issue: LDEV-1849Michael Offner
- Cfdocument.currentpagenumber in header casedev supportLDEV-1546Resolved issue: LDEV-1546Michael Offner
- Problems with cfdocument encoding after upgrade to Lucee 5LDEV-1273Resolved issue: LDEV-1273Michael Offner
- Implement customer fonts in PDFLDEV-986Michael Offner
- Wrong character set in generated PDF (via CFDOCUMENT)LDEV-985Michael Offner
- Missing requirement javax.crypto.interfaces for PDF extensionLDEV-701Resolved issue: LDEV-701Michael Offner
- cfdocument not workingLDEV-641Resolved issue: LDEV-641
- SVG Support for CFDocumentLDEV-419
20 of 20
CFDocument throws "AnonymousBlockBox cannot be cast to class TableCellBox" error on some HTML
Description
Environment
None
Details
Assignee
Michael OffnerMichael OffnerReporter
Brad WoodBrad WoodPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Brad Wood
Brad WoodPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 31 October 2022 at 17:55
Updated 11 November 2022 at 11:42
Activity
Show:
Zac Spitzer11 November 2022 at 11:42
(disabled)
Pothys - MitrahSoft1 November 2022 at 13:27
I've checked this ticket and confirmed the issue happened on the lucee version 5.3.10.87-SNAPSHOT and pdf extension version 1.1.0.16-SNAPSHOT. I replicated the issue with the above code, cfdocument throws an error like org.xhtmlrenderer.render.AnonymousBlockBox cannot be cast to org.xhtmlrenderer.newtable.TableCellBox and it works fine with the classic engine.
I added a testcase to this ticket
Pull Request:
Zac Spitzer1 November 2022 at 08:27
good digging tho we use a different repo
those are all almost 10 years old?
Brad Wood31 October 2022 at 18:00
Related links
The following HTML passed into CFDocument
throws the following error:
This may be a bug in the underlying PDF engine, but I wanted to start here since it was a class casting error and could be related to our OSGI handling.