Skip to content

SELECT drop down controls focus issue on <=IE8 #19

Open
@AndyHOvine

Description

@AndyHOvine

On IE6, 7 and 8 any SELECT html drop down controls when clicked seem to blur out of focus and close. Normally the first click and select works, then try to reselect a different option from the list will normally see the drop down list close immediately which prevents you from making a selection.

I found if I remove the click event (see below) it will stop this problem occurring. The problem does not occur in IE9 / 10 or other browsers.

      $this.bind(
        [
          "keyup",
          "focus",
          "blur",
         /* "click", // removed to fix focus problem on SELECT control in <=IE8 */
          "keydown",
          "keypress",
          "change"
        ].join(".validation ") + ".validation", 

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions