yii2-scroll-pager icon indicating copy to clipboard operation
yii2-scroll-pager copied to clipboard

Bootstrap popover not working after scrolled

Open sasiarjunan opened this issue 9 years ago • 2 comments

I showing content in bootstrap popover row, after i scrolled to second or thrid page bootstrap popover not working,

<?php echo ListView::widget([
                     'dataProvider' => $dataProvider,
                     'itemOptions' => ['style'=>'float:left;','class' => 'item'],
                     'itemView' => '_item',
                     'pager' => [
                        'class' => \kop\y2sp\ScrollPager::className(),
                        'triggerOffset' => 100,
                        'noneLeftText' => 'You reached the end',                        
                        'noneLeftTemplate' => '<div class="ias-noneleft" style="text-align: center;clear:both;">{text}</div>',
                     ],
                     'summary' =>false,
                ]); ?>
<a  data-toggle="popover" data-placement='right' 
                          data-content='<div>Welcome to the yii2 scroll pager</div>' 
                          class="rec_popover"
                          href="<?=Url::toRoute(['list/view','rid' => $list['id']]);?>" data-lightbox-group="3D">
                          <img src="images/list-1.png"  border="0" style="width:190px;height:107px;" />
</a>

Please help to fix this

sasiarjunan avatar Feb 05 '16 10:02 sasiarjunan

The same problem but with modal

TsarS avatar Mar 28 '16 11:03 TsarS

Hi guys, thanks for reporting. I'm aware of this issue and it will be fixed in the next release.

kop avatar Mar 31 '16 16:03 kop