zii.widgets.CMenu Yii 1.1.0 vs 1.1.1

zii.widgets.CMenu items never become active - class="active" in Yii 1.1.1 working fine in 1.1.0

Anyone confirm this?

Still working correctly for me after 1.1.1 upgrade.

Works for me too. Please show your menu code.

I’m surprised its working for you guys - figured out that:


<li><a class="active">... 

has changed to:


<li class="active"><a>... 

No probs now, thanks :slight_smile:

OK, now I remember :)

I read the release notes and made the CSS change right away. When I saw your post I was thinking you weren’t getting the active class at all.,