This sucks. I would expect that they would have tested these new YUI updates 
before releasing it as an official CF update. There was a decent amount of 
changes done to the YUI.CSS (it is actually SMALLER then in the original 
release) and I think someone at Adobe didn't fully test it. 

For the mystery underline (even after modifying YUI.CSS.

This is the normal reference
<link rel="stylesheet" type="text/css" 
href="/CFIDE/scripts/ajax/resources/yui/yui.css" />

I found it that it is the CFMENU's SELECTEDITEMCOLOR parameter which triggers 
the extra CSS tag.

It will add this:
<style>#hmenu .yuimenuitem a.selected 
{background-color:#ddddff;text-decoration:underline;color:#fff;}
</style>

Too bad there is no parameter for text formating (the background color is based 
on the selected item color). Add in MENUSTYLE = "text-decoration:none;" doesn't 
do anything.

I am using IE6.

I think CFGRID also got modified (since EXT seems to be updated). Some of the 
tutorials on the web on extending the CFGRID function won't work properly 
anymore (e.g. drop down list).

GRRR. :( 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304214
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to