displaying top 100 results
Tracker Comment Comment on The code obj.value.length in _CF_hasValue function in cfform.js fails in IE 9 (maybe 10) on a textarea by Piyush K.
2609191 CF-3914301 Piyush K. Thanks Yodeler, for writing back.
Closing this as 'user error'.
By the way, is this in anyway, to the other bug you've raised about the use of hyphens in cfwindow?
2609720 CF-3793029 Piyush K. Yodeler,
The column data mismatch issue is logged as bug #CF-3712885. It is fixed and the fix shall be made available in the next product update.
About this bug, wrapping the grid references in Ext.onReady is only a workaround for now. We expect this to be fixed as well
Tracker Issue Installing Coldfusion Builder as an Eclipse Plugin on 64 bit windows installs jre folder which breaks eclipse
2682664 CFB-3779201 Installer Yodeler Installing Coldfusion Builder as an Eclipse Plugin on 64 bit windows installs jre folder which breaks eclipse Problem Description: Installing Coldfusion Builder as an Eclipse Plugin on 64 bit windows installs jre folder which breaks eclipse.
Steps to Reproduce
Tracker Comment Comment on body div created for cfwindow has "-body" instead of "_body" so _body.innerHTML does not work. by Piyush K.
2609190 CF-3914309 Piyush K. Yodeler,
Due to internal changes in the library, we are using hyphen instead of underscore.
Is there any particular reason hyphen should be used?
The code snippet at the end of this note works as expected with CF11 update3.
Thanks.
fnChgTxt = function
Tracker Comment Comment on The code obj.value.length in _CF_hasValue function in cfform.js fails in IE 9 (maybe 10) on a textarea by Piyush K.
2609191 CF-3914301 Piyush K. Yodeler,
I haven't checked this on IE9 yet, but does this work for you on any other browser (Chrome, FireFox ...)? Also can you also share the details on how exactly you are validating the form?
The following works on standalone CF 11.0.03,292480 / Win7x64 / IE10, IE11
2609720 CF-3793029 Piyush K. Hi Yodeler,
Can you please try wrapping the references to the grid objects within Ext.onReady method, like so:
function initPage(){
Ext.onReady(
function(){
var grid = ColdFusion.Grid.getGridObject('TestGrid');
});
}
Refer :
http://docs.sencha.com/extjs/5
Company:
External Customer Name: Yodeler
External Customer Email:
External Test Config: My Hardware and Environment details: Windows 2008 server R2 64 bit with IIS 7.5.
Tracker Issue body div created for cfwindow has "-body" instead of "_body" so _body.innerHTML does not work.
.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3914309
External Customer Info:
External Company:
External Customer Name: Yodeler
External Customer Email:
External Test Config: My Hardware and Environment details: Coldfusion 11 update 3. IIS 7.5, Windows 2008 R2 64 bit.
Tracker Issue The code obj.value.length in _CF_hasValue function in cfform.js fails in IE 9 (maybe 10) on a textarea
is null or undefined
Expected Result: Proper form validation without the error.
Any Workarounds: None
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3914301
External Customer Info:
External Company:
External Customer Name: Yodeler
External
Tracker Issue ajaxonload executes before grid object is available
.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3793029
External Customer Info:
External Company:
External Customer Name: Yodeler
External Customer Email:
External Test Config: My Hardware and Environment details: Windows server 2008 R2 64 bit. IIS 7.5.