BUG: Setting UI

Discussion in 'Support!' started by gonzo4711, August 2, 2014.

  1. gonzo4711

    gonzo4711 Member

    Messages:
    21
    Likes Received:
    25
    There is a very very small BUG in the settings UI.

    Bug-report:
    All "selections" doesn't show the current 'selected' value.
    In the attachment you will see, that "HIGH" is the current value but "LOW" is selected.

    Solution:
    The solution is a missing 'update' function for 'selectPicker' in the "common.js".
    The " ko.bindingHandlers.selectPicker"-function needs to append the following code (around line 678):
    Code:
    ,
    update: function (element, valueAccessor) {
        $(element).selectpicker('refresh');
    }
    setting_bug.png

    If this BUG is already reported, sorry for this - I'll close it.
    Last edited: August 2, 2014
    Fr33Lancer and jtibble like this.
  2. masterdigital

    masterdigital Uber Alumni

    Messages:
    438
    Likes Received:
    833
    We have (recently) fixed this bug... but bug reports than include a correct solution are always appreciated.

    Thanks,
    WJ

Share This Page