Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Error in activity reporter not visible, need to scroll to the top
Browse files Browse the repository at this point in the history
Add a scrollIntoView method for the vcd-banner-activity-reporter. This increases the visibility of success and error messages by scrolling the activity reporter banner into view.

Testing Done:
- Added examples to have a page where activity banner is not visible so the scrollIntoView method is used.
- Observed that the scrolling to the activity banner was successful.

Signed-off-by: Juliana Sica <[email protected]>
  • Loading branch information
jsica committed Dec 5, 2023
1 parent 7aceb03 commit 67b6059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/components/CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* errorMessage reset value is `null` instead of `undefined`
* Add scrollIntoView method for the vcd-banner-activity-reporter
* Add examples for vcd-banner-activity-reporter scrollIntoView behavior
* Added an example for vcd-banner-activity-reporter scrollIntoView behavior

## [15.0.1-dev.12]
### Fixed
Expand Down

0 comments on commit 67b6059

Please sign in to comment.