kartik-v/yii2-editable

Problem on scrollable page - editable popup has fixed position

Closed this issue · 1 comments

I'am using gridview with editable column on a screen with bootstrap menu. If the gridview is long enough that it can be scrolled in the browser, than the editable popups appear at the original position, ignoring scrolling.

I realized, that the problem is, that the popoverX option useOffsetForPos should be set, but I did not found any possibility in the editable widget to set it.

It seems that the following versions are working correctly:

kartik-v/bootstrap-popover-x (v1.4.1)
kartik-v/yii2-popover-x (v1.3.3)
kartik-v/yii2-editable (v1.7.4)