GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/269
Fix for polling interval label not updating
Due to a bug in IE11, the onInput event doesn't fire on the range
slider on incremental changes. This adds both onInput and onChange
events to ensure it works for all browser environments.
Closes COUCHDB-2579
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton
2579-polling-interval-label-ie-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/269.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #269
----
commit 78fe699221e35418b9179b367733cde2284be1a5
Author: Ben Keen <[email protected]>
Date: 2015-02-13T20:07:13Z
Fix for polling interval label not updating
Due to a bug in IE11, the onInput event doesn't fire on the range
slider on incremental changes. This adds both onInput and onChange
events to ensure it works for all browser environments.
Closes COUCHDB-2579
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---