Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Angular messes up events on a select tag #11901

@blittle

Description

@blittle

Steps to reproduce:

  1. Look at http://jsbin.com/xazadekuti/3/edit?html,js,console,output
  2. Click on the empty text input
  3. Tab to the select input
  4. Press "i" key twice
  5. Notice that the second event does not fire (whether logged by angular, jquery, or native).

If I comment out all of the angular code, the event fires correctly. The problem exists in 1.3.x and 1.4.x. I can work around the problem apparently by putting a blank <option></option> tag at the start of the list.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions