tracker issue : CF-4078000

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

CFWINDOW headerstyle does not work

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Alex Balanovsky / Alex Balanovsky (Alex Balanovsky)

Created: 10/22/2015

Components: AJAX, UI Components

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Normal / Some users will encounter

Locale/System: English / Linux Red Hat All

Vote Count: 0

Problem Description: headerstyle attribute in cfwindow does not work

Steps to Reproduce:<cfajaximport tags="cfform,cfwindow,cfdiv">                                     
                                                                                
<html>                                                                          
<head>                                                                          
<title></title>                                                                 
</head>                                                                         
                                                                                
<body>                                                                          
<cfwindow width="500" height="310" center="true"                                
        name="test" title="Test"                                          
        initshow="true" draggable="true" resizable="false" modal="true"         
        closable="true"                                                         
        headerstyle="color:red;font-size:18px;"/>                               
</body>                                                                         
                                                                                
</html>  

Actual Result: No change in the window header

Expected Result: "Test" in red color, font increased

Any Workarounds:

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

Watson Bug ID:	4078000

External Customer Info:
External Company:  
External Customer Name: Alex Balanovsky
External Customer Email:  
External Test Config: CF11 Ent, RH 7

Attachments:

Comments:

this would be taken up when we upgrade ExtJS
Comment by Rupesh K.
5462 | December 21, 2015 11:06:44 AM GMT
Have contacted extjs support for the help....
Comment by Uday O.
5463 | June 17, 2016 04:04:52 AM GMT
Headerstyle is working now, but the difference in behavior is due to upgrade of ExtJS version.
Comment by Rohit B.
5464 | October 05, 2016 04:57:04 AM GMT