Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    selectValue() function of ComboBoxItem is not working properly on MS Edge

    Hello,

    the selectValue() property of ComboBoxItem is not working properly on MS Edge. We have tested it in your showcase and also in the latest nightly build. In the following url[1] you can find the code to test this behavior.

    As you will see, we have overridden the showPicker() function in order to select the current value of the combo when clicking on the drop-down arrow. Also, we have included a button which calls the selectValue() method of the combo directly to select the text.

    How to check:

    1- Select a value from the combo. In Chrome the chosen value is selected. In Edge is not.
    2- Click on the combo. The value is deselected.
    3- Click on the button. In Chrome the current value in the combo is selected. In Edge is not.

    Thanks in advance.

    [1] http://pastebin.com/DbSn0jy8

    #2
    Hello,

    do you have any update about this topic? Thanks!

    Regards.

    Comment


      #3
      Sorry, still working on this one. Unfortunately, Edge has a horrific mix of longstanding IE problems that haven't been fixed, and fixes for longstanding IE problems that mean new workarounds have to be designed for the problems that aren't fixed..

      Comment


        #4
        We've now made a change to address this issue in the 10.0 and 10.1 branches. Please try the next nightly build (Nov 13 or above) to get the change.

        Regards
        Isomorphic Software

        Comment


          #5
          Hello,

          just to confirm you that we have solve the problem with the changes introduced from Nov 13 nightly build. Thank you.

          Regards.

          Comment

          Working...
          X