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

Snackbar: Queued messages modify current message #1083

Closed
dpraul opened this issue Aug 5, 2017 · 0 comments
Closed

Snackbar: Queued messages modify current message #1083

dpraul opened this issue Aug 5, 2017 · 0 comments
Assignees

Comments

@dpraul
Copy link
Contributor

dpraul commented Aug 5, 2017

What MDC-Web Version are you using?

0.16.0

What browser(s) is this bug affecting?

Chrome 59.0.3071.115

What OS are you using?

Windows 10

What are the steps to reproduce the bug?

  1. Run demo server (bud is also present on current live demo)
  2. Navigate to /snackbar.html
  3. Press "Show"
  4. Before the snackbar hides, change one of the input parameters (i.e. change "Message Text" to "hi")
  5. Click "Show" again

What is the expected behavior?

The current snackbar displays until timeout or until the action is clicked (when dismissesOnAction is true), then a new snackbar shows with the updated input.

What is the actual behavior?

The current snackbar is modified with the new input parameters, it hides, and then a new snackbar appears with the identical (updated) information.

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

No branches or pull requests

2 participants