Skip to content

Conversation

p-bystritsky
Copy link
Contributor

Description (*)

Forwardport for #18865

Fixed Issues (if relevant)

  1. Magento version 2.2.6 Alert widget gets close when click anywhere on screen #18458: [Forwardport] Magento version 2.2.6 Alert widget gets close when click anywhere on screen.

Manual testing scenarios (*)

See issue.

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@magento-engcom-team
Copy link
Contributor

Hi @p-bystritsky. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento-engcom-team give me test instance - deploy test instance based on PR changes
  • @magento-engcom-team give me $VERSION instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Assistant documentation

@VladimirZaets
Copy link
Contributor

Alert widget extend modal widget and modal widget has "clickableOverlay" configuration option.
This option is responsible for allow or prevent close modal action when we click on the overlay. As default, this option has true value. All that you need if you want to change this behavior is the passing false value for the clickableOverlay option.

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

Successfully merging this pull request may close these issues.

3 participants