tracker issue : CF-3043570

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

Bug 86661:When a cfmenu tag is used in a template bound to a cfdiv, the selectedmenuitemcolor attribute value is ignored and the default selectedmenuitemcolor is used

| View in Tracker

Status/Resolution/Reason: Closed/Won't Fix/

Reporter/Name(from Bugbase): Jeff Anderson / Jeff Anderson (J.C.)

Created: 03/15/2011

Components: Language, Tags

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Trivial / Unknown

Locale/System: Japanese / Win All

Vote Count: 1

Problem:

When a cfmenu tag is used in a template bound to a cfdiv, the selectedmenuitemcolor attribute value is ignored and the default selectedmenuitemcolor is used.
Method:

Run each of the templates below using Internet Explorer. (7 and 8 were both experiencing the issue)   Both templates run fine in Firefox.  Alone, the testmenu.cfm file will use the correct selectedmenuitemcolor.  When bound to the cfdiv tag in test.cfm, it will ignore it.test.cfm:<cfajaximport tags="cfmenu"><cfdiv id="profileMenu" bind="url:testMenu.cfm">testMenu.cfm:<cfmenu name="myMenu" type="vertical" selecteditemcolor="##E9F1EE" bgcolor="##A7C7BA" font="arial" fontsize="15" childstyle="height:25px">    <cfmenuitem name="myProfile" display="MY PROFILE" href="javascript:ColdFusion.navigate('goTo.cfm?ID=#jsStringFormat(cgi.auth_user)#','goTo')"/>               </cfmenu>
Result:

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

Watson Bug ID:	3043570

External Customer Info:
External Company:  
External Customer Name: Jeff Anderson
External Customer Email: 4A4422EE4468DC0F992015D5
External Test Config: 03/15/2011

Attachments:

Comments: