[solved] Regarding CListView Markup

By default the CListView creates a div (<div id="ywo" class="list-view">)

I noticed that when you use the AJAX sort functionality, or the AJAX pager, that another <div id="ywo" class="list-view"> is created within that div.

Now this isn’t really a problem, even though it shouldn’t be doing this, but suppose I want to apply some styling to this DIV, e.g. 10px padding - what happens now is when that second DIV is created the contents of the DIV are now out of place.

Anybody else get this? I’m using version 1.1.5

This is fixed in the trunk (revision 2740) - http://code.google.com/p/yii/source/detail?r=2740

Cheers man. Any ETA for the next release?