Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editable Column - Popover visible at page load #1040

Closed
11 of 18 tasks
neoacevedo opened this issue Aug 3, 2022 · 1 comment
Closed
11 of 18 tasks

Editable Column - Popover visible at page load #1040

neoacevedo opened this issue Aug 3, 2022 · 1 comment
Labels

Comments

@neoacevedo
Copy link

neoacevedo commented Aug 3, 2022

Prerequisites

  • I have searched for similar issues in both open and closed tickets and cannot find a duplicate.
  • The issue still exists against the latest master branch of yii2-grid.
  • This is not an usage question. I confirm having gone through and read the documentation and demos.
  • This is not a general programming / coding question. (Those should be directed to the webtips Q & A forum).
  • I have attempted to find the simplest possible steps to reproduce the issue.
  • I have included a failing test as a pull request (Optional).

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

  • Google Chrome
  • Mozilla Firefox
  • Microsoft Edge
  • Opera
  • Safari

Operating System

  • Windows
  • Mac OS X
  • Linux
  • Mobile

Libraries

  • jQuery version: v3.6.0
  • yii2-grid version: 3.5.x-dev

Isolating the problem

  • This bug happens on the demos page
  • The bug happens consistently across all tested browsers
  • This bug happens when using yii2-grid without other plugins.

Additional:
Similar to #823

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

@mkraibt
Copy link

mkraibt commented Jan 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants