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

Fixed missing bs in popover data attributes #2667

Merged
merged 3 commits into from
Jul 29, 2023

Conversation

drabodan
Copy link
Contributor

@drabodan drabodan commented Jul 13, 2023

Proposed Changes

  • Fixed missing bs in popover data attributes.
  • Added test.

In addition, I will explain why trigger was changed to click.

In the current state, the value from the data attribute is not used and the behavior is exactly like click, that is, it opens on the first click, and closes on the second click.

If use focus, then something strange turns out in general - it opens on the first click, and you can close it only if you click the second time and additionally again in another place, although in theory it should close on the second click in another place.

@tabuna Do you have a problem with trigger focus and how should I proceed?

@tabuna tabuna merged commit e895d28 into orchidsoftware:master Jul 29, 2023
9 checks passed
@drabodan drabodan deleted the fix/popover-data-attributes branch July 30, 2023 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants