Website/ Search - CSS problem

2756

search-page-1.png

On the first page of the search results, the pagination styling seems to be broken (no idea if this is related to the second problem).

2757

search-page-2.png

Also, forum posts that have no icon associated, seem to cause problems.

Checked this with Chrome and IE, same behavior.

This seems like a browser problem…

Just tested on linux firefox 10.0.2 and chrome 17.0 - all is OK

[color="#008000"]NOTE: moved to proper section (Yii Project Site instead of Bug Discussion)[/color]

Confirmed. It’s working now.

I had the same problem on the site myself.

This problem occurs when the water we use clistView class .and not povide data for ‘dataProvider’ property.

This problem often occurs when searching. Because the first string is sent to the search action., But when we click on the next page. These parameters can not be added to the action search.

for example in code:





 public function actionCentralSearch() {

            

            $model=new searchForm;




		if(isset($_POST['searchForm']))

		{

			$model->attributes=$_POST['searchForm'];


                        if($model->validate())

                        {


                       

                        $vulnerData=  Vulner::model()->centralSearch($model->searchSTR);

                        $newsData= News::model()->centralSearch($model->searchSTR);




      

                        }        

		}

		$this->render('search_result',array(

                    'model'=>$model,

                 //   'faqData'=>(isset($faqData))?($faqData):null,

                   'newsData'=>(isset($newsData))?($newsData):null,

                   'vulnerData'=>(isset($vulnerData))?($vulnerData):null,





                        ));

            

        }



I think its a CSS issues or might be problem of chrome browser might not support