tracker issue : CF-3037049

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 74238:In IE7, the first CFLAYOUTAREA tab in a CFLAYOUT won't recognize the height CSS property (it shows just one line)

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Tariq Ahmed / Tariq Ahmed (Tariq Ahmed [ACP])

Created: 12/12/2008

Components: AJAX, UI Components

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Win All

Vote Count: 0

Duplicate ID:	CF-3035613

Problem:

In IE7, the first CFLAYOUTAREA tab in a CFLAYOUT won't recognize the height CSS property (it shows just one line). All subsequent tabs work. This only occurs in IE7. Worked fine in FireFox 3.0.4, Chrome 0.4, and Opera 9.52.

The same code works fine in CF8 on all browsers.
Method:

 	<cflayout name="search" type="tab">
  	<cflayoutarea name="abc" title="By Address" style="height:400">
        Some content...
        <P>
        <h1>www.dopejam.com</h1>
    </cflayoutarea>     
  	<cflayoutarea name="def" title="By Plan ID" style="height:400">
        Some content...
        <P>
        <h1>www.dopejam.com</h1>
    </cflayoutarea>
   	<cflayoutarea name="ghi" title="By Name" style="height:400">
        Some content...
        <P>
        <h1>www.dopejam.com</h1>
    </cflayoutarea>     
	</cflayout>
Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3037049

External Customer Info:
External Company:  
External Customer Name: Tariq Ahmed
External Customer Email: 755462B744617992992015D5
External Test Config: 12/12/2008

Attachments:

Comments: