kartik-v / yii2-grid

Enhanced GridView with various utilities for Yii Framework 2.0
http://demos.krajee.com/grid
Other
557 stars 302 forks source link

Editable Column - Popover visible at page load #1040

Closed neoacevedo closed 1 year ago

neoacevedo commented 1 year ago

Prerequisites

Steps to reproduce the issue

  1. Installed yiisoft/yii2-bootstrap4 and run composer update to get all the packages updated
  2. Updated backend/config/params.php to set up 'bsVersion' => '4.x'
  3. Display a page with GridView and Editable columns

Expected behavior and actual behavior

When I follow those steps, I see...

A popover box displayed on top left corner on page load, and it cannot be closed.

I was expecting a popover box displayed next to edit link on click it.

Environment

Browsers

Operating System

Libraries

Isolating the problem

Additional: Similar to https://github.com/kartik-v/yii2-grid/issues/823

The same package, in a basic app template, works, not else in an advanced app template.

mkraibt commented 1 year ago

I am facing the same issue with BS5. Popover opens on page load and the close button doesn't work. The cancel button on click moved the popover to where it should pop but it can't be closed and stays there. The cancel button doesn't do anything as well.