Skip to main content
Known Participant
February 2, 2015
Question

ColdFusion 11 cfwindow no scrollbars issue

  • February 2, 2015
  • 1 reply
  • 1250 views

Hello there,

I have an issue on which I can't find any answer. I created cfwindow, which has more content than it can fit. If it is CF10, window has scrollbars, but with CF11 it doesn't. How can it be fixed? I updated CF11 to v11,0,03,292480.


Thank you,

Anton

    This topic has been closed for replies.

    1 reply

    Participant
    May 6, 2015

    Not sure if you were able to figure this out yet, but we had to add BODYSTYLE="overflow:auto"  to the CFWINDOW tag for it to behave like it did in CF9/CF10.

    Thanks

    MusicManMD
    Known Participant
    October 12, 2015

    How was this used when the cfwindow is created in javascript and that tag isn't available?

    ColdFusion.Window.create('PLAYERwin',Player Profile', 'playerDetail.cfm?ID='+playerID,{center:true, modal:true,height:650,width:694,closable:true,resizable:false,modal:true,closable:true,draggable:true});