Update UI when changing input's value with setAttribute
This patch fixes a bug where setting a range input element's default value with setAttribute('value', defaultValue) does not update the UI of the range input to show the new default value. The bug is present in WebKit, but not present in Firefox. Bug: 852938 Change-Id: Ibef8c0c6cefeb221a0d9220a966b04a03d815c76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834647 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by:Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#704667}
Showing
Please register or sign in to comment