I just upgraded from CF8.1 to CF9.1 and am experiencing a major problem with 
cflayout. The layout area no longer dynamically fits the content area. The 
height is minimal and the width seems to be like 400% wide? From what I have 
read, this is a know bug that has not been fixed.

Does anyone have a suggestion or solution as I use this feature extensively 
throughout my custom developer Content Management System and I cannot use fixed 
values as the content area changes based on needs.

The code is written something like:

<cfform>
 <cflayout name="formTabs" type="tab" tabheight="100%">
  <cflayoutarea title="Tab 1" name="tab1">
    <table>
      <tr>
        <td>...Form Fields and values ...</td>
      </tr>
    </table>
  </cflayoutarea>
  <cflayoutarea title="Tab 2" name="tab2">
    <table>
      <tr>
        <td>...Form Fields and values ...</td>
      </tr>
    </table>
  </cflayoutarea>
 </cflayout>
</cfform>

Thank you,

David G. Moore, Jr.
UpstateWeb, LLC 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346346
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to