-
Notifications
You must be signed in to change notification settings - Fork 209
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(action-menu): dispatch scroll event #4715
Conversation
Pull Request Test Coverage Report for Build 10695985787Details
💛 - Coveralls |
Lighthouse scores
What is this?Lighthouse scores comparing the documentation site built from the PR ("Branch") to that of the production documentation site ("Latest") and the build currently on Transfer Size
Request Count
|
Tachometer resultsChromeaction-menu permalinktest-basic
test-directive permalink
test-lazy permalink
test-open-close-directive permalink
test-open-close permalink
breadcrumbs permalinkbasic-test
picker permalinkbasic-test
split-button permalinkbasic-test
Firefoxaction-menu permalinktest-basic
test-directive permalink
test-lazy permalink
test-open-close-directive permalink
test-open-close permalink
breadcrumbs permalinkbasic-test
picker permalinkbasic-test
split-button permalinkbasic-test
|
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.
lgtm
* fix(action-menu): dispatch scroll event * fix(action-menu): added open attribute for vrt * fix(action-menu): updated golden image cache * fix(action-menu): updated golden image cache * fix(action-menu): added unit tests * fix(action-menu): updated golden image cache * fix(action-menu): updated golden image cache * fix(action-menu): updated golden image cache --------- Co-authored-by: Rajdeep Chandra <[email protected]> Co-authored-by: Rajdeep Chandra <[email protected]>
Description
@scroll
event is attached to thesp-menu
in the Picker's render tree.Related issue(s)
Motivation and context
Switched one of our components from
sp-menu
tosp-action-menu
in order to leverage the mobile UI built in withsp-action-menu
.However, when we made the switch, we noticed that
@scroll
stopped working as expected,How has this been tested?
Test case 1
mousewheel
orup
anddown
keys.Did it pass in Desktop?
Did it pass in Mobile?
Did it pass in iPad?
Screenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.