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

fix(GRANITE-38030): Using private browser window would intermittently… #202

Merged
merged 1 commit into from
Feb 14, 2022
Merged

Conversation

Pareesh
Copy link
Collaborator

@Pareesh Pareesh commented Feb 11, 2022

… not show the pop up context menu

Sometimes in cardview, quickactions does not show up for some items. On checking it was found that in some cases accessibilityState element in getting appended before the quickaction mutation happen. We have delayed the appending on accessiblityState element in next tick of setTimeout to ensure its the last item added.

Description

We are appending the accessibilityState element in next tick of setTImeout to ensure that it is the last added element and should be appended after quickactions mutations.

Related Issue

GRANITE-38030 : Using private browser window would intermittently not show the pop up context menu

Motivation and Context

How Has This Been Tested?

This has been tested visually.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@Pareesh Pareesh merged commit d648031 into adobe:master Feb 14, 2022
github-actions bot pushed a commit that referenced this pull request Feb 14, 2022
## [4.12.7](v4.12.6...v4.12.7) (2022-02-14)

### Bug Fixes

* **GRANITE-38030:** Using private browser window would intermittently not show the pop up context menu ([#202](#202)) ([d648031](d648031))
@github-actions
Copy link

🎉 This PR is included in version 4.12.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

1 participant