tracker issue : CF-3365773

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

cflayout - tab height problem in IE 7

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): darth siffer / darth siffer (CF-User)

Created: 11/15/2012

Components: AJAX

Versions: 10.0

Failure Type: Usability Issue

Found In Build/Fixed In Build: Final /

Priority/Frequency: Minor / Some users will encounter

Locale/System: English / Win 2003 Server

Vote Count: 0

Problem Description:
The first tab's height is incorrectly rendered.
Steps to Reproduce:
http://forums.adobe.com/thread/704853
Actual Result:
See attachment
Expected Result:
Automatic height like in FF,Chrome etc.

Any Workarounds:

cflayout.js:
- _17d.style.height=_17c;
+ _17d.height=_17c;

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

Watson Bug ID:	3365773

Keywords:
FixTested


External Customer Info:
External Company:  
External Customer Name: CF-User
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

  1. November 15, 2012 00:00:00: 1_Screen_Shot_2012-11-15_at_10.48.21.png

Comments:

Fix tested on build, 287014
Comment by Immanuel N.
17208 | December 04, 2013 07:27:30 AM GMT
Bug present in: ---------------------------------------------- Server Product: ColdFusion Version: 10,0,11,285437 Tomcat Version: 7.0.23.0 Edition: Standard Serial Number: xxxxxxxxxxxxxx Operating System: Windows Server 2008 R2 OS Version: 6.1 Update Level: C:/ColdFusion10/cfusion/lib/updates/chf10000011.jar Adobe Driver Version: 4.1 (Build 0001) ---------------------------------------------------------------- This fix worked for me: in C:\ColdFusion10\cfusion\wwwroot\CFIDE\scripts\ajax\package\cflayout.js\cflayout.js: replace: _5c3.style.height=_5c2; with: _5c3.height=_5c2;
Comment by External U.
17209 | March 11, 2014 03:39:23 PM GMT