summaryrefslogtreecommitdiffstats
path: root/components/metrics/drive_metrics_provider_mac.mm
diff options
context:
space:
mode:
authorkrb <krb@chromium.org>2016-02-23 14:01:37 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-23 22:02:34 +0000
commit9e0e03af41092d8647e4c4125a0b75a78a99cf8b (patch)
tree8b1fa823b89bc2d79ef3054a9b93ef43ab29374e /components/metrics/drive_metrics_provider_mac.mm
parent40d6709fa89540e0554a817a03105265d388cdb8 (diff)
downloadchromium_src-9e0e03af41092d8647e4c4125a0b75a78a99cf8b.zip
chromium_src-9e0e03af41092d8647e4c4125a0b75a78a99cf8b.tar.gz
chromium_src-9e0e03af41092d8647e4c4125a0b75a78a99cf8b.tar.bz2
Print preview: Listen for 'input' events in the page range text box to catch mouse events
Previously, we were only watching for 'keyup' and 'keydown' events, which would allow us to re-evaluate the input on key presses and ^Z(undo), ^Y(redo), ^V(paste), etc. Watching for 'input' events (.oninput method) allows us to catch mouse-driven undo, redo, paste, etc. and re-evaluate at those times too. BUG=437154 Review URL: https://codereview.chromium.org/1709763002 Cr-Commit-Position: refs/heads/master@{#377102}
Diffstat (limited to 'components/metrics/drive_metrics_provider_mac.mm')
0 files changed, 0 insertions, 0 deletions