displaying top 100 results
Tracker Issue Bug 80090:[CFMESSAGEBOX] In the syntax example it says :- buttonType "yesno|yesnocancel"and is missing the "="
2599442 CF-3040187 Documentation : General Steve Onnis Bug 80090:[CFMESSAGEBOX] In the syntax example it says :- buttonType "yesno|yesnocancel"and is missing the "=" Problem:
[CFMESSAGEBOX] In the syntax example it says :- buttonType "yesno|yesnocancel"and is missing the "="
Method:
Result
Tracker Issue Bug 80086:[CFFILEUPLOAD] In the syntax example of the documentation there is a missing ">" from the opening tag
2599445 CF-3040184 Documentation : General Steve Onnis Bug 80086:[CFFILEUPLOAD] In the syntax example of the documentation there is a missing ">" from the opening tag Problem:
[CFFILEUPLOAD] In the syntax example of the documentation there is a missing ">" from the opening tag.
Method:
Result
Tracker Issue Bug 86961:From inside a CFC, calling GetMetaData(this)
2615158 CF-3043881 Language : CFSCRIPT Steve Onnis Bug 86961:From inside a CFC, calling GetMetaData(this) Problem:
From inside a CFC, calling GetMetaData(this).properties returns an array but looping over the array using a for() loop results in an error
Method
Tracker Issue Bug 80117:[cfmediaplayer] In the syntax section it says:-style=="style specification"should bestyle="style specification"
2599440 CF-3040189 Documentation : General Steve Onnis Bug 80117:[cfmediaplayer] In the syntax section it says:-style=="style specification"should bestyle="style specification" Problem:
[cfmediaplayer] In the syntax section it says:-style=="style specification"should bestyle="style specification
2599443 CF-3040186 Language : CF Interfaces Steve Onnis Bug 80088:[CFFILEUPLOAD] "style" attribute does not do anything Problem:
[CFFILEUPLOAD] "style" attribute does not do anything. I have tried putting the styles inline into the attribute and putting a path to a css file and nothing.
Method
Tracker Issue Bug 80087:[CFFILEUPLOAD] The window is not big enough to properly contain the tof the UI component
2599444 CF-3040185 File Management : VFS-S3 Steve Onnis Bug 80087:[CFFILEUPLOAD] The window is not big enough to properly contain the tof the UI component Problem:
[CFFILEUPLOAD] The window is not big enough to properly contain the tof the UI component. You can see the hard corners where the show
Tracker Issue Bug 87000:it would be nice to have a toBoolean() function that would return true or false based on the argument
2597382 CF-3043923 Language : Functions Steve Onnis Bug 87000:it would be nice to have a toBoolean() function that would return true or false based on the argument Problem:
it would be nice to have a toBoolean() function that would return true or false based on the argument.The reson
2599446 CF-3040183 File Management : VFS-S3 Steve Onnis Bug 80085:(Watson Migration Closure)Not really an error but more of a UI complaint Problem:
Not really an error but more of a UI complaint. The if background color first off should only effect the color of the panel component
2597141 CF-3086154 Database : CFQuery Steve Onnis Bug 87150:-(Watson Migration Closure)
qry = QueryNew("");
col1 = ["this doesn't bother me", "this one does"];
queryAddColumn(qry, "col1", col1);
SELECT*
FROMqry
WHEREcol1 NOT LIKE ' Problem:
qry = QueryNew("");
col1 = ["this doesn't bother me