Status/Resolution/Reason: Closed/Deferred/Workaround
Reporter/Name(from Bugbase): Pascal Destailleur / Pascal Destailleur (Pascal Destailleur)
Created: 08/25/2015
Components: Document Management
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Linux All
Vote Count: 0
Problem Description:
I have a document containing different barcodes (PNG images). The barcodes included in the document are reused, resulting in incorrect barcodes in the document.
Steps to Reproduce:
The barcodes are produced with a loop:
<cfloop list="#pulist#" index="puidx">
<div id="barcode"><img src="../cfc/barcode.cfc?method=getCode39&data=#puidx#" height="45" /></div>
</cfloop>
Actual Result: The barcode images included in the document are reused, resulting in incorrect barcodes in the document.
Expected Result: The barcode images included in the document should not be reused, resulting in correct barcodes in the document.
Any Workarounds:When changing the component that generates the barcodes to produce JPEG images instead of PNG images, all the barcodes are correct
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4042682
External Customer Info:
External Company:
External Customer Name: Pascal
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
- August 25, 2015 00:00:00: 1_examples.pdf
- September 11, 2015 00:00:00: 2_barcode.zip
- October 01, 2015 00:00:00: 3_ANeff_CF10Update15_test_jpeg.pdf
- October 01, 2015 00:00:00: 4_ANeff_CF10Update15_test_png.pdf
- October 01, 2015 00:00:00: 5_ANeff_CF11Update5_test_jpeg.pdf
- October 01, 2015 00:00:00: 6_ANeff_CF11Update5_test_png.pdf
Comments: