Problem with cflayout after applying Cumulative Hotfix 4
a couple of years back, upgrade cf 9 caused problem cflayout, whereby first tab not aligned properly. fix twofold:
- update cflayout.js file in /cfide/scripts/ajax/package described @ http://www.elliottsprehn.com/cfbugs/bugs/82223
replace
var _70=new ext.panel({title:_6a,contentel:_68,_cf_body:_68,id:_69,closable:_6c,tabtip:_6b, autoscroll:_6f,autoshow:true});
with
var _70=new ext.panel({title:_6a,contentel:_68,_cf_body:_68,id:_69,closable:_6c,tabtip:_6b, autoscroll:_6f,autoshow:true,autoheight:true}); - add width="x" <cflayout> tag iself
recently, applied cumulative hotfix 4 , appears have broken cflayout again, causing exact same problem. see there cflayout.js file in hotfix folder, dated 2/6/13, copied /cfide/scripts/ajax/package per instructions.
i able "fix" autoheight problem copying cflayout.js file had edited in august 2010 production server. worried other problems may result. compared files, , there many, many differences. var _70 line different.
any suggestions?
thanks!
- michael
More discussions in ColdFusion
adobe
Comments
Post a Comment