You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/02/13 21:09:11 UTC

[jira] [Commented] (COUCHDB-2579) Polling interval label doesn't update when using slider

    [ https://issues.apache.org/jira/browse/COUCHDB-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14320681#comment-14320681 ] 

ASF GitHub Bot commented on COUCHDB-2579:
-----------------------------------------

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 <be...@gmail.com>
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

----


> Polling interval label doesn't update when using slider
> -------------------------------------------------------
>
>                 Key: COUCHDB-2579
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2579
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Fauxton
>            Reporter: Ben Keen
>            Assignee: Ben Keen
>
> Small thing: the label for the Polling Interval slider on Active Tasks doesn't update for IE.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)