Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 04/16/2014
Components: Document Management, PDF Generation (CFHTML2PDF)
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: PublicBeta /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 1
Related Bugs:
CF-3846442 - Similar to
cfdocumentitem uses:
<cfdocumentitem type="header">
#CFDOCUMENT.currentPageNumber# - #CFDOCUMENT.totalPageCount#
</cfdocumentitem>
cfhtmltopdfitem uses:
<cfhtmltopdfitem type="header">
_PAGENUMBER - _LASTPAGENUMBER
</cfhtmltopdfitem>
1st, why are underscore variables being introduced here? That’s not normal. It looks like shortcuts are being made, instead of evaluating these variables in the same manner that cfdocumentitem does.
2nd, why are the variable names different? If it really is impossible to avoid the underscore variables, at least they should be named the same (i.e. _CURRENTPAGENUMBER & _TOTALPAGECOUNT).
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3744504
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: