• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion 11 cfwindow no scrollbars issue

New Here ,
Feb 02, 2015 Feb 02, 2015

Copy link to clipboard

Copied

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

Views

1.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 06, 2015 May 06, 2015

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 12, 2015 Oct 12, 2015

Copy link to clipboard

Copied

LATEST

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});

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation