-
Notifications
You must be signed in to change notification settings - Fork 78
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(headeraction): close panel on other action click #3758
Conversation
✅ Deploy Preview for carbon-addons-iot-react ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The only difference I saw between chrome and safari is when click on the page the AppSwitcher did not close.
Screen.Recording.2023-03-28.at.9.02.17.AM.mov
@jessieyan Thanks for the note, it was another bug. There were 2 differences in Safari:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Closes #3755
Summary
Change List (commits, features, bugs, etc)
document
to toggle panel stateAcceptance Test (how to verify the PR)
Click on any other header actionClick anywhere outside panelRegression Test (how to make sure this PR doesn't break old functionality)
Things to look for during review
iot
orbx
class prefix is using the prefix variabledata-testid
attribute. New test ids should have test written to ensure they are not changed or removed.