Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: chrome/browser/resources/settings/controls/settings_slider.html

Issue 2864563002: MD Settings: Fix dragging slider bugging out the Enter key. (Closed)
Patch Set: also fix this for settings-toggle-button Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/controls/settings_slider.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/controls/settings_slider.html
diff --git a/chrome/browser/resources/settings/controls/settings_slider.html b/chrome/browser/resources/settings/controls/settings_slider.html
index bc10be0e99dd9a6dc0f63de28724cc80dbfd8045..4f4faaa57c06d366f59ea4bc595939fdc949c518 100644
--- a/chrome/browser/resources/settings/controls/settings_slider.html
+++ b/chrome/browser/resources/settings/controls/settings_slider.html
@@ -66,7 +66,7 @@
<paper-slider id="slider"
disabled$="[[disableSlider_]]" snaps
on-immediate-value-changed="onSliderChanged_" max="[[max]]"
- min="[[min]]">
+ min="[[min]]" on-up="resetTrackLock_">
</paper-slider>
<div id="labels" disabled$="[[disableSlider_]]">
<div id="label-begin">[[labelMin]]</div>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/controls/settings_slider.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698