diff options
| author | David Sutherland | 2014-02-25 14:55:23 +1000 |
|---|---|---|
| committer | David Sutherland | 2014-02-25 14:55:23 +1000 |
| commit | decf92eb045a269e69604ef4650d297faceea162 (patch) | |
| tree | 4436625c22aaaf1ec4802f7a7acd7a049bbd2a47 /debug_toolbar/settings.py | |
| parent | 06c3824c031d19013a4db8f844c503ab8e6b80ea (diff) | |
| download | django-debug-toolbar-decf92eb045a269e69604ef4650d297faceea162.tar.bz2 | |
Propagate mouseup events when not dragging toolbar
In Chrome (this does not affect Firefox) onchange events on multi-selects are not fired all of the time e.g. with the following template:
<body>
<select multiple="multiple" onchange="console.log('clicked');">
<option value="1">1</option>
</select>
</body>
Ctrl click on the option and view the js log. many of the events will not register. Therefore stop propagation and prevent default action only when handle is dragged.
Diffstat (limited to 'debug_toolbar/settings.py')
0 files changed, 0 insertions, 0 deletions
